Guest User

Untitled

a guest
Dec 7th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 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. # <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=8958893e-edfd-4c55-b4cf-048c120d6c44 / ext4 errors=remount-ro 0 1
  11. # swap was on /dev/sda5 during installation
  12. UUID=42cbb64d-03c9-4b72-8343-821072899758 none swap sw 0 0
  13.  
  14.  
  15. /dev/sda7 / ext4 rw,errors=remount-ro,commit=0 0 0
  16. proc /proc proc rw,noexec,nosuid,nodev 0 0
  17. none /sys sysfs rw,noexec,nosuid,nodev 0 0
  18. fusectl /sys/fs/fuse/connections fusectl rw 0 0
  19. none /sys/kernel/debug debugfs rw 0 0
  20. none /sys/kernel/security securityfs rw 0 0
  21. none /dev devtmpfs rw,mode=0755 0 0
  22. none /dev/pts devpts rw,noexec,nosuid,gid=5,mode=0620 0 0
  23. none /dev/shm tmpfs rw,nosuid,nodev 0 0
  24. none /var/run tmpfs rw,nosuid,mode=0755 0 0
  25. none /var/lock tmpfs rw,noexec,nosuid,nodev 0 0
  26. binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0
  27. gvfs-fuse-daemon /home/neda/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,user=neda 0 0
  28. /dev/sda6 /media/Data__ ext4 rw,nosuid,nodev,uhelper=udisks 0 0
Add Comment
Please, Sign In to add comment