Import from Clearcase LIV_TRC6500_V2.2.3
[debian6500.git] / install / cluster / master / etc / fstab
1 # /etc/fstab: static file system information.
2 #
3 # Use 'blkid' to print the universally unique identifier for a
4 # device; this may be used with UUID= as a more robust way to name devices
5 # that works even if disks are added and removed. See fstab(5).
6 #
7 # <file system> <mount point> <type> <options> <dump> <pass>
8 # / was on /dev/sda1 during installation
9 UUID=51c6eae6-c179-4224-912b-2b00c6a03567 / ext4 errors=remount-ro 0 1
10 # /var/media/backup was on /dev/sda3 during installation
11 UUID=5d23d2c7-b3bc-4043-9a29-a85236a476a4 /var/media/backup ext4 defaults 0 2
12 # swap was on /dev/sda2 during installation
13 UUID=d69bc2f1-ea0f-47d7-ace1-5f8bb95c683a none swap sw 0 0
14 /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0