- cdsboy@fastboy:~$ sudo fdisk -l
- Disk /dev/sda: 250.1 GB, 250059350016 bytes
- 255 heads, 63 sectors/track, 30401 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Disk identifier: 0xf260f69d
- Device Boot Start End Blocks Id System
- /dev/sda1 * 1 29178 234372253+ 83 Linux
- /dev/sda2 29179 30401 9823747+ 5 Extended
- /dev/sda5 29179 30401 9823716 82 Linux swap / Solaris
- Disk /dev/sdb: 250.1 GB, 250059350016 bytes
- 255 heads, 63 sectors/track, 30401 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Disk identifier: 0x829cec7f
- Device Boot Start End Blocks Id System
- /dev/sdb1 1 30402 244196352 7 HPFS/NTFS
- Disk /dev/sdc: 500.1 GB, 500107862016 bytes
- 255 heads, 63 sectors/track, 60801 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Disk identifier: 0xd11c6822
- Device Boot Start End Blocks Id System
- /dev/sdc1 1 60802 488383488 7 HPFS/NTFS
- Disk /dev/sdd: 251.0 GB, 251000193024 bytes
- 255 heads, 63 sectors/track, 30515 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Disk identifier: 0x00000000
- Disk /dev/sdd doesn't contain a valid partition table
- Disk /dev/sde: 500.1 GB, 500107862016 bytes
- 255 heads, 63 sectors/track, 60801 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Disk identifier: 0x6e697373
- This doesn't look like a partition table
- Probably you selected the wrong device.
- Device Boot Start End Blocks Id System
- /dev/sde1 ? 120528 234814 918008208 7 HPFS/NTFS
- Partition 1 does not end on cylinder boundary.
- /dev/sde2 ? 119381 153271 272218546+ 73 Unknown
- Partition 2 does not end on cylinder boundary.
- /dev/sde3 ? 113202 147075 272087568 2b Unknown
- Partition 3 does not end on cylinder boundary.
- /dev/sde4 ? 177064 177067 27487 61 SpeedStor
- Partition 4 does not end on cylinder boundary.
- Partition table entries are not in disk order
- cdsboy@fastboy:~$ cat /etc/fstab
- # /etc/fstab: static file system information.
- #
- # -- This file has been automaticly generated by ntfs-config --
- #
- # <file system> <mount point> <type> <options> <dump> <pass>
- proc /proc proc defaults 0 0
- # Entry for /dev/sda1 :
- UUID=ec8e5d36-604f-47c9-a02a-0a09fa136dc1 / ext4 errors=remount-ro 0 1
- # Entry for /dev/sda5 :
- UUID=0bac31cc-c30b-4e61-ac18-05abb9406f22 none swap sw 0 0
- /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
- /dev/sdb1 /media/seven ntfs-3g defaults,locale=en_US.UTF-8 0 0
- cdsboy@fastboy:~$ sudo mount /dev/sdc1 /media/test/
- mount: special device /dev/sdc1 does not exist
