# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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 defaults 0 0
# / was on /dev/sda2 during installation
UUID=01c0de92-a506-4615-9280-cd13e8803cd2 / reiserfs notail 0 1
# swap was on /dev/sdb1 during installation
UUID=fa236bc3-f8c7-432d-8418-db03b06ec3d8 none swap sw 0 0
/dev/scd1 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,defaultsnoauto,exec,utf8 0 0