I use both Ubuntu 18.04.2 LTS and Deepin 15.9, sharing the same home partition, in order to be able to access my documents from both OSes. Unfortunately, they have both access to the same configuration and user preferences, at least for some applications like Firefox, which runs perfectly on Ubuntu bur crashes on Deepin because of incompatible versions. When I run it again afterwards on Ubuntu it displays Restore Last Session (the one which crashed on Deepin). What can I do to change this in simple instructions suitable for an average user. Thanks.
Asked
Active
Viewed 1,885 times
mount
the directories you want to share over (or shadowing) your desired path, which can be achieved with only changes in/etc/fstab
. For example if you want to share/home/user/Vidoes/
you include a mount for that, along with every other directory you want shared. They'll shadow the real 'Videos' in that directory so you'll achieve what you want. Unlike/home/user/
which covered all, you'll have to do it for all (wanted) directories; and they don't need to be local (eg. I do it from a NFS [network file system] share rather than local disk. – guiverc Feb 15 '19 at 21:35