On Jan 18, 2008 1:43 PM, MVallevand <[EMAIL PROTECTED]> wrote: > 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
The first one failed but the second one "seemed" to work - but I can't "see" any files and a copy to it acted rather strangely: # mkdir /etc/320gb # mount.cifs //192.168.0.105/aaa /etc/320gb -o guest mount error 20 = Not a directory Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) # mount.cifs //192.168.0.105/aaa /etc/320gb -o username=guest,password=guest # ls /etc/320gb # cp radio.m3u /etc/320gb cp: unable to stat `/etc/320gb/radio.m3u': Not a directory ## ls /etc/320gb # Weird, huh? Ron ------------------------------------------------------------------------- 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/
