Tom Bell wrote:
> 
> I have an weird problem with a RedHat Linux server running v8.0.  Here is
> what I have...
> 
> Hostname        Type of host
> L2000           HP-UX v11.00
> Imaging-2k      Windows 2000 Server
> nfstest         RedHat Linux v8.0 (current up2date rpm's)
> 
> I use the "nfstest" machine to mount a Windows share on the "Imaging-2k"
> server, then NFS export it out the HP/UX server.  When I mount the directory
> from the "nfstest" machine, I cannot mount it.
> 
> Here is what's configured on the "nfstest" machine.
> 
> # rpm -qa | grep "nfs"
> redhat-config-nfs-1.0.1-3
> nfs-utils-1.0.1-2
> 
> # rpm -qa | grep "samba"
> samba-client-2.2.7-2
> samba-swat-2.2.7-2
> samba-2.2.7-2
> samba-common-2.2.7-2
> 
> # uname -a
> Linux nfstest 2.4.18-19.8.0 #1 Thu Dec 12 05:39:29 EST 2002 i686 i686 i386
> GNU/Linux
> 
> # cat /etc/fstab
> 
> /dev/hda1       /boot           ext3    defaults 1 2
> /dev/hda2       swap            swap    defaults 0 0
> /dev/hda3       /               ext3    defaults 1 1
> /dev/hda5       /usr            ext3    defaults 1 2
> /dev/hda6       /var            ext3    defaults 1 2
> /dev/hda7       /tmp            ext3    defaults 1 2
> /dev/hda8       /home           ext3    defaults 1 2
> /dev/hda9       /public         ext3    defaults 1 2
> none            /dev/pts        devpts  gid=5,mode=620 0 0
> none            /proc           proc    defaults 0 0
> #none           /dev/shm        tmpfs   defaults 0 0
> /dev/fd0        /mnt/floppy     auto    noauto,owner,kudzu 0 0
> /dev/cdrom      /mnt/cdrom      iso9660 noauto,owner,kudzu,ro 0 0
> //imaging-2k/images     /mnt/images     smbfs
> username=administrator,password=xxxxxxxx,rw,fmask=777,dmask=777 1 2
> 
> # cat /etc/exports
> 
> /mnt/images *(ro,sync,no_root_squash)


I've made that tactic work on previous releases by adding nohide to the export
options. Man exports for more info. 


-tkb



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to