← Back to team overview

sslug-teknik team mailing list archive

NFS Re-export

 

Dear Know all's

I have tired to reach this mail list
for some time - seems a bit tedious - sorry.

I am trying to re-export smbmount's from a Redhat 6.0 Server.
In this way I may have NFS access to all SMB shares and have
Apache access. I do not want to have the LINUX server do
anything but reexport (ie. another host is running Apache).

I can mount Windows NT 4.0/SP3 network shares using:

	smbmount "//NTserver/NTshare" nt-pwd \
         -c 'mount -v /smb/NTserver/NTshare -u99 -g99' -Unt-user
	# Mounts an NT share using nt-user/nt-pwd, present local as uid=99, gid=99

I then export the mounted shares using /etc/exports:

	/smb                    UNIXserver

I then mount the stuff on DEC UNIX 4.0D in /etc/fstab:

	/smb@NTserver                /smb	nfs ro,vers=2,bg 0 0

But accessing the path reveal nothing:

	ls -lR /smb/NTserver/NTshare

Please any help will be appreciated

Henrik 




Follow ups