bromfrog wrote: > Thanks Tom and Martin. I tried Martin's syntax suggestion and the result. It > appears > to be a UNIX/Linux syntax error rather than a problem with my guest account. > If this is the mount command that is issued at boot time, it would likely be > why my dongle.config is not > loading. > > # mount.cifs //192.168.0.92/mvpmc /etc/mvpmc -o guest > mount error 22 = Invalid argument > Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) > > Here is the output of uname if it helps: > Linux 192.168.0.10 2.4.31-v1.1-hcwmvp #1 Sun Jan 14 20:28:29 CST 2007 ppc > unknown > >
I think mount is one of those commands that's pretty anal about argument position. Does it work from the command line? You might also try: mount -t cifs -o guest //192.168.0.92/mvpmc /etc/mvpmc ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. 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/
