Thanks TheFu,
It took a while to configure the cifs mount, but I finally got it.
The drives are all mounted on /home/public/users/Drivename, on both systems but the remote drives have -BU appended to their name.
The local directories were created in advance.
All files/directories are owned by nobody:nogroup which is what the number 65534 represents.
All the files have been treated with sudo chmod 777
I tried to mount //IPAddress/5TBMyDrive but that failed, I needed to include the /public/, as seen below
Here is the fstab command that worked
Code:
//192.168.11.115/public/5TBSeagate01-BU/ /home/raccoon/Backup-Temp-01 cifs rw,guest,noperm,_netdev,credentials=/etc/samba/.cifscreds,iocharset=utf8,file_mode=0777,dir_mode=0777,uid=65534,gid=65534,nofail 0 0
All the options were gleaned from various websites in trying to get this to work. Some of them may not be necessary.
These drives now mount at reboot or with sudo mount -a.
Thanks again
Raccoon Strait
Bookmarks