|
|
2006-04-27
, 01:33
|
|
Posts: 160 |
Thanked: 1 time |
Joined on Mar 2006
|
#2
|
I have been trying to mount an NFS share from my desktop to my 770. Here is the output I getAnd my /etc/exportsCode:/home/user # mount -o nolock,rsize=1024,wsize=1024 192.168.0.101:/mnt/media /home/user/MyDocs/nfs/ mount: Mounting 192.168.0.101:/mnt/media on /home/user/MyDocs/nfs failed: Input/output error /home/user #I am not sure if the size of the share matters (thats the only guess I have at this point, but my NFS knowledge is lacking), but the share is quite large (144 GB). Could that be the problem?Code:/mnt/media *(rw,sync,root_squash,insecure)
EDIT: Well, I am an idiot and left our NFSv3 support from my kernel, it works now.
|
|
2006-04-27
, 07:16
|
|
Posts: 121 |
Thanked: 1 time |
Joined on Apr 2006
|
#3
|
EDIT: Well, I am an idiot and left our NFSv3 support from my kernel, it works now.
Last edited by shoegoo; 2006-04-26 at 23:06. Reason: SOLVED