quadcom

Results 104 comments of quadcom

Also, make sure you edit fstab to make the mount persistent across reboots https://askubuntu.com/questions/154180/how-to-mount-a-new-drive-on-startup

First, have you created the target folder where you are telling Ubunutu to map the contents of the external share? "/home/username/share" needs to actually exist. The system won't just automatically...

take the user out of the mnt path. Mounts are not user-specific they are system level. /mnt/mount '/home/user-name/.seedsync' is where all the config files are. Leve that alone. All we...

![image](https://user-images.githubusercontent.com/7085931/136836432-338ed75f-f7d0-43a3-9764-6fc0b64e3b6d.png)

Do you have cifs-utils installed? sudo apt-get install cifs-utils

what are the permissions on the mounted parent DIR (//192.168.0.6/SERVER)? Also, Unix-based systems are case-sensitive. Could there be a mixed-case thing going on here? I tend to keep everything lower...

The UID is going to be the users account on the mounted system along with the username and password. Make the username and password on the Seedsync server the same....

Ok, mnt is at the root level, it's not inside the home dire MNT and HOME are at the same level

so next thing is determine what user SS is running under HTOP

-Add your user account to the SUDO group sudo usermod -aG sudo casperse -Check the assignment sudo whoami It should come back as 'root'