Click to See Complete Forum and Search --> : unix to unix share
groundzero
01-23-2001, 10:18 AM
I have a drive on my SCO unix box that needs to be mounted in linux so I can share it out to my windows machines with samba that runs on linux. HOW -TO neone?
TIA
------------------
Groundzer0......
Please stop me before I format again. (Im a Serial Formater)
Shadoglare
01-23-2001, 10:59 AM
Try "share <directory to be shared>" on the host, and "mount host:/shared/directory /mountpoint" on the client.
An example would be to run "share /export/shared" on Host1 and then "mount Host1:/export/shared /mnt/Host1" on the client.
Both share and mount have other options you might need depending on your situation, for stuff like different file types and permissions.
Oh, and about the Samba thing, I don't know much about Samba yet but I would assume you can then use samba to share out the mounted directory just like any local one...
[This message has been edited by Shadoglare (edited 23 January 2001).]
klamath
01-23-2001, 02:29 PM
Use NFS to mount the SCO export on the Linux box, and then use Samba like normal to serve the mounted directory. Or you could just run Samba on the SCO server and allow both the Linux box and the Windows client to access it over SMB.
------------------
- Klamath
Get my GnuPG Key Here (http://klamath.dyndns.org/mykey.asc)
Looking for an open source project to contribute to? Check out the Tornado HTTP Server (http://sourceforge.net/projects/tornado)
groundzero
01-23-2001, 02:53 PM
Ill try both thanx guys....
------------------
Groundzer0......
Please stop me before I format again. (Im a Serial Formater)