James,
You are wanting to mount the Win95/Win3.11 shares?

If so, look at smbclient and smbmount (samba and smbfs rpms)

smbclient -L machine_name will show you shares on the Wxx boxes.
(If it cannot resolve (DNS) put the machines in your /etc/hosts)

smbmount /machine_name/share /mnt/point -n -d 777 -f 777 -c yourhost
will mount the share from machine_name to /mnt/point with
-n = no password needed
-d 777 = make the dir rwxrwxrwx
-f 777 = make the files rwxrwxrwx
-c = use this name for peer (yourhost.domain.com is too long!)

-d and -f are optional and up to you.

Rick

On Sat, 13 Jun 1998, James Michael Keller wrote:

> I have samba working fine for serving up the file system and printers on
> the linux server fine, however I'd like to be able to use some of the
> hardware and spare hd space on the clients for things, they are set up
> as shares, however I can't figure out how to get linux to be able to
> attach back to these win95 clients to allow control of those drives or
> printers...
> 
> Can some kind soul point me to some info?  I hunted aroud the Faq and
> howto but it was all about using samba as the server side service
> providor, not the other way around.
> 
> -- 
> -------------------------------------------------------------------------------
> James Michael Keller          | [EMAIL PROTECTED]  or [EMAIL PROTECTED]
> (c)1998 All rights reserved   | http://www.radix.net/~jmkeller
> -------------------------------------------------------------------------------
--
Rick L. Mantooth        [EMAIL PROTECTED]
http://www.why.net/users/rickdman/index.html
Pro is opposite of Con. Progress is opposite of Congress?


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to