Advertisement
Guest User

Omen124 - findmnt

a guest
Jun 2nd, 2022
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.00 KB | None | 0 0
  1. ubuntu@ubuntu:~$ findmnt -J
  2. {
  3. "filesystems": [
  4. {
  5. "target": "/",
  6. "source": "/cow",
  7. "fstype": "overlay",
  8. "options": "rw,relatime,lowerdir=/filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work,xino=off",
  9. "children": [
  10. {
  11. "target": "/sys",
  12. "source": "sysfs",
  13. "fstype": "sysfs",
  14. "options": "rw,nosuid,nodev,noexec,relatime",
  15. "children": [
  16. {
  17. "target": "/sys/kernel/security",
  18. "source": "securityfs",
  19. "fstype": "securityfs",
  20. "options": "rw,nosuid,nodev,noexec,relatime"
  21. },{
  22. "target": "/sys/fs/cgroup",
  23. "source": "cgroup2",
  24. "fstype": "cgroup2",
  25. "options": "rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot"
  26. },{
  27. "target": "/sys/fs/pstore",
  28. "source": "pstore",
  29. "fstype": "pstore",
  30. "options": "rw,nosuid,nodev,noexec,relatime"
  31. },{
  32. "target": "/sys/firmware/efi/efivars",
  33. "source": "efivarfs",
  34. "fstype": "efivarfs",
  35. "options": "rw,nosuid,nodev,noexec,relatime"
  36. },{
  37. "target": "/sys/fs/bpf",
  38. "source": "bpf",
  39. "fstype": "bpf",
  40. "options": "rw,nosuid,nodev,noexec,relatime,mode=700"
  41. },{
  42. "target": "/sys/kernel/debug",
  43. "source": "debugfs",
  44. "fstype": "debugfs",
  45. "options": "rw,nosuid,nodev,noexec,relatime"
  46. },{
  47. "target": "/sys/kernel/tracing",
  48. "source": "tracefs",
  49. "fstype": "tracefs",
  50. "options": "rw,nosuid,nodev,noexec,relatime"
  51. },{
  52. "target": "/sys/fs/fuse/connections",
  53. "source": "fusectl",
  54. "fstype": "fusectl",
  55. "options": "rw,nosuid,nodev,noexec,relatime"
  56. },{
  57. "target": "/sys/kernel/config",
  58. "source": "configfs",
  59. "fstype": "configfs",
  60. "options": "rw,nosuid,nodev,noexec,relatime"
  61. }
  62. ]
  63. },{
  64. "target": "/proc",
  65. "source": "proc",
  66. "fstype": "proc",
  67. "options": "rw,nosuid,nodev,noexec,relatime",
  68. "children": [
  69. {
  70. "target": "/proc/sys/fs/binfmt_misc",
  71. "source": "systemd-1",
  72. "fstype": "autofs",
  73. "options": "rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=30721"
  74. }
  75. ]
  76. },{
  77. "target": "/dev",
  78. "source": "udev",
  79. "fstype": "devtmpfs",
  80. "options": "rw,nosuid,relatime,size=16336560k,nr_inodes=4084140,mode=755,inode64",
  81. "children": [
  82. {
  83. "target": "/dev/pts",
  84. "source": "devpts",
  85. "fstype": "devpts",
  86. "options": "rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000"
  87. },{
  88. "target": "/dev/shm",
  89. "source": "tmpfs",
  90. "fstype": "tmpfs",
  91. "options": "rw,nosuid,nodev,inode64"
  92. },{
  93. "target": "/dev/mqueue",
  94. "source": "mqueue",
  95. "fstype": "mqueue",
  96. "options": "rw,nosuid,nodev,noexec,relatime"
  97. },{
  98. "target": "/dev/hugepages",
  99. "source": "hugetlbfs",
  100. "fstype": "hugetlbfs",
  101. "options": "rw,relatime,pagesize=2M"
  102. }
  103. ]
  104. },{
  105. "target": "/run",
  106. "source": "tmpfs",
  107. "fstype": "tmpfs",
  108. "options": "rw,nosuid,nodev,noexec,relatime,size=3279816k,mode=755,inode64",
  109. "children": [
  110. {
  111. "target": "/run/lock",
  112. "source": "tmpfs",
  113. "fstype": "tmpfs",
  114. "options": "rw,nosuid,nodev,noexec,relatime,size=5120k,inode64"
  115. },{
  116. "target": "/run/credentials/systemd-sysusers.service",
  117. "source": "none",
  118. "fstype": "ramfs",
  119. "options": "ro,nosuid,nodev,noexec,relatime,mode=700"
  120. },{
  121. "target": "/run/user/999",
  122. "source": "tmpfs",
  123. "fstype": "tmpfs",
  124. "options": "rw,nosuid,nodev,relatime,size=3279812k,nr_inodes=819953,mode=700,uid=999,gid=999,inode64",
  125. "children": [
  126. {
  127. "target": "/run/user/999/doc",
  128. "source": "portal",
  129. "fstype": "fuse.portal",
  130. "options": "rw,nosuid,nodev,relatime,user_id=999,group_id=999"
  131. },{
  132. "target": "/run/user/999/gvfs",
  133. "source": "gvfsd-fuse",
  134. "fstype": "fuse.gvfsd-fuse",
  135. "options": "rw,nosuid,nodev,relatime,user_id=999,group_id=999"
  136. }
  137. ]
  138. },{
  139. "target": "/run/snapd/ns",
  140. "source": "tmpfs[/snapd/ns]",
  141. "fstype": "tmpfs",
  142. "options": "rw,nosuid,nodev,noexec,relatime,size=3279816k,mode=755,inode64",
  143. "children": [
  144. {
  145. "target": "/run/snapd/ns/snapd-desktop-integration.mnt",
  146. "source": "nsfs[mnt:[4026532617]]",
  147. "fstype": "nsfs",
  148. "options": "rw"
  149. },{
  150. "target": "/run/snapd/ns/snap-store.mnt",
  151. "source": "nsfs[mnt:[4026532750]]",
  152. "fstype": "nsfs",
  153. "options": "rw"
  154. }
  155. ]
  156. }
  157. ]
  158. },{
  159. "target": "/cdrom",
  160. "source": "/dev/sdb1",
  161. "fstype": "vfat",
  162. "options": "ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro"
  163. },{
  164. "target": "/rofs",
  165. "source": "/dev/loop0",
  166. "fstype": "squashfs",
  167. "options": "ro,noatime,errors=continue"
  168. },{
  169. "target": "/tmp",
  170. "source": "tmpfs",
  171. "fstype": "tmpfs",
  172. "options": "rw,nosuid,nodev,relatime,inode64"
  173. },{
  174. "target": "/snap/bare/5",
  175. "source": "/dev/loop1",
  176. "fstype": "squashfs",
  177. "options": "ro,nodev,relatime,errors=continue"
  178. },{
  179. "target": "/snap/core18/2409",
  180. "source": "/dev/loop2",
  181. "fstype": "squashfs",
  182. "options": "ro,nodev,relatime,errors=continue"
  183. },{
  184. "target": "/snap/core20/1494",
  185. "source": "/dev/loop4",
  186. "fstype": "squashfs",
  187. "options": "ro,nodev,relatime,errors=continue"
  188. },{
  189. "target": "/snap/curl/783",
  190. "source": "/dev/loop5",
  191. "fstype": "squashfs",
  192. "options": "ro,nodev,relatime,errors=continue"
  193. },{
  194. "target": "/snap/firefox/1377",
  195. "source": "/dev/loop7",
  196. "fstype": "squashfs",
  197. "options": "ro,nodev,relatime,errors=continue"
  198. },{
  199. "target": "/snap/snapd/15904",
  200. "source": "/dev/loop12",
  201. "fstype": "squashfs",
  202. "options": "ro,nodev,relatime,errors=continue"
  203. },{
  204. "target": "/snap/vlc/2344",
  205. "source": "/dev/loop14",
  206. "fstype": "squashfs",
  207. "options": "ro,nodev,relatime,errors=continue"
  208. },{
  209. "target": "/snap/gnome-3-38-2004/99",
  210. "source": "/dev/loop8",
  211. "fstype": "squashfs",
  212. "options": "ro,nodev,relatime,errors=continue"
  213. },{
  214. "target": "/snap/firefox/1232",
  215. "source": "/dev/loop6",
  216. "fstype": "squashfs",
  217. "options": "ro,nodev,relatime,errors=continue"
  218. },{
  219. "target": "/snap/snap-store/575",
  220. "source": "/dev/loop10",
  221. "fstype": "squashfs",
  222. "options": "ro,nodev,relatime,errors=continue"
  223. },{
  224. "target": "/snap/core20/1405",
  225. "source": "/dev/loop3",
  226. "fstype": "squashfs",
  227. "options": "ro,nodev,relatime,errors=continue"
  228. },{
  229. "target": "/snap/gtk-common-themes/1534",
  230. "source": "/dev/loop9",
  231. "fstype": "squashfs",
  232. "options": "ro,nodev,relatime,errors=continue"
  233. },{
  234. "target": "/snap/snapd/15177",
  235. "source": "/dev/loop11",
  236. "fstype": "squashfs",
  237. "options": "ro,nodev,relatime,errors=continue"
  238. },{
  239. "target": "/snap/snapd-desktop-integration/10",
  240. "source": "/dev/loop13",
  241. "fstype": "squashfs",
  242. "options": "ro,nodev,relatime,errors=continue"
  243. },{
  244. "target": "/media/ubuntu/44A8329FA8328F82",
  245. "source": "/dev/sdc2",
  246. "fstype": "fuseblk",
  247. "options": "ro,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096"
  248. },{
  249. "target": "/media/ubuntu/08361DD8361DC818",
  250. "source": "/dev/sda1",
  251. "fstype": "fuseblk",
  252. "options": "ro,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096"
  253. },{
  254. "target": "/media/ubuntu/casper-rw",
  255. "source": "/dev/sdb2",
  256. "fstype": "ext3",
  257. "options": "rw,nosuid,nodev,relatime"
  258. }
  259. ]
  260. }
  261. ]
  262. }
  263. ubuntu@ubuntu:~$
  264.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement