Sheevaplug: booting from tftp/nfs has root as read-only

View: New views
3 Messages — Rating Filter:   Alert me  

Sheevaplug: booting from tftp/nfs has root as read-only

by RuiDC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
I am using a Sheevaplug and 8.0-RC1 and I've followed the instructions here: http://wiki.freebsd.org/FreeBSDMarvell

/etc/exports on my FreeBSD server is set up as follows:
/usr/nfsroot/arm-8-le -mapall=0 -alldirs -network 0.0.0.0 -mask 0.0.0.0

If i access the NFS share from an ubuntu client, it's read/write  but following the above instructions from the sheevaplug, although it boots fine otherwise, the root is mounted read-only.

Any suggestions as to how i can debug and fix this?

RuiDC

Re: Sheevaplug: booting from tftp/nfs has root as read-only

by Rafal Jaworowski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 2009-10-19, at 22:16, RuiDC wrote:

> I am using a Sheevaplug and 8.0-RC1 and I've followed the  
> instructions here:
> http://wiki.freebsd.org/FreeBSDMarvell
>
> /etc/exports on my FreeBSD server is set up as follows:
> /usr/nfsroot/arm-8-le -mapall=0 -alldirs -network 0.0.0.0 -mask  
> 0.0.0.0
>
> If i access the NFS share from an ubuntu client, it's read/write  but
> following the above instructions from the sheevaplug, although it  
> boots fine
> otherwise, the root is mounted read-only.
>
> Any suggestions as to how i can debug and fix this?


Are you running in multiuser?

Does your /etc/fstab allow for RW?

Rafal

_______________________________________________
freebsd-arm@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arm
To unsubscribe, send any mail to "freebsd-arm-unsubscribe@..."

Re: Sheevaplug: booting from tftp/nfs has root as read-only

by RuiDC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Solved, thanks to Rafal:
Rafal Jaworowski wrote:
Are you running in multiuser?

Does your /etc/fstab allow for RW?
/etc/fstab was fine:
192.168.2.233:/usr/nfsroot/arm-8-le / nfs rw 0 0

but i was running single-user. After using ^D after reading init(8)
it came up read-write.

Thanks,
R