rmachin;436856 Wrote: 
> I created an NFS share on my server, checked 'allow all', and it says
> the path is
> 
> /mnt/md1 
> 
> and the share is /public
> 
> On teh Ubuntu client, I then did a
> 
> cd /
> sudo mkdir /musicshare
> 
> and I can see the new local directory. Then I did a 
> 
> sudo mount 192.168.11.15:/mnt/md1/public /musicshare
> 
> and I get an error. (Something about bad FS, bad superblock...) I tried
> just /public, and just /mnt/md1 for good measure too -- same result. 
> 
> Another simple error or a sign I should stick to Windows?
> 
> Thanks! -- RIchard.

Sometimes it helps to be specific about the mount type.

(for example if the servers supports  NFSv4)

sudo mount -t nfs4 192.168.11.15:/mnt/md1/public /musicshare


-- 
SuperQ
------------------------------------------------------------------------
SuperQ's Profile: http://forums.slimdevices.com/member.php?userid=2139
View this thread: http://forums.slimdevices.com/showthread.php?t=65092

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

Reply via email to