This should do the trick...
$ smbmount {UNC Path} {mount point} -o username=domain\userid
For example:
$ smbmount //winDohsBox/C$ /mnt/wormdows -o username=mydomain\johnny
Password: *************
$ mount | grep -i wormdows
//winDohs/C$ on /mnt/wormdows type smbfs (0)
$ ls /mnt/wormdows
AutoExec.bat My Documents Recycled Windows
Local Settings Program Files Temp
If you do this frequently, you might want to add this to /etc/fstab or
maybe even automount.
You can add something like this to /etc/fstab:
//winDohsBox/C$ /mnt/wormdows smbfs username=mydomain\johnny
Then, when you want to mount it, just type a single mount command and
let it prompt for the share password:
$ mount /mnt/wormdows
Password: *************
Automount could make it even easier, by automagically and transparently
mounting the share whenever you try to access it. However, to be
transparent you must be willing to put the share credentials into a text
file that only root can read. Depending on your security posture, this
might be a handy option.
Hope that helps,
...Kevin
On Wed, 2003-12-03 at 09:21, Daniel McAferty wrote:
> I am trying to set up Samba on RedHat 8.
> I want to mount a drive on a PC file server to
> my linux server, Is this possible with samba?
> I can't find any doco to go this direction, only sharing
> linux dirs to PC. Please point me in right direction.
>
> Thanks,
> Dan
>
> P.S. I will probably have more questions later, so
> be warned. :-)
>
>
> _______________________
> Daniel V. McAferty
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>