update gitignore
[debian6500.git] / 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 # <dev> <mount point> <type> <options> <dump> <pass>
8 /dev/sda1 / ext4 noatime,errors=remount-ro 0 1
9 /dev/sda3 /var/media/backup ext4 noatime,defaults 0 2
10 /dev/sda2 none swap sw 0 0
11 /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0