Link to home
Start Free TrialLog in
Avatar of sreeramreddy
sreeramreddy

asked on

Mount

Hi,

Is it possible to mount a Unix file system onto Windows NT server and vice versa?

Thanks,

Sreeram.
ASKER CERTIFIED SOLUTION
Avatar of jmohan
jmohan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cyrusl
cyrusl

You could also install SAMBA on your unix machine(s).  This would allow them to create and mount Microsoft networking "shares".  Most people prefer NFS, but I thought I'd mention other options.
Depends on what you are trying to do with the Unix file system from NT. If it's to access a database on the Unix system from an NT network for example, you probably want to use SAMBA. It's locking mechanism (via SMB) is much more robust than NFS and can support simultanous access from mulitple users on an NT network. If it's only to share files, then NFS or MS SFU will provide enough services. Although MS SFU and most NFS software packages are not free, whereas SAMBA is...