Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Periodic File System Checking (fsck) Disabled in 13.10

  1. #11
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: Periodic File System Checking (fsck) Disabled in 13.10

    Checked for logs on older systems. Only Ubuntu 8.04 has an entry - see below (apparently they are made daily on startup). The others (like 12.04) say "nothing logged yet" as the bug says. But, as I said, the fsck program is interactive and should still perform its check and if warranted, repair functions so I will keep it activated. I see nothing to gain by leaving it disabled, and plenty to lose. I takes only a minute or so extra time every 40 boots as I have it set.

    Ubuntu 8.04 fsck log entry (there are none for past days, just the current session):

    Code:
    dn@dell-desktop:/var/log/fsck$ cat checkroot
    Log of fsck -C3 -a -t ext3 /dev/sda3 
    Mon Oct 28 19:55:21 2013
    
    fsck 1.40.8 (13-Mar-2008)
    /dev/sda3: clean, 413455/4800512 files, 13505578/19200038 blocks

    EDIT: In newer releases, this information is now part of /var/log/boot.log
    Boot log lines from Lubuntu 12.10:
    Code:
    fsck from util-linux 2.20.1
    Lubuntu-1210: clean, 304033/1921360 files, 2807004/7680000 blocks
    This partition checked has a label which is why you see "Lubuntu-1210" (the label) rather than /dev/sda1
    Last edited by Dennis N; October 29th, 2013 at 12:55 PM.

  2. #12
    Join Date
    Apr 2011
    Location
    Maryland
    Beans
    1,461
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Periodic File System Checking (fsck) Disabled in 13.10

    Interesting. Running 12.04 here, and it seems it's turned off by default on my system too:

    Code:
    $ sudo dumpe2fs -h /dev/sdc3 | grep -i "mount count"
    dumpe2fs 1.42 (29-Nov-2011)
    Mount count:              38
    Maximum mount count:      -1
    Here's something odd, though. That's the partition for my Home dir. If I look at root, I see that it's been mounted 14 fewer times!

    Code:
    $ sudo dumpe2fs -h /dev/sdc2 | grep -i "mount count"
    dumpe2fs 1.42 (29-Nov-2011)
    Mount count:              24
    Maximum mount count:      -1
    How is that possible?

    Anyway, I think I'll turn this on too. It is always nice knowing that the filesystem is being kept in good condition.

  3. #13
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: Periodic File System Checking (fsck) Disabled in 13.10

    I found that fsck log is now part of var/log/boot.log

    Example from this machine's boot.log, lines 1-2:

    Code:
    fsck from util-linux 2.20.1
    Lubuntu-1210: clean, 304033/1921360 files, 2807004/7680000 blocks

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •