sistematico

/etc/fstab

Mar 9th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. #
  2. # /etc/fstab: static file system information
  3. #
  4. # <file system> <dir> <type> <options> <dump> <pass>
  5. tmpfs /tmp tmpfs nodev,nosuid 0 0
  6. /dev/sda1 /boot ext2 defaults 0 1
  7. /dev/sda2 swap swap defaults 0 0
  8. /dev/sda3 / ext4 defaults 0 1
  9. /dev/sda4 /home ext4 defaults,user_xattr 0 2
  10.  
  11. /dev/disk/by-label/SAMSUNG1TB /media/samsung ntfs-3g defaults,users,noatime,umask=0 0 0
  12. /srv/http /srv/ftp none defaults,bind 0 0
  13. /media/SAMSUNG1TB /srv/http/storage none bind 0 0
  14.  
  15. #/home/lucas/img /srv/http/img none bind 0 0
  16. #/home/lucas/video /srv/http/video none bind 0 0
  17. #/home/lucas/audio /srv/http/audio none bind 0 0
Advertisement
Add Comment
Please, Sign In to add comment