steve-g wrote: 
> 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.

Hmm, drop the read only option and try again.


Code:
--------------------
    
  mount -t nfs  192.168.0.198:/c/media /mnt/disk1
  
--------------------


------------------------------------------------------------------------
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

Reply via email to