[root@localhost ~]# fdisk -l
Disk /dev/sda: 250.1 GB, 250058268160 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488395055 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xad48cc5d
Device Boot Start End Blocks Id System
/dev/sda1 * 63 488392064 244196001 7 HPFS/NTFS
Disk /dev/sdb: 20.4 GB, 20419854336 bytes
255 heads, 63 sectors/track, 2482 cylinders, total 39882528 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000080
Device Boot Start End Blocks Id System
/dev/sdb1 63 39873329 19936633+ 7 HPFS/NTFS
Disk /dev/sdc: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xce5973cb
Device Boot Start End Blocks Id System
/dev/sdc1 * 63 61866314 30933126 83 Linux
/dev/sdc2 61866315 156296384 47215035 5 Extended
/dev/sdc5 61866378 70043399 4088511 82 Linux swap / Solaris
/dev/sdc6 70043463 156296384 43126461 83 Linux
[root@localhost ~]# fsck -f /dev/sdc1
fsck from util-linux-ng 2.18
e2fsck 1.42 (29-Nov-2011)
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/sdc1: 87731/1937088 files (0.1% non-contiguous), 724572/7733248 blocks
[root@localhost ~]# fsck -f /dev/sdc2
fsck from util-linux-ng 2.18
e2fsck 1.42 (29-Nov-2011)
fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sdc2
Could this be a zero-length partition?
[root@localhost ~]# fsck -f /dev/sdc5
fsck from util-linux-ng 2.18
fsck: fsck.swap: not found
fsck: Error 2 while executing fsck.swap for /dev/sdc5
[root@localhost ~]# fsck -f /dev/sdc6
fsck from util-linux-ng 2.18
e2fsck 1.42 (29-Nov-2011)
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/sdc6: 183/2698080 files (0.0% non-contiguous), 214551/10781615 blocks
[root@localhost ~]#
Clean, yes?