[Samba] re-exporting smb mounted filesystems from Redhat linux 8.0 to Solaris 8.0
Sundaram Ramasamy
sun at percipia.com
Fri Dec 27 16:06:01 GMT 2002
Hi,
I am trying to mount the windows NT share to solaris 8.0 using Redhat 8.0 nfs.
Using smbmount I mounted windows share in Linux as /home/percipia/smb. I setup Linux as NFS Server and exported /home as nfs export.
[root at ldap root]# cat /etc/exports
/home 192.168.1.0/255.255.255.0(ro,nohide,insecure,sync)
[root at ldap root]# rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 32768 status
100024 1 tcp 32768 status
391002 2 tcp 32769 sgi_fam
100011 1 udp 639 rquotad
100011 2 udp 639 rquotad
100011 1 tcp 642 rquotad
100011 2 tcp 642 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100021 1 udp 32787 nlockmgr
100021 3 udp 32787 nlockmgr
100021 4 udp 32787 nlockmgr
100005 1 udp 32788 mountd
100005 1 tcp 32815 mountd
100005 2 udp 32788 mountd
100005 2 tcp 32815 mountd
100005 3 udp 32788 mountd
100005 3 tcp 32815 mountd
In Solaris, I was able to mount the Linux nfs share:
bash-2.03# showmount -e 192.168.1.135
export list for 192.168.1.135:
/home 192.168.1.0/255.255.255.0
bash-2.03# mount 192.168.1.135:/home /tmp/mnt
bash-2.03# ls /tmp/mnt
lost+found percipia sysadm zzz
bash-2.03# ls /tmp/mnt/percipia/smb
No files listing.
Its not showing windows files.
In the news groups, I saw the following messages ruing nfsd with --re-export option. Redhat 8.0 nfsd man page I don't see the --re-export option. Do I need to install some other NFS package?.
[root at ldap root]# rpm -qa | grep -I nfs
redhat-config-nfs-1.0.1-3
nfs-utils-1.0.1-2
Any help to achine withis
Thanks
-SR
New Group message:
===============
More information about the samba
mailing list