Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Anyone know how I can make my Buildroot filesystem R/W?
@ 2008-04-18  0:39 Arun Reddy
  2008-04-18  5:40 ` Sean Perry
  0 siblings, 1 reply; 6+ messages in thread
From: Arun Reddy @ 2008-04-18  0:39 UTC (permalink / raw)
  To: buildroot

I am so happy that I have my new bootable filesystem created by buildroot!
But I noticed when I boot it up I can't write or change anything. Does
anyone know how I can make my new system R/W instead of just R?

Thanks for the help!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20080417/05599645/attachment.htm 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] Anyone know how I can make my Buildroot filesystem R/W?
  2008-04-18  0:39 [Buildroot] Anyone know how I can make my Buildroot filesystem R/W? Arun Reddy
@ 2008-04-18  5:40 ` Sean Perry
  2008-04-18  6:20   ` Arun Reddy
  2008-04-18  7:05   ` Michel
  0 siblings, 2 replies; 6+ messages in thread
From: Sean Perry @ 2008-04-18  5:40 UTC (permalink / raw)
  To: buildroot

Arun Reddy wrote:
> I am so happy that I have my new bootable filesystem created by 
> buildroot! But I noticed when I boot it up I can't write or change 
> anything. Does anyone know how I can make my new system R/W instead of 
> just R?
> 

you need something more than 'mount -o remount,rw /'?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] Anyone know how I can make my Buildroot filesystem R/W?
  2008-04-18  5:40 ` Sean Perry
@ 2008-04-18  6:20   ` Arun Reddy
  2008-04-18  6:32     ` Emil Krüper
  2008-04-18  7:05   ` Michel
  1 sibling, 1 reply; 6+ messages in thread
From: Arun Reddy @ 2008-04-18  6:20 UTC (permalink / raw)
  To: buildroot

Sean,

I did find this option as well looking online, but where must I enter it? I
know this must be a trivial question but I can't figure out how to make use
of it.

Thanks!

On Thu, Apr 17, 2008 at 10:40 PM, Sean Perry <shaleh@speakeasy.net> wrote:

> Arun Reddy wrote:
>
> > I am so happy that I have my new bootable filesystem created by
> > buildroot! But I noticed when I boot it up I can't write or change anything.
> > Does anyone know how I can make my new system R/W instead of just R?
> >
> >
> you need something more than 'mount -o remount,rw /'?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20080417/73b4cfc5/attachment.htm 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] Anyone know how I can make my Buildroot filesystem R/W?
  2008-04-18  6:20   ` Arun Reddy
@ 2008-04-18  6:32     ` Emil Krüper
  2008-04-18  6:40       ` Arun Reddy
  0 siblings, 1 reply; 6+ messages in thread
From: Emil Krüper @ 2008-04-18  6:32 UTC (permalink / raw)
  To: buildroot

Hi Arun,

?Have a look in the manpage for mount. Just a trivial 'man mount' in the
command line. Then you will stumble across the syntax and options etc.
and you finally realize you have to type 'mount -o remount,rw /' in the
shell of your bootable filesystem. Thus your FS will be remounted with
the rw options.

Best regards

Emil Kr?per

On Thu, 2008-04-17 at 23:20 -0700, Arun Reddy wrote:
> Sean,
> 
> I did find this option as well looking online, but where must I enter
> it? I know this must be a trivial question but I can't figure out how
> to make use of it.
> 
> Thanks!
> 
> On Thu, Apr 17, 2008 at 10:40 PM, Sean Perry <shaleh@speakeasy.net>
> wrote:
>         Arun Reddy wrote:
>                 I am so happy that I have my new bootable filesystem
>                 created by buildroot! But I noticed when I boot it up
>                 I can't write or change anything. Does anyone know how
>                 I can make my new system R/W instead of just R?
>                 
>         
>         
>         you need something more than 'mount -o remount,rw /'?
> 
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] Anyone know how I can make my Buildroot filesystem R/W?
  2008-04-18  6:32     ` Emil Krüper
@ 2008-04-18  6:40       ` Arun Reddy
  0 siblings, 0 replies; 6+ messages in thread
From: Arun Reddy @ 2008-04-18  6:40 UTC (permalink / raw)
  To: buildroot

Emil,

Thank you. You are correct the man pages would have helped me solve this
problem quickly. I will make sure I use that resource quickly next time!

Arun

On Thu, Apr 17, 2008 at 11:32 PM, Emil Kr?per <
e.krueper@solcon-systemtechnik.de> wrote:

> Hi Arun,
>
> ?Have a look in the manpage for mount. Just a trivial 'man mount' in the
> command line. Then you will stumble across the syntax and options etc.
> and you finally realize you have to type 'mount -o remount,rw /' in the
> shell of your bootable filesystem. Thus your FS will be remounted with
> the rw options.
>
> Best regards
>
> Emil Kr?per
>
> On Thu, 2008-04-17 at 23:20 -0700, Arun Reddy wrote:
> > Sean,
> >
> > I did find this option as well looking online, but where must I enter
> > it? I know this must be a trivial question but I can't figure out how
> > to make use of it.
> >
> > Thanks!
> >
> > On Thu, Apr 17, 2008 at 10:40 PM, Sean Perry <shaleh@speakeasy.net>
> > wrote:
> >         Arun Reddy wrote:
> >                 I am so happy that I have my new bootable filesystem
> >                 created by buildroot! But I noticed when I boot it up
> >                 I can't write or change anything. Does anyone know how
> >                 I can make my new system R/W instead of just R?
> >
> >
> >
> >         you need something more than 'mount -o remount,rw /'?
> >
> > _______________________________________________
> > buildroot mailing list
> > buildroot at uclibc.org
> > http://busybox.net/mailman/listinfo/buildroot
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20080417/42c51ed5/attachment.htm 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] Anyone know how I can make my Buildroot filesystem R/W?
  2008-04-18  5:40 ` Sean Perry
  2008-04-18  6:20   ` Arun Reddy
@ 2008-04-18  7:05   ` Michel
  1 sibling, 0 replies; 6+ messages in thread
From: Michel @ 2008-04-18  7:05 UTC (permalink / raw)
  To: buildroot

On Friday 18 April 2008, Sean Perry wrote:
> Arun Reddy wrote:
> > I am so happy that I have my new bootable filesystem created by
> > buildroot! But I noticed when I boot it up I can't write or change
> > anything. Does anyone know how I can make my new system R/W instead of
> > just R?
>
> you need something more than 'mount -o remount,rw /'?

BTW I've ported unionfs to buildroot; that allows to keep the root read-only, 
and make any number of changes on a root file system that appears as 
read-write. You can put the read-write delta on a small partition on a SD 
card or something... Easy to backup, easy to revert, easy to upgrade...

Michel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-04-18  7:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-18  0:39 [Buildroot] Anyone know how I can make my Buildroot filesystem R/W? Arun Reddy
2008-04-18  5:40 ` Sean Perry
2008-04-18  6:20   ` Arun Reddy
2008-04-18  6:32     ` Emil Krüper
2008-04-18  6:40       ` Arun Reddy
2008-04-18  7:05   ` Michel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox