On Wed, May 04, 2022 at 08:35:50PM +0300, Mihai Popescu wrote: > Hello, > > I want to map /tmp as a mfs type. I did this in my /etc/fstab: > > 0a4b310a4a014e04.b none swap sw > 0a4b310a4a014e04.a / ffs rw 1 1 > 0a4b310a4a014e04.l /home ffs rw,nodev,nosuid 1 2 > swap /tmp mfs rw,nodev,nosuid,-s=1g 0 0 > 0a4b310a4a014e04.f /usr ffs rw,nodev 1 2 > 0a4b310a4a014e04.g /usr/X11R6 ffs rw,nodev 1 2 > 0a4b310a4a014e04.h /usr/local ffs rw,wxallowed,nodev 1 2 > 0a4b310a4a014e04.k /usr/obj ffs rw,nodev,nosuid 1 2 > 0a4b310a4a014e04.j /usr/src ffs rw,nodev,nosuid 1 2 > 0a4b310a4a014e04.e /var ffs rw,nodev,nosuid 1 2 > > After reboot, /tmp is mounted but xenodm is not able to start anymore. > I was told permissions for /tmp needs to be fixed with /tmp unmounted. > I tried to unmount /tmp just to get Device busy. > I tried to boot single user mode, using -s at boot prompt. > chmod 1777 /tmp tells me /tmp is read-only. > Tried with mount -uw as instructed, same complain.
what did you do exactly? Did you remount / ? > I can see that /tmp is 755 not 777. > > What am I doing wrong and how can i setup that 1777 mode, please. > > Thank you. >