and also provide the full mount command you’re using (not the mount --all command but the full mount command you used from here before you added it to the fstab file…)
P.S. also provide the same output from the computer that is running the Samba share when logged in there…
P.P.S.
Okay, but the whole issue seems to be that only root / sudo can do it, so even if I run sudo, I’m going to get the same issue with fstab since that’s the same logic?
so running that, does not give me write permission, where as before, I wanna emphasize, just to be sure, the commands were working, and their respective recommended fstab command were not working, unless I ran sudo mount -a
sorry for the long hiatus, I encountered a new read and write issue, that was entirely irrelevant but I thought I messed something up, so where I’m at, if I run an individual command, I can get it to mount the samba share, if I add a command to fstab, I have to use sudo mount -a, I can’t just use mount --a, which isn’t a big deal. the only problem is that fstab requires sudo, which means I can’t get it to happen at startup
in “options”, I add nofail,noauto,x-systemd.automount,x-systemd.mount-timeout=30,_netdev if server not run when i open my manjaro ( and wiki )
by @papajoke
I am interested in the ,_netdev portion as well as others and wonder if it helps with an FSTAB mounting of a NAS drive.
I note that the last that @Fabby mentioned did not have these. **Also that no reply came back.
I hate to revive this old thread but it was helpful to me so this further may be of help to others less acquainted with Linux / Manjaro.
My particular issue, even though with configs and add-ons or options to the Dolphin File Manager, I can “see” the network drive… Is that on Open and Save dialogs form many apps, I get a very limited list of locations to access, and when I try to get to one of the NAS locations I often see “ONLY LOCAL PLACES” type of errors. This to a noob is very problematic and leads to the idea that Linux is less than it is. <= My very humble opinion since I still struggle with the differences.
[EDIT] Adding here the last suggested FSTAB entry, as Fabby listed: //192.168.50.112/home /home/james/home cifs uid=1001, username=MY_USERNAME,password=MY_PASSWORD,domain=WORKGROUP,file_mode=0777,dir_mode=0777 0 0