November 24, 201411 yr I need to mount a Windows share in unRAID but I am not sure how to do that. I looked it up and found the command but I get an unknown filesystem error for smbfs I am guessing that I need to install something first. Can anyone help me with what to install, and how?
November 25, 201411 yr Add something like this to your GO file mkdir /tmp/iona_downloads mount -t cifs //192.168.1.2/Downloads /tmp/iona_downloads -o username=whateveritis,password=whateveritis,dir_mode=0777,file_mode=0777
November 25, 201411 yr Author Thanks Squid, so cifs is like the same as smbfs? What if it's a guest share, there is no username and password but when I tried your suggestion it gives me a permission denied error if I leave out username and password.
November 25, 201411 yr Author Ok, don't worry about it. I just created an account on the Windows server with a username and password. That seemed easier. lol
Archived
This topic is now archived and is closed to further replies.