Rescueboot: need root-partition rw
Thomas Lange
lange at informatik.Uni-Koeln.DE
Tue Apr 20 16:41:49 CEST 2004
>>>>> On Tue, 20 Apr 2004 16:28:34 +0200, JKolk at splendid.de said:
> After login you find the harddisk-partitions mounted to /tmp/target.
> The partitions are mounted rw except the root-partition in /tmp/target
> itself, it's mounted ro. Why?
Because this is defined in the script lib/fai-mount-disk in
fstab_mount(). There I do a
mount -o ro /dev/$fstabpart $FAI_ROOT
so /tmp/target is mounted ro. Normally, all other partitions should
also be mounted ro, because it's a rescue system. But it seems to be a
little bug, so they are mounted as defined in fstab.
But you can use a simple hook to remount the partition rw. Just use
this command:
rwmount $FAI_ROOT
--
regards Thomas
More information about the linux-fai
mailing list