by DumbCluck on Sat Mar 02, 2013 9:18 pm
cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda5 during installation
UUID=6b3b3bbc-d2d0-4254-b97e-7538bea126e4 / ext4 defaults 0 1
# swap was on /dev/sda6 during installation
UUID=9397c427-24b1-4132-aefe-b24d1006d0fe none swap sw 0 0
/dev/sda1 /media/sda1 ntfs nls=iso8859-1 0 0
/dev/sdc1 /media/sdc1 ntfs nls=iso8859-1,umask=000 0 0
/dev/sdd1 /media/sdd1 ntfs nls=iso8859-1,umask=000 0 0
/dev/sdb1 /media/sdb1 ntfs nls=iso8859-1,umask=000 0 0
sudo blkid
/dev/sda1: UUID="01A820A407F22266" TYPE="ntfs"
/dev/sdb1: LABEL="System Reserved" UUID="6018CC0018CBD2E8" TYPE="ntfs"
/dev/sdb2: UUID="76F4F8E8F4F8AB8D" TYPE="ntfs"
/dev/sdb5: UUID="6b3b3bbc-d2d0-4254-b97e-7538bea126e4" TYPE="ext4"
/dev/sdb6: UUID="9397c427-24b1-4132-aefe-b24d1006d0fe" TYPE="swap"
/dev/sdc1: LABEL="GAMING 698" UUID="80A64A6DA64A642E" TYPE="ntfs"
sudo fdisk -l
Disk /dev/sda: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders, total 398297088 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: 0x000cf95f
Device Boot Start End Blocks Id System
/dev/sda1 63 398283479 199141708+ 7 HPFS/NTFS/exFAT
Disk /dev/sdb: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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: 0x0002ed96
Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 514047 256000 7 HPFS/NTFS/exFAT
/dev/sdb2 514048 440819711 220152832 7 HPFS/NTFS/exFAT
/dev/sdb3 440821758 625141759 92160001 5 Extended
/dev/sdb5 440821760 608366591 83772416 83 Linux
/dev/sdb6 608368640 625141759 8386560 82 Linux swap / Solaris
Disk /dev/sdc: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 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: 0x000e5d67
Device Boot Start End Blocks Id System
/dev/sdc1 * 2048 1465145343 732571648 7 HPFS/NTFS/exFAT