02-19-2022, 11:51 AM
(This post was last modified: 02-19-2022, 12:05 PM by vap0rtranz.
Edit Reason: typo
)
What are system bootup dependencies on /tmp?
I've tried switching /tmp to be a ramdisk on PMOS and Mobian. PMOS boots into console (no phosh) and Mobian won't boot at all.
Perhaps my /etc/fstab syntax is wrong??
(Why switch /tmp from filesystem to ramdisk? /tmp is the default BURST_DIR for Megapixels, and for Pure Maps cache; so a ramdisk should make taking pics & viewing maps faster. Everyone could benefit
well looks like it was my fstab syntax. 'default' in fstab worked. Not ideal but it works:
I've tried switching /tmp to be a ramdisk on PMOS and Mobian. PMOS boots into console (no phosh) and Mobian won't boot at all.
Perhaps my /etc/fstab syntax is wrong??
Code:
tmpfs /tmp tmpfs rw,nosuid,nodev,size=613392k,mode=755 0 2
(Why switch /tmp from filesystem to ramdisk? /tmp is the default BURST_DIR for Megapixels, and for Pure Maps cache; so a ramdisk should make taking pics & viewing maps faster. Everyone could benefit

(02-19-2022, 11:51 AM)vap0rtranz Wrote: What are system bootup dependencies on /tmp?
I've tried switching /tmp to be a ramdisk on PMOS and Mobian. PMOS boots into console (no phosh) and Mobian won't boot at all.
Perhaps my /etc/fstab syntax is wrong??
Code:tmpfs /tmp tmpfs rw,nosuid,nodev,size=613392k,mode=755 0 2
(Why switch /tmp from filesystem to ramdisk? /tmp is the default BURST_DIR for Megapixels, and for Pure Maps cache; so a ramdisk should make taking pics & viewing maps faster. Everyone could benefit
well looks like it was my fstab syntax. 'default' in fstab worked. Not ideal but it works:
Code:
tmpfs /tmp tmpfs default,size=524288k 0 2
PPv1.2a running PMOS ... almost a daily driver!