This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I don't understand the behavior here. I have two systems, one's a mini-PC running Manjaro (fstab entry and automount works), the other is a full desktop running EndeavorOS (this one has the problem). Here's my fstab
entry (minus personal info):
//PATH/TO/NAS/SHARE /LOCAL/FOLDER/MOUNTPATH cifs credentials=/$HOME/PATH/.smbcredentials,vers=3.0,uid=1000,gid=1000,file_mode=0777,dir_mode=0777,user,x-systemd.after=network-online.target 0 2
This command works fine and automatically mounts the share when I'm using Manjaro, but on EndeavorOS, the share is unmounted despite no errors or issues at startup. It does mount once I'm logged in if I do a sudo mount -a
and reload daemons or if I click on the share in Dolphin. When I check dmesg on my Manjaro system I see it attempts to mount and then no further output on it, seems to mount successfully. However, in Endeavor there's nothing about the share at all, it looks like it didn't make the attempt.
Any idea what the heck is going on here? Or alternately other logs I could look at to figure this out?
Subreddit
Post Details
- Posted
- 7 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/linuxquesti...