How to mount a windows share on Freenas

Status
Not open for further replies.

Jason Giddens

Dabbler
Joined
Jun 8, 2013
Messages
37
Hello,

I would like to mount a remote Windows share on my Freenas box. I have searched this forum, googled, etc and not found a solution that works.

Remote Share: \\10.0.10.11\XBMCd\Music\Music
Local Folder \jail\media\WindowsMusic

Suggestions?
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
mount_smbfs -I 1.2.3.4 //username@nasserver/share /path/to/local/mnt
 

Jason Giddens

Dabbler
Joined
Jun 8, 2013
Messages
37
Cyberjock,

Yes, I had found that as well and found it lacking. Here is my result when I do this:

[root@nasbox ~]# mount_smbfs -N -I 10.0.10.11 //jasong@10.0.10.11/XBMCd/Music/Mu sic /mnt/Movies/WindowsMusic/ mount_smbfs: unable to open connection: syserr = Connection reset by peer

I have -N in use because my windows box is not secured with a password (totally isolated in its own HTPC world, so it shouldn't be credentials. I have tried it without the username@ before the IP address, etc.
 

Jason Giddens

Dabbler
Joined
Jun 8, 2013
Messages
37
Ok, so I changed the syntax a bit. The Connection Reset by peer was caused by me using the IP Address in the first // field. I changed that to the machine name and I started getting authentication errors instead. I know, know, know that I have a correct UID and PW but I still get the error.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
I'm pretty sure you can't share CIFS shares with a usernames but no password. Try using a password...

Other than that I got nothing to help you with. I just tried it from a Windows share and mine works flawlessly. More than likely the issue is on Windows' side though.
 

devnullius

Patron
Joined
Dec 9, 2015
Messages
289
Last edited:
Status
Not open for further replies.
Top