Guest User

Untitled

a guest
Jan 22nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid' to print the universally unique identifier for a
  4. # device; this may be used with UUID= as a more robust way to name devices
  5. # that works even if disks are added and removed. See fstab(5).
  6. #
  7. # <file system> <mount point> <type> <options> <dump> <pass>
  8. proc /proc proc nodev,noexec,nosuid 0 0
  9. # / was on /dev/sda7 during installation
  10. UUID=7f05f7b9-be65-4c5b-ae9e-b4efa304d44f / ext4 errors=remount-ro,user_xattr 0 1
  11.  
  12. # swap was on /dev/sda5 during installation
  13. UUID=e3c8282e-7f4f-4ed6-abd7-c3d4f6314d61 none swap sw 0 0
  14.  
  15. #Entry for /dev/sda6 :
  16. UUID=65EE796475317810 /media/DADOS ntfs-3g defaults,auto,rw,user,locale=en_US.utf8,uid=1000,gid=1000 0 0
Add Comment
Please, Sign In to add comment