[rhn-users] Mounting Linux from Windows

Clinton Fernandes cfernand at utm.utoronto.ca
Fri Jun 24 17:10:05 UTC 2005


In linux:

mount -t smbfs -o username=<username> <also any other options here> //<windows
machine name>/<path to mount> /mnt/<mount point>

the -o is for options. Usually for windows you'll need to supply a windows
username to gain access to the shared folder. (It'll ask for a password too).

`man mount` should provide other available options.

-- 
          my tail is dun.


Quoting Sean Countryman <scountry at iastate.edu>:

> Samba works both ways; it includes both a server and a client...  You can
> easily
> setup "windows" shares on your linux box that will easily be seen and used
> by
> any windows machine in your network.  Conversely, you can use the samba
> client
> to easily mount any windows shared folder on the network onto your linux
> filesystem.
> 
> see smbmount for the client
> 
> see smb.conf for the server config
> 
> 
> 
> 
> > _______________________________________________
> > rhn-users mailing list
> > rhn-users at redhat.com
> > https://www.redhat.com/mailman/listinfo/rhn-users
> 
> 
> SEAN J COUNTRYMAN, Capt, USAF
> Unit Commutation Officer
> AFROTC, Detachment 250
> Iowa State University
> 
> 
> _______________________________________________
> rhn-users mailing list
> rhn-users at redhat.com
> https://www.redhat.com/mailman/listinfo/rhn-users
> 




More information about the rhn-users mailing list