LINUX.ORG.RU

История изменений

Исправление sdio, (текущая версия) :

$ df -hT /boot
Filesystem     Type  Size  Used Avail Use% Mounted on
/dev/sda2      ext2  229M   41M  172M  20% /boot


$ sudo /sbin/fsck -f -n /dev/sda2
e2fsck 1.42.5 (29-Jul-2012)
Warning!  /dev/sda2 is mounted.
boot was not cleanly unmounted, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
boot: 247/124992 files (11.3% non-contiguous), 57291/249856 blocks

fsck -f -n

(11.3% non-contiguous)

Исходная версия sdio, :

$ df -hT /boot
Filesystem     Type  Size  Used Avail Use% Mounted on
/dev/sda2      ext2  229M   41M  172M  20% /boot


$ sudo /sbin/fsck.ext2 -n /dev/sda2
e2fsck 1.42.5 (29-Jul-2012)
Warning!  /dev/sda2 is mounted.
boot was not cleanly unmounted, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
boot: 247/124992 files (11.3% non-contiguous), 57291/249856 blocks

(11.3% non-contiguous)