Filesystem: Difference between revisions

From PS5 Developer wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable sortable" |- ! Mount point !! Mount directory !! Filesystem !! Flags |- ||md0 || / ||exfatfs||0x5001 |- ||devfs ||/dev||devfs||0x0 |- ||tmpfs ||system_tmp...")
 
No edit summary
Line 9: Line 9:
||tmpfs ||system_tmp ||tmpfs||0x1000
||tmpfs ||system_tmp ||tmpfs||0x1000
|-
|-
||tmpfs on || mnt ||tmpfs || 0x1000
||tmpfs || mnt ||tmpfs || 0x1000
|-
|-
|}
|}

Revision as of 20:47, 17 January 2023

Mount point Mount directory Filesystem Flags
md0 / exfatfs 0x5001
devfs /dev devfs 0x0
tmpfs system_tmp tmpfs 0x1000
tmpfs mnt tmpfs 0x1000