Revisiting "Auto-mount persistent SMB shares" as it has been closed.
Zorin 64-bit OS 16.3
AMD® Ryzen 7 4700u with radeon graphics × 8
18G RAM
The reconnection of my SMB share has been working for over a year and no longer works. I changed nothing on the Zorin machine nor on the Windows share PC.
From the now-closed post above I tried several things:
- I reran the command sudo apt install cifs-utils
- I have a working shortcut in Gigolo but do not see how to get it to auto-run at startup. (Instructions say to enable an auto-connect flag but I see no way to do this.)
Most answers (and what eventually worked) have the fstab file and the smb.conf file setup for my environment but as I said, doesn't work anymore.
Below are the relevant fstab and smb.conf file lines, maybe someone can spot something?
Isn't there a way to add to the startup apps utility a command like:
smb://pcname.local/share/
Thanks all!
==========================
FSTAB:
UUID=ba1481b8-6324-4aaf-ace9-f44b3de1c096 / ext4 errors=remount-ro 0 1
#/boot/efi was on /dev/nvme0n1p1 during installation
UUID=9B4B-E346 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
//192.168.10.107/plexyd /home/richieg/samba cifs credentials=/home/richieg/.smbcredentials,uid=richieg,gid=richieg 0 0
SMB.CONF:
#======================= Global Settings =======================
[global]
##Browsing/Identification ###
Change this to the workgroup/NT-domain name your Samba server will part of
workgroup = LOVEBIRDS
client min protocol = NT1
server min protocol = NT1