Guest User

Untitled

a guest
May 25th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. mount
  2. rootfs on / type lxfs (rw,noatime)
  3. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
  4. proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
  5. none on /dev type tmpfs (rw,noatime,mode=755)
  6. devpts on /dev/pts type devpts (rw,nosuid,noexec,noatime,gid=5,mode=620)
  7. none on /run type tmpfs (rw,nosuid,noexec,noatime,mode=755)
  8. none on /run/lock type tmpfs (rw,nosuid,nodev,noexec,noatime)
  9. none on /run/shm type tmpfs (rw,nosuid,nodev,noatime)
  10. none on /run/user type tmpfs (rw,nosuid,nodev,noexec,noatime,mode=755)
  11. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noatime)
  12. C: on /mnt/c type drvfs (rw,noatime,uid=1000,gid=1000)
  13.  
  14. id -u
  15. 1000
  16. id -g
  17. 1000
  18.  
  19. [automount]
  20. enabled = true
  21. root = /mnt/
  22. mountFsTab = false
  23.  
  24. [network]
  25. generateHosts = true
  26. generateResolvConf = true
Add Comment
Please, Sign In to add comment