Sure. Look at the help pages for smbmount and mount. Remember that the directory you want to mount the windows share into must already exist.

If your Windows computer is named 'Crash' and has a share called 'pub', you can mount it by first creating a mount point: mkdir /mnt/winshare. Then enter the following command:

mount.smbfs //crash/pub /mnt/winshare -o username=yourwinname,password=yourwinpassword,ip=ipadress,rw

You must specify the ip address unless the netbios name can be resolved by DNS. Also, in an NT domain, your Linux box must be set up with samba as a member of the domain (use smbpasswd -j domainame).

Note that there is more than one way to do this. You could have used mount -t smbfs or smbmount but they all do the same thing.

-Rob Hoffman

---------- Original Message ----------------------------------

 From: "Kalin Nakov" ">me@kalinnakov.com>

Date: Fri, 7 Apr 2000 10:39:29 +0300

>Can I mount a remote computer's share (on a LAN) as a directory, e.g.

>/mnt/comp-win95/cdrom? Is it possible to be done with Samba? I tried

>"smbclient", but it seems not what I want.

>

>TIA,

>Kalin

>

>--

>To unsubscribe: mail ">majordomo@ale.org with "unsubscribe ale" in message body.

>


--
To unsubscribe: mail ">majordomo@ale.org with "unsubscribe ale" in message body.