Root file system mounted read only on NFS with busybox-1.2.1

Ashwin Bihari abihari at gmail.com
Wed Oct 11 06:47:30 PDT 2006


On 10/11/06, Kishore K <hellokishore at gmail.com> wrote:
>
> > null::sysinit:/bin/mount -o remount,rw /
> > > null::sysinit:/bin/mount -t proc proc /proc
> > > null::sysinit:/bin/mount -a
> >
>
I wonder why Busybox has them in this order as they seem a little
counter-intuitive. It should be "mount -a", followed by "mount -t proc proc
/proc" and then the "mount -o remount,rw /" as it make no sense to try to
remount / as RW if it hasn't even been mounted yet.

So the order that worked for me was..

> null::sysinit:/bin/mount -a
> >
> > null::sysinit:/bin/mount -o remount,rw /
> > > null::sysinit:/bin/mount -t proc proc /proc
> >
>
Regards

-- 
~ Ashwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/busybox/attachments/20061011/9e1ab40a/attachment-0001.html 


More information about the busybox mailing list