steve-g wrote:
> Yes I have NFS enabled in the readynas - at least the readynas says I
> have!
>
> The ouput of the command is:
>
> [root@soa-wandboard ~]# showmount -e 192.168.0.198
> Export list for 192.168.0.198:
> /c/media *
> /c/backup *
>
> 192.168.0.198 is the IP address for the readynas.
OK so it looks like your Wandboard can see the NFS shares. Let's see if
you can mount the share at the command line. Connect to your Wandboard
as root via SHH. Then use this command:
Code:
--------------------
mount -t nfs -o ro 192.168.0.198:/c/media /mnt/disk1
--------------------
I've assumed your music files are at /c/media
This command should mount the NFS share read only at /mnt/disk1 on your
Wandboard. To see of you can access these files just change to the
/mnt/disk1 directory and list them:
Code:
--------------------
cd /mnt/disk1
ls -l
--------------------
Are your music files now accessable on the Wandboard? What permissions
do they have? Cut and past a few lines of the "ls -l" output here.
If this is OK, the next step is to make NFS mount work through the
Webinterface.
------------------------------------------------------------------------
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