Thank you for taking the time to report this bug and helping to make
Ubuntu better. The Ubuntu version this bug was reported against reached
end-of-life. We appreciate that this bug may be old and you might not be
interested in discussing it anymore. But if you are then please upgrade
to the latest Ubuntu version and re-test. If you then find the bug is
still present in the newer Ubuntu version, please add a comment here
telling us which new version it is in.

** Changed in: initramfs-tools (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/201750

Title:
  Cannot remount loopfiles

Status in Wubi:
  In Progress
Status in initramfs-tools package in Ubuntu:
  Incomplete

Bug 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/wubi/+bug/201750/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to