[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [rhn-users] linux share



I'm not sure I understand. The smbclient runs under Linux. Are you mapping
between two Linux systems and you want to use smbclient to do so? Yes, you
can. I'd use NFS, but you can. I've only used this when I had a need to map
a Windows share into my Linux directory tree. The process would be the same
though.

Assume the share on the target machine is LinShare and the server's called
LinBox
The simplest way to accomplish this is to use smbmount (unless they use
something else in the distribution now, you'll have to see if its obsolete):

smbmount //LinBox/LinShare /mnt/shared

The standard call template is: smbmount //SERVER/SHARE /mnt/directory

This will map the client share into your Linux directory tree. The
'/mnt/shared' directory has to exist and, preferably, be empty prior to
making the call to smbmount.

To disconnect, you can make use of umount

Brett Davidson
----- Original Message -----
From: "Victor Eze" <obioravictor yahoo com>
To: <rhn-users redhat com>
Sent: Wednesday, July 16, 2003 9:21 AM
Subject: [rhn-users] linux share


> Hi,
>
> Thank for your help.
>
> I want to know if I can do a mapping from smbclient to
> my linux share in smb server (just like folder mapping
> in windows). If this is not possible, can any one tell
> me how I can achieve this aim.
>
> Thanx.
>
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
>
>
> _______________________________________________
> rhn-users mailing list
> rhn-users redhat com
> https://www.redhat.com/mailman/listinfo/rhn-users




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]