Lestrad wrote: > > Krisbee wrote: > > Without seeing both the NFS exports file and NFS config files on your > > NAS, I'd be guessing. ( These are /etc/exports and > > /etc/default/nfs-kernel-server on a default debian install for example, > > what are they on your NAS). > > -------------------- > > > > I'll go into the NAS and get you that info as soon as I can. > > Thanks for your continued help!
While you're doing that, I did a bit of googling over at the arch linux forums. This recent thread may be relevant: https://bbs.archlinux.org/viewtopic.php?id=193834 The suggestion is to try this in the mount command: Code: -------------------- mount -v -t *nfs4 -o vers=4* 192.168.0.14:/c/media /mnt/disk1 -------------------- It might simply be a client side problem after all. ------------------------------------------------------------------------ Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080 View this thread: http://forums.slimdevices.com/showthread.php?t=101624 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
