[Bug 575469] Re: recovery mode mounts filesystems read-write rather than read-only

Chris J 575469 at bugs.launchpad.net
Mon Aug 29 03:05:22 UTC 2011


Can you not tell mountall to force ro instead of rw?  It's just that
ro->rw remounts are easy and safe, while rw->ro remounts are not (you
have no guarantee that the filesystem is actually ro in this state).  To
me it would have seemed like an obvious thing to mount the filesystems
ro and remount them rw when needed, and there are lots of things where
rw isn't needed.  If it would be a big change, then it seems obvious to
me that it's been doing it wrong from the outset.

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to friendly-recovery in Ubuntu.
https://bugs.launchpad.net/bugs/575469

Title:
  recovery mode mounts filesystems read-write rather than read-only

Status in “friendly-recovery” package in Ubuntu:
  Confirmed
Status in “friendly-recovery” source package in Oneiric:
  Confirmed

Bug description:
  Binary package hint: friendly-recovery

  In recovery mode, filesystems should probably be mounted read-only,
  since pending any problems they can safely be remounted read-write,
  while the reverse is not necessarily true.  This means that operations
  such as fsck, badblocks, zerofree, etc. are not possible without
  having to use a boot CD, and ensuring that any additional binaries are
  compatible.  One should assume that booting into recovery mode is
  either deliberate or has come about because of a problem.

  f-r 0.2.10 on lucid/2.6.32-21-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/575469/+subscriptions




More information about the foundations-bugs mailing list