I have set up an Ubuntu 20.04 / Windows 10 Dual Boot with all the partitions the OS need. Additionally, I have created a shared NTFS partition called "Data", where I want my Desktop, Documents folder etc. to be located. For Windows this worked fine, but Ubuntu does not seem to get things right.
To relocate the specific folders to the Data partition, I have edited their path in the /home/xy/.config/user-dirs.dirs
file to /media/xy/Data/Desktop/
etc., but every time I log into Ubuntu, all the paths I changed are set to $HOME/
.
All the /media/...
paths do exist and I can access them from the terminal and from Nautilus.