> This time, i am in need of the command, the exact command, if possible,
> to mount a share on a win98 machine from my linux rh6.2 machine.

You need to compile samba with smbmount support (./configure
--with-smbmount), as it is NOT compiled in by default. If you're using
RPMS, I'm not sure if they have that support or not. Once you've done
that, try this:

mount -t smbfs -o username=user,password=pass //server/share
/mount/point

HTH, Matt



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to