pais
(usa Debian)
Enviado em 05/02/2013 - 23:49h
root@ubuntu:/home/ubuntu# for i in 5 8; do fsck.ext4 /dev/sda$i; done
e2fsck 1.41.14 (22-Dec-2010)
/dev/sda5: clean, 235540/4718592 files, 9541094/18854248 blocks (check in 4 mounts)
e2fsck 1.41.14 (22-Dec-2010)
/dev/sda8 has been mounted 21 times without being checked, 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
/dev/sda8: 122973/12730368 files (0.2% non-contiguous), 2855024/50905088 blocks
root@ubuntu:/home/ubuntu#