aquaballoon

/etc/fstab

Jun 27th, 2011
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.93 KB | None | 0 0
  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.  
  8. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  9. proc            /proc           proc    nodev,noexec,nosuid 0       0
  10.  
  11. # / was on /dev/sda1 during installation
  12. UUID=f6b18db6-c1b0-498b-8bef-08a13fc37d2c /               ext4    errors=remount-ro 0       1
  13.  
  14. # /home was on /dev/sda3 during installation
  15. UUID=f8349e24-98fd-4c95-bb85-5d2d7482788c /home           ext4    defaults        0       2
  16.  
  17. # swap was on /dev/sda2 during installation
  18.  
  19. #UUID=470cd404-beba-4361-9971-fe980933b2c8 none            swap    sw              0       0
  20. UUID=b3c09c0e-36d1-4d17-abed-301a26d20a5b none swap sw 0 0
  21.  
  22. xx.yy.zz.ww:/export   /export   nfs  defaults 0 0
Advertisement
Add Comment
Please, Sign In to add comment