[CODE][/# /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/sda1 during installation
UUID=77fcc4a1-beec-4cc9-98c4-44ca331495c2 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=4ffe8dbe-15db-4b06-b14a-e185f842d5f9 none swap sw 0 0
/dev/sdb1 /media/sdb1 ntfs nls=iso8859-1,umask=000 0 0
/dev/sdd1 /media/sdd1 ntfs nls=iso8859-1,umask=000 0 0
/dev/sdc1 /media/sdc1 ext2 errors=remount-ro,ro,user 0 0
]