I currently have Kubuntu 22.04 installed in partition A, and /home installed in partition B. I recently created partition C and installed Ubuntu 22.04 with gnome. Partition C has root and home together as this was for testing purposes. I liked how it ran so I decided to use it permanently. Since partition C has low storage space, I want to use the Downloads,Documents,Pictures and Music folders from partition B, so I can have the same files through both OS's. I tried removing the music folder from partition C and replaced it with a symlink copy of Music folder from partition B. This worked quite well, but after a restart all my Snap Apps wouldn't open. When opening them through the terminal, it said that apport denied them and pointed to that folder I replaced. Am I doing something wrong? Is it possible to replace all those folders with the symlinked ones from partition B and have no issues?
Asked
Active
Viewed 64 times
ln
to crate them &stat
to view the link (is it hard or soft link that was created if you forget which you created..), but some fstab details can be found here - https://help.ubuntu.com/community/Fstab . My guess is you used GUI where I'd use terminal and thus aren't familiar with terminal defaults (I'm also not using GNOME or KDE Plasma let alone jammy (22.04) so my defaults may differ if I was to explore sorry) – guiverc Feb 14 '23 at 00:08chromium
& thesnap connect
which will allow confined snap packages to access/media/
and/mnt/
(ie. a directory you've only just mentioned & the reason I wanted the link details as location matters). Try what I suggest in my answer. – guiverc Feb 14 '23 at 00:40