# /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/sdb1 during installation
UUID=bea739ac-dc3a-4af4-ba1b-9430e11d5158 / ext3 errors=remount=ro 0 1
# /home was on /dev/sda1 during installation
UUID=a31097ec-c78d-4760-9cf0-2cfcd5aff759 /home ext3 defaults 0 2
# swap was on /dev/sdb5 during installation
UUID=760878d8-6c0f-4841-9b96-3c80672605e1 none swap sw 0 0
/dev/scd0 media/cdrom0 udf , iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 media/floppy0 auto rw,user,noauto,exec,utf8 0 0
Bookmarks