/etc/fstab


SUBMITTED BY: Guest

DATE: Jan. 13, 2013, 7:22 a.m.

FORMAT: Text only

SIZE: 1.4 kB

HITS: 1183

  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  4. # for a device; this may be used with UUID= as a more robust way to name
  5. # devices that works even if disks are added and removed. See fstab(5).
  6. #
  7. # <file system> <mount point> <type> <options> <dump> <pass>
  8. /dev/sda1 /boot ext3 defaults,noatime 0 2
  9. /dev/sda2 none swap sw 0 0
  10. /dev/sda3 / ext3 errors=remount-ro,noatime 0 1
  11. /dev/sda10 /home ext3 defaults,noatime 0 2
  12. /dev/sda11 /media/sda11 auto defaults,noatime,user,rw 0 0
  13. proc /proc proc nodev,noexec,nosuid 0 0
  14. ## / was on /dev/sda3 during installation
  15. #UUID=27d5e65a-e93f-49f5-975b-fe42d2c1e25c / ext3 errors=remount-ro,noatime 0 1
  16. ## /boot was on /dev/sda1 during installation
  17. #UUID=02885d0b-4bbe-4eb6-b397-2b8ec5381aa0 /boot ext3 defaults,noatime 0 2
  18. ## /home was on /dev/sda10 during installation
  19. #UUID=ed8c7aa0-9d5c-4e0c-b706-14da20ec89e1 /home ext3 defaults,noatime 0 2
  20. # swap was on /dev/sda2 during installation
  21. #UUID=375f1eba-f16c-4e91-8f84-0539b064331c none swap sw 0 0

comments powered by Disqus