How to install CIFS file system in FreeNAS-8.2.0

Status
Not open for further replies.

lenin.km

Cadet
Joined
Nov 9, 2012
Messages
1
Hello,

I'm currently running FreeNAS-8.2.0-RELEASE-p1-x86 and i need to mount windows share (CIFS file system) in FreeNAS server but the file system not exist in the current version. what should i do in order to install CIFS file syetm in FreeNAS server ?

Thanks
~Lenin
 

JaimieV

Guru
Joined
Oct 12, 2012
Messages
742
It's included - use the mount_smbfs command.

Code:
mount_smbfs -W [domain name] //[username]@[servername][:port]/[share] /[local mount name and path]

If you just need to copy data to the NAS, probably easier to push it from the other machine rather than mount+pull it.
 
Status
Not open for further replies.
Top