In OS 11.4 /media is a regular directory. Whatever I put there, it stays.
In OS 12.1 /media is tmpfs. Whatever I put there, on next restart is gone.
The question is -- how to get rid of tmpfs on /media, and "convert" it to regular directory as before.
I checked /etc/fstab -- there is no entry for /media.
/media? – Ignacio Vazquez-Abrams Apr 7 '12 at 8:34systemddoes that, thus there's nofstabentry to be found. – sr_ Apr 7 '12 at 11:37/etc/fstab". – greenoldman Apr 7 '12 at 11:42systemd's service file handling this mount point, who knows what happens next... How about~/mediaor/data? – sr_ Apr 7 '12 at 12:40/mediaastmpfsis a good enough reason for switching the init system back (not that there wouldn't be more other reasons). – peterph Nov 5 '12 at 23:39