Krisbee wrote: 
> 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 SSH. 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
> 
> 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.

The mount command fails:


Code:
--------------------
    
  [root@soa-wandboard ~]# mount -t nfs -o ro 192.168.0.198:/c/media /mnt/disk1
  mount.nfs: an incorrect mount option was specified
  
--------------------


You're right my music files are in the media folder.


------------------------------------------------------------------------
steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to