On Sat, 23 Oct 2004 08:19:19 -0700, circuit_breaker wrote:
> Hi,
>
> How do I access a shared folder on a Wintel box from my Linux box?
With Samba. Install it from your distro's package management system or
download and compile the source from
www.samba.org.
You will also need to make sure your kernel has smbfs filesystem support.
cat /proc/filesystems to find out.
With that lot out the way, smbmount should work.
smbmount //wintelbox/share /mnt/share
If you need something more complex (eg, credientials, uid/guid masks, etc)
please read the smbmount man page.
--
Time-sharing is the junk-mail part of the computer business.
-- H.R.J. Grosch (attributed)