# /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>
/dev/sda1 /boot ext3 defaults,noatime 0 2
/dev/sda2 none swap sw 0 0
/dev/sda3 / ext3 errors=remount-ro,noatime 0 1
/dev/sda10 /home ext3 defaults,noatime 0 2
/dev/sda11 /media/sda11 auto defaults,noatime,user,rw 0 0
proc /proc proc nodev,noexec,nosuid 0 0
## / was on /dev/sda3 during installation
#UUID=27d5e65a-e93f-49f5-975b-fe42d2c1e25c / ext3 errors=remount-ro,noatime 0 1
## /boot was on /dev/sda1 during installation
#UUID=02885d0b-4bbe-4eb6-b397-2b8ec5381aa0 /boot ext3 defaults,noatime 0 2
## /home was on /dev/sda10 during installation
#UUID=ed8c7aa0-9d5c-4e0c-b706-14da20ec89e1 /home ext3 defaults,noatime 0 2
# swap was on /dev/sda2 during installation
#UUID=375f1eba-f16c-4e91-8f84-0539b064331c none swap sw 0 0