View Single Post
Posts: 452 | Thanked: 522 times | Joined on Nov 2007
#62
Originally Posted by jukey View Post
Hi Nathan,

do you also planned to promote mount.cifs into extras devel to let me use CIFS without wizard-mounter too?
You don't need mount.cifs to actually mount them. (so I'm not sure it is actually worth the "pain" of trying to get a debian package to compile it stand alone.)

Code:
mount -tcifs //servername/serverpath/ /local/mount/point -ouser=user,pass=pass,ip=ip address of server
Is the command to make it work using the mount command. ;-)

The keys to making this work is the "-tcifs" and the ip=<server ip address>.

A developer could probably write a bash script that would work as a replacement mount.cifs faster than getting mount.cifs to compile properly on the builderbots.

Nathan

Last edited by Nathan; 2010-01-13 at 18:02.
 

The Following 4 Users Say Thank You to Nathan For This Useful Post: