# /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>
# / was on /dev/sdb2 during installation
UUID=11cd3784-1337-449f-b815-77174e0b31f0 /               ext4    errors=remount-ro,noatime,data=writeback 0       1
# /boot was on /dev/sdb1 during installation
UUID=9603d5f6-5faf-482d-a87c-13d3155f30a6 /boot           ext2    defaults        0       2
/dev/sr0        /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/sr0        /media/floppy0  auto    rw,user,noauto  0       0
/dev/sdb1       /media/usb0     auto    rw,user,noauto  0       0
/dev/sdb2       /media/usb1     auto    rw,user,noauto  0       0
tmpfs           /tmp         tmpfs      defaults,size=64M 0 0
tmpfs           /mnt/ramdisk tmpfs      defaults,size=512M 0 0
