On Mon, 08 Apr 2013 10:16:19 GMT, Dave Howorth
<djh-novell@no-mx.forums.opensuse.org> wrote:
>josephkk wrote:
>> NFS was working until i rebooted the client machine. I was going to hook
>> up some hardware and forgot. Now i am having a hard time finding the
>> configuration files. The client machine (oS 11.1, KDE 3.5) is supposed to
>> use automount to connect, but i can’t seem to find the configuration files
>> and yast does not help. Same issue with the server (os 11.3, KDE 3.5). If
>> i could find the configuration files, else i would have included them in
>> code blocks.
>
>Can you explain what you mean by “yast does not help”. It works well for
>most people, so you’ll need to tell us explicitly what doesn’t work for you.
Using Yast to setup the client does not yield a working NFS mount.
Using Yast to setup the server does not yield a usable NFS service.
>
>and the first place on the server is /etc/exports
CODE:
Godel:~ # cat /etc/exports
/media/disk-2 192.168.1.*(rw,root_squash,sync,hard,no_subtree_check)
Godel:~ #
>As regards config, the first place to look on the client is /etc/fstab
I thought i said i am using automount. Where are those config files?
CODE: <blank lines inserted because my news client cannot easily be made
to not wrap>
joseph2k@Dumbarton:~> cat /etc/fstab
/dev/disk/by-id/ata-IC35L120AVV207-1_VNVD05G4CUGRUT-part5 swap swap
defaults 0 0
/dev/disk/by-id/ata-WDC_WD1600AAJB-00J3A0_WD-WCAV3E506390-part7 / ext3
acl,user_xattr 1 1
/dev/disk/by-id/ata-WDC_WD1600AAJB-00J3A0_WD-WCAV3E506390-part8 /home ext3
acl,user_xattr 1 2
/dev/disk/by-id/ata-WDC_WD1600AAJB-00J3A0_WD-WCAV3E506390-part1 /windows/C
ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-WDC_WD1600AAJB-00J3A0_WD-WCAV3E506390-part5 /windows/D
vfat users,gid=users,umask=0002,utf8=true 0 0
/dev/disk/by-id/ata-WDC_WD1600AAJB-00J3A0_WD-WCAV3E506390-part6 /windows/E
vfat users,gid=users,umask=0002,utf8=true 0 0
/dev/disk/by-id/ata-IC35L120AVV207-1_VNVD05G4CUGRUT-part6 /windows/F
vfat users,gid=users,umask=0002,utf8=true 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
-
nas-F4:/c/Joseph2k /media/Joseph-nas-F4 nfs
rw,sync,hard,intr,user=2000,users,exec,suid 0 0
-
Godel:/media/disk-2 /media/Eagledisk nfs
rw,sync,hard,intr,exec,dev,suid 0 0
LABEL=Oldsuse9.2 /media/BulkStore2 ext3
noatime,user,noacl,user_xattr 1 2
LABEL=Massvol3 /media/Massvol3 ext3 defaults 1 2
LABEL=WDC-Repl-V1 /media/WDC-Repl-V1 ext3 defaults 1 2
joseph2k@Dumbarton:~>
>
>You should also look in /var/log/messages on both machines and tell us
>what you see that’s related to NFS.
>
>And try mount -v <name-of-filesystem> on the client and tell us what it
>says.
CODE:
Dumbarton:~ # mount -v -t nfs -o rw,sync,hard,intr,exec
Godel:/media/disk-2 /media/Eagledisk/
mount.nfs: timeout set for Tue Apr 9 18:43:50 2013
mount.nfs: text-based options: ‘hard,intr,addr=192.168.1.101’
mount.nfs: trying 192.168.1.101 prog 100003 vers 3 prot TCP port 2049
mount.nfs: trying 192.168.1.101 prog 100005 vers 3 prot UDP port 36514
mount.nfs: text-based options (retry):
‘hard,intr,addr=192.168.1.101,nfsvers=3,proto=tcp,mountproto=udp’
mount.nfs: mount(2): Input/output error
mount.nfs: mount system call failed
Dumbarton:~ #
Does this provide information that you can understand to guide me?
?-)