1833883 Members
1931 Online
110063 Solutions
New Discussion

Re: NFS

 
Davina Fogle
Occasional Contributor

NFS

What is the command to make a unix filesystem available to a NT server using NFS?
8 REPLIES 8
Mel Burslan
Honored Contributor

Re: NFS

there is no such command under unix so to speak. You need to install a product called CIFS or with its more commonly known name SAMBA which is free from hp.
________________________________
UNIX because I majored in cryptology...
Davina Fogle
Occasional Contributor

Re: NFS

So there is no way to export a UNIX file to a NT server using NFS?
Jeff Schussele
Honored Contributor

Re: NFS

Hi Davina,

You need to add the directory you wish to export into the /etc/exports file & then run
/usr/sbin/exportfs -a

man exports & exportfs for further details.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Danny Webster
Advisor

Re: NFS

Davina,

I believe there are a few NFS clients for Windows NT around, google should help.

If you find one, it's just a matter of entering that host, the shared partition/directory, and the options, into the /etc/exports file and running /usr/sbin/exportfs and then using the windows client to mount that share.

On the other hand, maybe SMB/Samba would be the best way to interoperate your Windows/Unix filesystems?

Dan.
feck
Steven E. Protter
Exalted Contributor

Re: NFS

NT does not have a built in NFS client.

It does however have a built in Samba client.

So:

Install this on your server:
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA

edit the smb.conf file set up your shares, run smbpasswd -a to get the users set up, restart samba

/sbin/init.d/samba stop
/sbin/init.d/samba start

This will let your NT browse and access based on Unix permissions.

You can get an NFS client for NT, but its expensive and provides no more functionality than Samba, which is free.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
iminus
Frequent Advisor

Re: NFS

You cannot make a unix filesystem available to NT using NFS. If you want to use NFS for unix, modify the /etc/exports file to include the host and permission then do a "exportfs -a" command. If you want to do it for NT, probably need another software.
hope it helps
Geoff Wild
Honored Contributor

Re: NFS

You can mount NFS on Windows - if you have the software...

http://support.microsoft.com/default.aspx?scid=kb;EN-US;324055

as well as install "Microsoft Windows NT Services for UNIX Add-On Pack"

Another way is to install CIFS (Samba) and just map a drive to HP-UX from Windows...

http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Bharat Katkar
Honored Contributor

Re: NFS

I think CIFS/Samba would be the right thing to do. Go ahead and configure CIFS server and client.

All the best
You need to know a lot to actually know how little you know