[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems with nfs server



Matt Jerdonek wrote:

>Hi Everyone,
>
>I'm struggling getting the NFS server to work
>properly.  I've tried it with the nfs-kernel-server
>package as well as the nfs-user-server package.  I'm
>using the Sarge release.
>
>I'm trying to boot an embedded linux box from NFS. 
>However, the embedded box reports 'read-only file
>system' when trying to access via NFS even though I'm
>configured for write access.  My /etc/exports file
>looks like:
>
>/opt/eldk/ppc_8xx 192.168.0.201(rw,no_root_squash)
>/opt/eldk/ppc_8xx 192.168.0.6(rw,no_root_squash)
>
>So, I tried to mount the directory from my debian
>server like this:
>
>debian:/home/matt# mount
>192.168.0.201:/opt/eldk/ppc_8xx /mnt/home
>mount: mount point /mnt/home does not exist
>
>Anyone have an idea what I'm doing wrong?
>
>Thanks,
>-- Matt
>
>
>
>__________________________________________________
>Do You Yahoo!?
>Tired of spam?  Yahoo! Mail has the best spam protection around 
>http://mail.yahoo.com 
>
>
>  
>
Matt,

You must identify the file system type on the client box mount command. 
File system type should be followed by options and fsck order, just like
a complete /etc/fstab line.

192.168.0.201:/opt/eldk/ppc_8xx /mnt/hom nfs rw,bg,intr,hard 0 0



-- 

grayflea@qx.net
Linux counter #63925



Reply to: