On Sat, Dec 24 2016, daggs wrote: > Greetings, > > I'm trying to mount an nfs mount it seems ti fails, I'd appreciate some help on the matter. > the client is a gentoo setup with kernel 4.9.0, nfs-utils-1.3.4. > running showmount -e 10.0.0.10 (the server) returns this: > Export list for 10.0.0.10: > /mnt/nfs_exports/media 10.0.0.0/24 > /mnt/nfs_exports 10.0.0.0/24 > > when I try to mount I get this: > mount -v -t nfs 10.0.0.10://mnt/nfs_exports/media /tmp/media -o vers=4,rw,async,auto > mount.nfs: timeout set for Fri Dec 23 14:30:56 2016 > mount.nfs: trying text-based options 'vers=4,addr=10.0.0.10,clientaddr=10.0.0.1' > mount.nfs: mount(2): Connection timed out > mount.nfs: Connection timed > > the server is a odroidc2 board, the kernel is based 3.14.79 (I know it is old but there is still no full mainline kernel support for this board), nfs-utils-1.3.3 built with latest buildroot. > cat /etc/exportfs returns this: > /mnt/nfs_exports 10.0.0.0/24(rw,fsid=0,no_subtree_check) ^^^^^^^ Get rid of this, or get rid of "/mnt/nfs_exports" in your mount command. i.e. mount -v -t nfs 10.0.0.10:/media /tmp/media -o vers=4,rw,async,auto NeilBrown
Attachment:
signature.asc
Description: PGP signature