← Back to team overview

sslug-teknik team mailing list archive

Re: NFS Re-export

 

hlas@xxxxxxx wrote:
> 
> Dear Know all's
> 
> 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 whant 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 revieal nothing:
> 
>         ls -lR /smb/NTserver/NTshare
> 
> Please any help will be apreciated
> 
> Henrik

Hej Henrik,

Kan du eksportere et lokalt directory fra Linux til DEC UNIX?

Er fstab'en på DEC'en rigtig? Skal det ikke være "@LINUXserver" eller
sådan noget?

Mogens
-- 
Mogens Kjaer, Carlsberg Laboratory, Dept. of Chemistry
Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark
Phone: +45 33 27 53 25, Fax: +45 33 27 47 08
Email: mk@xxxxxx Homepage: http://www.crc.dk


References