F5F Stay Refreshed Software Operating Systems Yes, it is feasible to have multiple Linux distributions recognize a shared home folder across different partitions.

Yes, it is feasible to have multiple Linux distributions recognize a shared home folder across different partitions.

Yes, it is feasible to have multiple Linux distributions recognize a shared home folder across different partitions.

Pages (2): 1 2 Next
R
ReakZ_
Member
183
09-06-2016, 09:52 PM
#1
I believe I need to adjust FSTAB on both operating systems (Kubuntu and EndeavourOS). The main issue seems to be Snaps, and I’m curious about how Endeavour would handle them. I’ve transferred the rest of Kubuntu’s Home directory to a new partition, but I haven’t managed to relocate the Snap directories from Kubuntu’s Home to the new copy. I want to confirm this is feasible before diving into the setup files. Edited August 20, 2024 by CitrusHook
R
ReakZ_
09-06-2016, 09:52 PM #1

I believe I need to adjust FSTAB on both operating systems (Kubuntu and EndeavourOS). The main issue seems to be Snaps, and I’m curious about how Endeavour would handle them. I’ve transferred the rest of Kubuntu’s Home directory to a new partition, but I haven’t managed to relocate the Snap directories from Kubuntu’s Home to the new copy. I want to confirm this is feasible before diving into the setup files. Edited August 20, 2024 by CitrusHook

Z
ZazaPanda
Member
151
09-12-2016, 07:23 PM
#2
Moved to Linux
Z
ZazaPanda
09-12-2016, 07:23 PM #2

Moved to Linux

B
Blureux
Posting Freak
797
09-12-2016, 09:35 PM
#3
You're referring to a setup like /home/CitrusHook, correct? Yes, adjusting fstab for the same disk on both systems could work, but beware of conflicts with config files (like in /home/CitrusHook/.config) if you have versions of the same program on Kubuntu and Enduring. It's often wiser to store them on a distinct partition.
B
Blureux
09-12-2016, 09:35 PM #3

You're referring to a setup like /home/CitrusHook, correct? Yes, adjusting fstab for the same disk on both systems could work, but beware of conflicts with config files (like in /home/CitrusHook/.config) if you have versions of the same program on Kubuntu and Enduring. It's often wiser to store them on a distinct partition.

M
marleygtw
Junior Member
6
09-12-2016, 09:40 PM
#4
It would be easier to pinpoint the issue folders, duplicate them (as .config-ub and .config-end), then link the relevant ones as .config during startup. Over time, you can compare them and merge them further.
M
marleygtw
09-12-2016, 09:40 PM #4

It would be easier to pinpoint the issue folders, duplicate them (as .config-ub and .config-end), then link the relevant ones as .config during startup. Over time, you can compare them and merge them further.

D
Dana1211
Member
184
09-12-2016, 10:54 PM
#5
It might not be easier to set up or maintain, but it should reduce duplicate configurations.
D
Dana1211
09-12-2016, 10:54 PM #5

It might not be easier to set up or maintain, but it should reduce duplicate configurations.

M
marinagrams
Member
216
09-15-2016, 10:50 PM
#6
I tend to simplify things by focusing on practical solutions right away. Using "mount --bind" would eliminate the need for custom setup during startup, so fstab entries would appear straightforward. My initial thought was about cleaning up the existing folder and redirecting links, but I realized such mounts only work reliably for specific users.
M
marinagrams
09-15-2016, 10:50 PM #6

I tend to simplify things by focusing on practical solutions right away. Using "mount --bind" would eliminate the need for custom setup during startup, so fstab entries would appear straightforward. My initial thought was about cleaning up the existing folder and redirecting links, but I realized such mounts only work reliably for specific users.

M
minisega
Member
115
10-02-2016, 04:27 AM
#7
Hi, again. Yes, it's possible for snap to identify a different folder beyond the standard "home/citrushook/snap" path. I notice snap directories exist in various locations, including the root of Kubuntu. Since Arch may not support certain files on other distributions, keeping snaps and flatpaks in the Kubuntu partition makes sense. This approach helps address issues that arise when changing where the configuration is detected. I'm just starting out, so thank you for clarifying this.
M
minisega
10-02-2016, 04:27 AM #7

Hi, again. Yes, it's possible for snap to identify a different folder beyond the standard "home/citrushook/snap" path. I notice snap directories exist in various locations, including the root of Kubuntu. Since Arch may not support certain files on other distributions, keeping snaps and flatpaks in the Kubuntu partition makes sense. This approach helps address issues that arise when changing where the configuration is detected. I'm just starting out, so thank you for clarifying this.

L
lneumann
Junior Member
18
10-15-2016, 07:07 AM
#8
Not very familiar with Snaps and Flatpack at that level, are you? It seems likely you can turn on support for them in Arch. You should be able to do it through Manjaro's package manager, which is similar to the one used in EndeavourOS—the same distribution I’m using. However, it’s unlikely they’ve placed binaries in your home folder. Typically, the ~/snap directory holds configuration files only, just like ~/.config or ~/.mozilla. The actual executables are stored in /var/lib/snapd/snap. So you’d need to install a Snap on both systems, just like you would install Firefox on both. If you share ~/home/CitrusHook between Kubuntu and EndeavourOS, the only shared items would be your files and app-specific configs. For instance, ~/.mozilla/firefox contains your Firefox settings but not the software itself, which runs at /usr/bin/firefox. As long as both versions have the same Firefox version (or compatible configurations), you only need to install and configure it once, with identical settings on both. But the program must still be installed and maintained separately on each system. If you have Snaps configuration files but don’t use them on EndeavourOS, they won’t cause any issues.
L
lneumann
10-15-2016, 07:07 AM #8

Not very familiar with Snaps and Flatpack at that level, are you? It seems likely you can turn on support for them in Arch. You should be able to do it through Manjaro's package manager, which is similar to the one used in EndeavourOS—the same distribution I’m using. However, it’s unlikely they’ve placed binaries in your home folder. Typically, the ~/snap directory holds configuration files only, just like ~/.config or ~/.mozilla. The actual executables are stored in /var/lib/snapd/snap. So you’d need to install a Snap on both systems, just like you would install Firefox on both. If you share ~/home/CitrusHook between Kubuntu and EndeavourOS, the only shared items would be your files and app-specific configs. For instance, ~/.mozilla/firefox contains your Firefox settings but not the software itself, which runs at /usr/bin/firefox. As long as both versions have the same Firefox version (or compatible configurations), you only need to install and configure it once, with identical settings on both. But the program must still be installed and maintained separately on each system. If you have Snaps configuration files but don’t use them on EndeavourOS, they won’t cause any issues.

K
KapoGames
Junior Member
4
10-28-2016, 07:55 PM
#9
I tried flatpack once, and it set up a chroot in ~ for the app I installed. I think if I'd run it as root, it might have placed it in /opt or something similar. People with more experience in flatpack usually know better how to handle it.
K
KapoGames
10-28-2016, 07:55 PM #9

I tried flatpack once, and it set up a chroot in ~ for the app I installed. I think if I'd run it as root, it might have placed it in /opt or something similar. People with more experience in flatpack usually know better how to handle it.

D
Danonina
Member
75
10-28-2016, 08:32 PM
#10
You can locate the FSTAB files in one of your system directories, often found within the distribution's installation folder.
D
Danonina
10-28-2016, 08:32 PM #10

You can locate the FSTAB files in one of your system directories, often found within the distribution's installation folder.

Pages (2): 1 2 Next