Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Mounting a samba drive "as"

0 views
Skip to first unread message

Bryan Boone

unread,
May 11, 2004, 4:40:10 PM5/11/04
to
Bryan Boone wrote:

> Is there a way of mounting a 2 samba drives say pc1/c$ and pc2/c$
> without clobbering the c$ namespace?
>
> I'd like to mount them something similar to:
>
> /pc1/c$
> /pc2/c$
> or:
> /smb/pc1/c$
> /smb/pc2/c$
>
> Can I get there from here?
>
> -Bryan
If anyone is interested I created a directories:

/Users/[myaccount]/smb/pc1/c$
/Users/[myaccount]/smb/pc2/c$

and a soft link:

ln -s /Users/[myaccount]/smb /smb

Then made my NetInfo look like:

name pc1/c$
dir /Users/[myaccount]/smb/pc1/c$
opts url==smb://pc1/c$
vfstype url

and

name pc2/c$
dir /Users/[myaccount]/smb/pc2/c$
opts url==smb://pc2/c$
vfstype url

I'm sure there are better ways;)

-Bryan

0 new messages