Activity log for bug #201750

Date Who What changed Old value New value Message
2008-03-13 11:05:22 Agostino Russo bug added bug
2008-03-13 11:21:57 Agostino Russo bug assigned to wubi
2008-03-13 11:23:09 Agostino Russo bug added subscriber Luke Yelavich
2008-03-13 20:31:52 Agostino Russo description Binary package hint: initramfs-tools Loopfiles inside of vfat cannot be remounted rw. This preventfs people from booting off loopinstallations in vfat. At the moment there is an exception in scripts/local to mount ntfs filesystems rw by default since those too cannot be remounted (bug #186117). It might be necessary to extend the treatment to all loopinstalation filesystems. Following are some of my experiments, not sure if there is some other way to be able to remount the host/loopfile. root@nbago~#mount -t vfat -o rw /dev/sda8 /mnt root@nbago~#mount -o loop,ro /mnt/root.disk /media/tmp root@nbago~#mount -o remount,rw /media/tmp mount: block device /mnt/root.disk is write-protected, mounting read-only root@nbago~#umount /media/tmp root@nbago~#mount -o loop,rw /mnt/root.disk /media/tmp root@nbago~#mount -o remount,ro /media/tmp root@nbago~#mount -o remount,rw /media/tmp root@nbago~#mount -o remount,ro /mnt mount: /mnt is busy root@nbago~#mount -o remount,ro /media/tmp root@nbago~#mount -o remount,ro /mnt mount: /mnt is busy root@nbago~#umount /media/tmp root@nbago~#umount -d /mnt root@nbago~#mount -t vfat -o ro /dev/sda8 /mnt root@nbago~#mount -o loop,rw /mnt/root.disk /media/tmp root@nbago~#mount -o remount,rw /media/tmp mount: block device /mnt/root.disk is write-protected, mounting read-only root@nbago~#umount /media/tmp root@nbago~#losetup /dev/loop3 /mnt/root.disk root@nbago~#mount -o ro -t ext3 /dev/loop3 /media/tmp root@nbago~#mount -o remount,rw /media/tmp mount: block device /dev/loop3 is write-protected, mounting read-only Binary package hint: initramfs-tools Loopfiles inside of vfat cannot be remounted rw. This preventfs people from booting off loopinstallations in vfat. At the moment there is an exception in scripts/local to mount ntfs filesystems rw by default since those too cannot be remounted (bug #186117). It might be necessary to extend the treatment to all loopinstalation filesystems. Following are some of my experiments, not sure if there is some other way to be able to remount the host/loopfile using a Gutsy box (will replicate them on Hardy soon). root@nbago~#mount -t vfat -o rw /dev/sda8 /mnt root@nbago~#mount -o loop,ro /mnt/root.disk /media/tmp root@nbago~#mount -o remount,rw /media/tmp mount: block device /mnt/root.disk is write-protected, mounting read-only root@nbago~#umount /media/tmp root@nbago~#mount -o loop,rw /mnt/root.disk /media/tmp root@nbago~#mount -o remount,ro /media/tmp root@nbago~#mount -o remount,rw /media/tmp root@nbago~#mount -o remount,ro /mnt mount: /mnt is busy root@nbago~#mount -o remount,ro /media/tmp root@nbago~#mount -o remount,ro /mnt mount: /mnt is busy root@nbago~#umount /media/tmp root@nbago~#umount -d /mnt root@nbago~#mount -t vfat -o ro /dev/sda8 /mnt root@nbago~#mount -o loop,rw /mnt/root.disk /media/tmp root@nbago~#mount -o remount,rw /media/tmp mount: block device /mnt/root.disk is write-protected, mounting read-only root@nbago~#umount /media/tmp root@nbago~#losetup /dev/loop3 /mnt/root.disk root@nbago~#mount -o ro -t ext3 /dev/loop3 /media/tmp root@nbago~#mount -o remount,rw /media/tmp mount: block device /dev/loop3 is write-protected, mounting read-only
2008-03-13 22:00:34 Agostino Russo description Binary package hint: initramfs-tools Loopfiles inside of vfat cannot be remounted rw. This preventfs people from booting off loopinstallations in vfat. At the moment there is an exception in scripts/local to mount ntfs filesystems rw by default since those too cannot be remounted (bug #186117). It might be necessary to extend the treatment to all loopinstalation filesystems. Following are some of my experiments, not sure if there is some other way to be able to remount the host/loopfile using a Gutsy box (will replicate them on Hardy soon). root@nbago~#mount -t vfat -o rw /dev/sda8 /mnt root@nbago~#mount -o loop,ro /mnt/root.disk /media/tmp root@nbago~#mount -o remount,rw /media/tmp mount: block device /mnt/root.disk is write-protected, mounting read-only root@nbago~#umount /media/tmp root@nbago~#mount -o loop,rw /mnt/root.disk /media/tmp root@nbago~#mount -o remount,ro /media/tmp root@nbago~#mount -o remount,rw /media/tmp root@nbago~#mount -o remount,ro /mnt mount: /mnt is busy root@nbago~#mount -o remount,ro /media/tmp root@nbago~#mount -o remount,ro /mnt mount: /mnt is busy root@nbago~#umount /media/tmp root@nbago~#umount -d /mnt root@nbago~#mount -t vfat -o ro /dev/sda8 /mnt root@nbago~#mount -o loop,rw /mnt/root.disk /media/tmp root@nbago~#mount -o remount,rw /media/tmp mount: block device /mnt/root.disk is write-protected, mounting read-only root@nbago~#umount /media/tmp root@nbago~#losetup /dev/loop3 /mnt/root.disk root@nbago~#mount -o ro -t ext3 /dev/loop3 /media/tmp root@nbago~#mount -o remount,rw /media/tmp mount: block device /dev/loop3 is write-protected, mounting read-only Binary package hint: initramfs-tools Loopfiles inside of vfat cannot be remounted rw. This preventfs people from booting off loopinstallations in vfat. At the moment there is an exception in scripts/local to mount ntfs filesystems rw by default since those too cannot be remounted (bug #186117). It might be necessary to extend the treatment to all loopinstalation filesystems. Following are some of my experiments, not sure if there is some other way to be able to remount the host/loopfile. root@nbago~#mount -t vfat -o rw /dev/sda8 /mnt root@nbago~#mount -o loop,ro /mnt/root.disk /media/tmp root@nbago~#mount -o remount,rw /media/tmp mount: block device /mnt/root.disk is write-protected, mounting read-only root@nbago~#umount /media/tmp root@nbago~#mount -o loop,rw /mnt/root.disk /media/tmp root@nbago~#mount -o remount,ro /media/tmp root@nbago~#mount -o remount,rw /media/tmp root@nbago~#mount -o remount,ro /mnt mount: /mnt is busy root@nbago~#mount -o remount,ro /media/tmp root@nbago~#mount -o remount,ro /mnt mount: /mnt is busy root@nbago~#umount /media/tmp root@nbago~#umount -d /mnt root@nbago~#mount -t vfat -o ro /dev/sda8 /mnt root@nbago~#mount -o loop,rw /mnt/root.disk /media/tmp root@nbago~#mount -o remount,rw /media/tmp mount: block device /mnt/root.disk is write-protected, mounting read-only root@nbago~#umount /media/tmp root@nbago~#losetup /dev/loop3 /mnt/root.disk root@nbago~#mount -o ro -t ext3 /dev/loop3 /media/tmp root@nbago~#mount -o remount,rw /media/tmp mount: block device /dev/loop3 is write-protected, mounting read-only
2008-03-14 10:33:25 Agostino Russo wubi: status New Confirmed
2008-03-14 10:33:25 Agostino Russo wubi: importance Undecided High
2008-03-17 14:45:34 Launchpad Janitor initramfs-tools: status New Fix Released
2008-03-17 14:54:10 Agostino Russo initramfs-tools: status Fix Released In Progress
2008-03-17 23:27:00 Agostino Russo wubi: status Confirmed In Progress
2008-04-15 13:25:21 Agostino Russo title Cannot remount loopfiles inside of vfat Cannot remount loopfiles
2008-04-29 17:51:46 Agostino Russo wubi: milestone 8.10
2008-05-07 10:11:54 Agostino Russo wubi: milestone 8.10
2009-03-13 11:45:53 Agostino Russo wubi: importance High Low
2009-03-13 11:45:53 Agostino Russo wubi: statusexplanation Changing priority since the partial fix, although not very elegant, does address the issue, and I have not seen many complaints that can be linked to this bug
2009-12-05 06:48:20 Launchpad Janitor branch linked lp:ubuntu/initramfs-tools
2015-11-29 13:26:57 Tormod Volden bug added subscriber Tormod Volden
2023-07-29 08:44:22 Benjamin Drung initramfs-tools (Ubuntu): status In Progress New