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

Bug#417407: debian-installer: d-i destroyed existing raid device



Hi,

Frans Pop, le Mon 02 Apr 2007 20:07:35 +0200, a écrit :
> Apr  2 10:45:49 os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/discs/disc1/part1
> Apr  2 10:45:48 kernel: EXT2-fs: sdb1: couldn't mount because of unsupported optional features (4).
> Apr  2 10:45:48 kernel: EXT3-fs: INFO: recovery required on readonly filesystem.
> Apr  2 10:45:48 kernel: EXT3-fs: write access will be enabled during recovery.
> Apr  2 10:45:48 kernel: kjournald starting.  Commit interval 5 seconds
> Apr  2 10:45:48 kernel: EXT3-fs: recovery complete.
> Apr  2 10:45:48 kernel: EXT3-fs: mounted filesystem with ordered data mode.
> Apr  2 10:45:48 50mounted-tests: debug: mounted as ext3 filesystem

This looks to me like the culprit: for trying to probe other OSes,
read-only mounts are performed. But here it looks like os-prober didn't
know about the RAID array, and tried to mount devices separately, the
result is that the EXT3-fs driver thinks it is a bit broken, and tries
to _fix_ it, i.e. write things on the volume!

Unfortunately, there doesn't seem to be any option for disabling that:
ext3 disables it only if the device itself is read-only...

Samuel



Reply to: