| Simon Barner 2004-06-26, 10:10 am |
| ["Followup-To:" header set to comp.unix.bsd.freebsd.misc.]
> Is there a solution to mount a winnt network share in user mode
> that is not to use standard 'mount -t smbfs' command.
>
> The problem is that I have no permission to use standard 'mount -t smbfs'.
>
> Or maybe there is a plugin for 'mc' that can be used with winnt share as if
> it was mounted fs.
Generally, the vfs.usermount sysctl allows ordinary users to mount file
systems.
However, this currently doesn't work with smbfs. See this thread on the
freebsd-current mailing list:
http://lists.freebsd.org/pipermail/...une/029583.html
So, for the time being I'd suggest using sudo (ports/security/sudo).
Simon
|