this post was submitted on 14 Nov 2025
31 points (100.0% liked)
Linux
61653 readers
732 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
When using gnome you’re supposed to not have specific filesystems mounted if they’re not gonna be available.
The proscribed solution is to use systemd to figure out if those mount points are available and mount them, but that would have to be coming off networkd instead of fstab which it sounds like is what you’re using.
A script to figure out if the server you want is available before mounting the filesystem would be easy, but a bad idea because that should be handled by your init system (probably systemd as above).
You could also just abandon gnome and use something else.
updated OP for now
Not really tied to gnome, it's just something I'm using. Would KDE work better ?
You’re asking the wrong person, I use lxqt.
Tonight I can see if konqueror (the kde file browser still think…) does the same thing.
How are your network filesystems mounted, fstab?
It was through fstab until recently. About 2 weeks back I moved to mount them on demand (systemd, will confirm exact method when I'm in front of computer) however this still doesn't address unmount part when I switch network.
just tried
Dolphin(KDE file manager) - same experience. Going to experiment withautofsnextMan that makes me feel old, apparently konqueror was the kde web browser!
So if I access a smb network share in pcmanfm-qt then switch networks my cursor turns into the watch when I try to click stuff in the share but nothing is hung or stuck and I can just click off it and even unmount using the eject icon beside the share name.
This is using Debian 13 with lxqt.
I think the problem is NFS more than Gnome - even
umountchokes on an unresponsive shareOh shit, you’re right! I assumed the op was trying the same thing on smb and nfs.
Do you think it needs the “soft” option which makes data loss a possibility.