Hey there, I been searching google and forums for about 5 hours now, and can’t figure this one out, I have a server running opensuse 11.2 sharing various NFS directories, I have one laptop that is running 11.2 and I have no problem getting my NFS shares from the server.
On my other laptop that is running 11.3, I had the shares working at one point, but changed things around and added a new HD to the server, now I can NOT get this thing to work, I have tried everything I could find to read on it.
Started and stopped the NFS server and exportfs -a, and checked /var/logs/messages on server and nothing about this laptop (192.168.0.102 suse 11.3) trying to connect.
On this laptop, I have deleted all the shares, and tried to re-add them but still get this error everytime.
on server /etc/export:
/home/kryptic/ *(rw,no_subtree_check,sync)
/backup/Media/ *(rw,no_subtree_check,sync)
/backup/Dales_Backup/ *(fsid=0,crossmnt,ro,root_squash,sync,no_subtree_check)
/backup/Tashas_Backup/ *(ro,root_squash,sync,no_subtree_check)
/home/tasha/ *(ro,root_squash,sync,no_subtree_check)
On laptop that won’t work, /etc/fstab:
/dev/disk/by-id/ata-Hitachi_HTS722080K9A300_071003DP0B00DQG8MJGA-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-Hitachi_HTS722080K9A300_071003DP0B00DQG8MJGA-part6 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-Hitachi_HTS722080K9A300_071003DP0B00DQG8MJGA-part7 /home ext4 acl,user_xattr 1 2
/dev/disk/by-id/ata-Hitachi_HTS722080K9A300_071003DP0B00DQG8MJGA-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 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
192.168.0.100:/home/tasha /home/tasha/Network_Folder nfs defaults,gid=Backup,insecure 0 0
tried adding gid and insecure, read that somewhere, usually I have default,auto,tcp,intr,ro or rw in there.
on the laptop that works (11.2) my /etc/fstab is (quick eg, don’t wanna type all that’s in there):
192.168.0.100:/home/kryptic /home/kryptic/Network_Folder nfs defaults,auto,tcp,rw,intr 0 0
…
rpcinfo -p show’s only portmapper running, not status or nlockmgr, and I have nfs-common installed.
help lol