Guest User

fstab

a guest
Apr 25th, 2012
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. # <fs> <mountpoint> <type> <opts> <dump/pass>
  3.  
  4. # ========================================== [ System ] ===========================================
  5.  
  6. /dev/sda2 / ext4 acl,user_xattr,noatime,nodiratime,barrier=1 1 1
  7.  
  8. /dev/sda6 /usr ext4 acl,user_xattr,noatime,nodiratime,barrier=1 1 2
  9.  
  10. /dev/sda7 /home ext4 acl,user_xattr,noatime,nodiratime,barrier=1 1 2
  11.  
  12. /dev/sda8 /home/share ext4 acl,user_xattr,noatime,nodiratime,barrier=1 1 3
  13.  
  14.  
  15. # ========================================== [ Other ] ============================================
  16.  
  17. UUID=1e41a0aa-c0cd-4f27-ad20-6b7c27af4892 none swap sw 0 0
  18. /dev/cdrom /mnt/cdrom auto noauto,iocharset=utf8,ro,users 0 0
  19.  
  20. shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
  21.  
  22. tmpfs /tmp tmpfs defaults,nodev,nosuid,mode=1777 0 2
  23. tmpfs /var/lock tmpfs defaults,nodev,nosuid,noexec,mode=1777,size=10m 0 2
  24. tmpfs /var/run tmpfs defaults,nodev,nosuid,noexec,mode=0755,size=10m 0 2
  25.  
  26. tmpfs /var/tmp/portage tmpfs size=1800M 0 2
Advertisement
Add Comment
Please, Sign In to add comment