# /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    defaults        0       0
# / was on /dev/sdb2 during installation
UUID=cff8af2c-e18d-43df-bf8b-61ee23246e0e /               ext3    errors=remount-ro 0       1
# /boot was on /dev/sdb1 during installation
UUID=2c0073c9-248c-4627-9915-128a4e04e3fc /boot           ext3    defaults        0       2
# /var was on /dev/sdb3 during installation
UUID=87ad30b1-cda5-4648-8a00-0915fb3e1a6c /var            ext4    defaults        0       2
# swap was on /dev/sdb4 during installation
UUID=250c0dcd-be3e-4c1b-a245-7c5bd18d4307 none            swap    sw              0       0
#/dev/sda1       /media/cdrom0   udf,iso9660 user,noauto     0       0
#/dev/scd0       /media/cdrom1   udf,iso9660 user,noauto     0       0
tmpfs           /tmp         tmpfs      defaults,size=64M 0 0
