On Jan 18, 2008 1:02 PM, Ron Kimball <[EMAIL PROTECTED]> wrote: > # mkdir /etc/320gb > # mount.cifs //192.168.0.105/aaa /etc/320gb -o pass=,rsize=34000 > mount error 20 = Not a directory > Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) > # > > I'm guessing that means I'm SOL - or did I miss something?
I'm thinking you missed something, try mount.cifs //192.168.0.105/aaa /etc/320gb -o guest or mount.cifs //192.168.0.105/aaa /etc/320gb -o username=guest,password=guest or mount.cifs //192.168.0.105/aaa /etc/320gb You can worry about optimizing rsize latter. Martin ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
