Michael S. Zick wrote:
On Fri June 23 2006 19:39, Daniel Hokka Zakrisson wrote:

Falk Hamann wrote:

26008 execve("/sbin/mount.smbfs", ["/sbin/mount.smbfs", "//fsuser/grp", ".", "-n", "-o", 
"rw,nodev,uid=101,gid=100,usernam"...], [/* 16 vars */]) = 0


Could the "//" in "//fsuser/grp" be throwing off its option parsing?

That's the syntax you use to specify a share, so I certainly hope not.


...

26008 write(2, ".: invalid option -- n\n", 23) = 23


Or the "-n" option is really invalid for that /sbin/mount.smbfs version?
(It isn't mentioned on the smbmount man page.)

Try running /sbin/mount.smbfs by hand with those variations.

I am kind of surprised to see mount pass that option to sub-commands, but if that's the way it works, certainly mount.smbfs should be able to interpret it.

--
Daniel Hokka Zakrisson
GPG id: 06723412
GPG fingerprint: A455 4DF3 990A 431F FECA  7947 6136 DDA2 0672 3412
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to