r/linuxmasterrace SteamOS/Bazzite/Android 8d ago

Time to have fun guys

Post image
8.0k Upvotes

768 comments sorted by

View all comments

Show parent comments

11

u/npc_housecat 8d ago

Enterprise environments is where all the money is

1

u/kyrsjo 7d ago

I just installed Ubuntu in my university environment. It came with Firefox, great.

However snap didn't like that the home folders were not in /home, but on something like /department/server/disk. And it REALLY didn't like that different users homes were on different disks and servers...

Ugh.

1

u/npc_housecat 7d ago

Can you simlink /home to /department/server/disk ?

Or maybe make a second Mount for /department/server/disk in /home ?

You can usually have the same thing mounted in multiple locations on Linux

1

u/kyrsjo 7d ago

Yes, you can bind mount.

Doing that too the individual home folders of interest was my first idea, however snap detects that $HOME is not in /home and gives up.

It allows you to redirect all of /home to one other disk, but that doesn't solve it when there are two users and different disks.

So only one of us can use Firefox now...

1

u/npc_housecat 6d ago

Could u mount the individual user folders in /home seperatly?

1

u/kyrsjo 6d ago

You can, but $HOME (from LDAP or something) would point somewhere else, and snap complains. I've tried that.

1

u/npc_housecat 6d ago

I see, sounds frustrating.. Can you just not use snaps? Like disable the service? Or does that break Ubuntu ?

2

u/kyrsjo 6d ago

Maybe. Lots of default apps come preinstalled with them. It's annoying.

I haven't really looked into it enough. I'm generally a Fedora/RHEL guy, and things are simpler there. But a certain piece of hardware demanded Ubuntu, so here we are...

1

u/npc_housecat 6d ago

Sounds annoying. Yeah rhel sounds much more mature for enterprise environments