Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1.  
  2. c2i7ht ~ # cat /etc/fstab
  3. # /etc/fstab: static file system information.
  4. #
  5. # The root filesystem should have a pass number of either 0 or 1.
  6. # All other filesystems should have a pass number of 0 or greater than 1.
  7. #
  8. # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
  9. #
  10. # See the manpage fstab(5) for more information.
  11. #
  12. # <fs> <mountpoint> <type> <opts> <dump/pass>
  13.  
  14. /dev/sda3 /boot ext4 noatime,noauto 1 2
  15. /dev/sda5 none swap sw 0 0
  16. /dev/sda6 / xfs noatime,ssd 0 1
  17. /dev/sdb2 /home xfs noatime 1 2
  18. /dev/sdb1 /mnt/Volume ntfs-3g defaults 0 0
  19. #/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
  20. shm /dev/shm tmpfs exec,rw 0 0
  21. c2i7ht ~ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement