Connecting Linux desktop users to a Windows file server?

Matt Alexander plug-discuss@lists.plug.phoenix.az.us
Fri, 17 May 2002 09:22:11 -0700 (PDT)


For regular users, you could just have them mount it in their own home
directory.  For example,

smbmount //server/share /home/lnewton/myhappymountpoint -o username=lnewton


On Thu, 16 May 2002, Lynn David Newton wrote:

>
> Okay, I answered my own question ...
>
>   Lynn> $ mount /mnt/work
>   Lynn> Password:
>   Lynn> cannot mount on /mnt/work: Operation not permitted
>   Lynn> smbmnt failed: 1
>
> The problem was that I needed to own the mount point
>
> $ su
> # chown lnewton. /mnt/work
> Ctrl-D
> $ mount /mnt/work
>
> did the trick. That's a gotcha for my notes file.
>
> --
> Lynn David Newton
> Phoenix, AZ
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.
>
> PLUG-discuss mailing list  -  PLUG-discuss@lists.plug.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>