What is the journal?
I shut down my computer the hard way and next startup there was message on boot for several seconds saying recovering journal
. Four startups later and the message was not there - only the first time. Looks like there are no consequences or side effects. Thanks to this question I know why it happened but nowhere on the internet says what the journal is. There are no problems with it, I'm just interested in what it is.
boot ext4
add a comment |
I shut down my computer the hard way and next startup there was message on boot for several seconds saying recovering journal
. Four startups later and the message was not there - only the first time. Looks like there are no consequences or side effects. Thanks to this question I know why it happened but nowhere on the internet says what the journal is. There are no problems with it, I'm just interested in what it is.
boot ext4
add a comment |
I shut down my computer the hard way and next startup there was message on boot for several seconds saying recovering journal
. Four startups later and the message was not there - only the first time. Looks like there are no consequences or side effects. Thanks to this question I know why it happened but nowhere on the internet says what the journal is. There are no problems with it, I'm just interested in what it is.
boot ext4
I shut down my computer the hard way and next startup there was message on boot for several seconds saying recovering journal
. Four startups later and the message was not there - only the first time. Looks like there are no consequences or side effects. Thanks to this question I know why it happened but nowhere on the internet says what the journal is. There are no problems with it, I'm just interested in what it is.
boot ext4
boot ext4
edited 26 mins ago
wjandrea
8,49642259
8,49642259
asked 1 hour ago
GarromGarrom
3081217
3081217
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Does someone knows what journal is?
Part of a modern day filesystem is a feature called "journaling". We use "ext4" as a filesystem. (ext3, ext2 are older versions. NTFS is a Microsoft equivalent.)
A journaling file system is a file system that keeps track of changes not yet committed to the file system's main part by recording the intentions of such changes in a data structure known as a "journal", which is usually a circular log. In the event of a system crash or power failure, such file systems can be brought back online more quickly with a lower likelihood of becoming corrupted
Source: Wikipedia - Journaling file system, cites: IBM - Anatomy of Linux journaling file systems
Basically the message means the system did an integrity check on this part of your filesystem. It is forced by the system, so generally there is nothing to worry about. When you have power cutoffs, the journal can get damaged and, unless your harddisk is really busted, tends to get repaired during this check.
Is it correct to say, that journaling is used to protect the filesystems integrity, but not necessarily the integrity of the files (their content)?
– Ralf
44 mins ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1109205%2fwhat-is-the-journal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Does someone knows what journal is?
Part of a modern day filesystem is a feature called "journaling". We use "ext4" as a filesystem. (ext3, ext2 are older versions. NTFS is a Microsoft equivalent.)
A journaling file system is a file system that keeps track of changes not yet committed to the file system's main part by recording the intentions of such changes in a data structure known as a "journal", which is usually a circular log. In the event of a system crash or power failure, such file systems can be brought back online more quickly with a lower likelihood of becoming corrupted
Source: Wikipedia - Journaling file system, cites: IBM - Anatomy of Linux journaling file systems
Basically the message means the system did an integrity check on this part of your filesystem. It is forced by the system, so generally there is nothing to worry about. When you have power cutoffs, the journal can get damaged and, unless your harddisk is really busted, tends to get repaired during this check.
Is it correct to say, that journaling is used to protect the filesystems integrity, but not necessarily the integrity of the files (their content)?
– Ralf
44 mins ago
add a comment |
Does someone knows what journal is?
Part of a modern day filesystem is a feature called "journaling". We use "ext4" as a filesystem. (ext3, ext2 are older versions. NTFS is a Microsoft equivalent.)
A journaling file system is a file system that keeps track of changes not yet committed to the file system's main part by recording the intentions of such changes in a data structure known as a "journal", which is usually a circular log. In the event of a system crash or power failure, such file systems can be brought back online more quickly with a lower likelihood of becoming corrupted
Source: Wikipedia - Journaling file system, cites: IBM - Anatomy of Linux journaling file systems
Basically the message means the system did an integrity check on this part of your filesystem. It is forced by the system, so generally there is nothing to worry about. When you have power cutoffs, the journal can get damaged and, unless your harddisk is really busted, tends to get repaired during this check.
Is it correct to say, that journaling is used to protect the filesystems integrity, but not necessarily the integrity of the files (their content)?
– Ralf
44 mins ago
add a comment |
Does someone knows what journal is?
Part of a modern day filesystem is a feature called "journaling". We use "ext4" as a filesystem. (ext3, ext2 are older versions. NTFS is a Microsoft equivalent.)
A journaling file system is a file system that keeps track of changes not yet committed to the file system's main part by recording the intentions of such changes in a data structure known as a "journal", which is usually a circular log. In the event of a system crash or power failure, such file systems can be brought back online more quickly with a lower likelihood of becoming corrupted
Source: Wikipedia - Journaling file system, cites: IBM - Anatomy of Linux journaling file systems
Basically the message means the system did an integrity check on this part of your filesystem. It is forced by the system, so generally there is nothing to worry about. When you have power cutoffs, the journal can get damaged and, unless your harddisk is really busted, tends to get repaired during this check.
Does someone knows what journal is?
Part of a modern day filesystem is a feature called "journaling". We use "ext4" as a filesystem. (ext3, ext2 are older versions. NTFS is a Microsoft equivalent.)
A journaling file system is a file system that keeps track of changes not yet committed to the file system's main part by recording the intentions of such changes in a data structure known as a "journal", which is usually a circular log. In the event of a system crash or power failure, such file systems can be brought back online more quickly with a lower likelihood of becoming corrupted
Source: Wikipedia - Journaling file system, cites: IBM - Anatomy of Linux journaling file systems
Basically the message means the system did an integrity check on this part of your filesystem. It is forced by the system, so generally there is nothing to worry about. When you have power cutoffs, the journal can get damaged and, unless your harddisk is really busted, tends to get repaired during this check.
edited 20 mins ago
wjandrea
8,49642259
8,49642259
answered 53 mins ago
RinzwindRinzwind
204k28389524
204k28389524
Is it correct to say, that journaling is used to protect the filesystems integrity, but not necessarily the integrity of the files (their content)?
– Ralf
44 mins ago
add a comment |
Is it correct to say, that journaling is used to protect the filesystems integrity, but not necessarily the integrity of the files (their content)?
– Ralf
44 mins ago
Is it correct to say, that journaling is used to protect the filesystems integrity, but not necessarily the integrity of the files (their content)?
– Ralf
44 mins ago
Is it correct to say, that journaling is used to protect the filesystems integrity, but not necessarily the integrity of the files (their content)?
– Ralf
44 mins ago
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1109205%2fwhat-is-the-journal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown