I can get the share to mount just fine as a smb share, but I need to mount it to the file system in the /mnt directory. I am trying with the following but I keep getting a permission denied error even though there is no password on the share
I am using the following command where IPaddress is the IP of my unraid server
sudo mount -t cifs //IPaddress/test /mnt/NAS
After this command it asks me for a password. I just hit enter as there is no password. It then errors out with a permission denied error.
Before I ran the command I created the mnt/NAS folder with a mkdir command.
Any ideas on what I am doing wrong?