[Bug 201750] Re: Cannot remount loopfiles inside of vfat

Agostino Russo agostino.russo at gmail.com
Thu Mar 13 11:19:09 UTC 2008


The workaround involves mounting all loopinstallations rw to begin with:

--- local       2008-03-13 11:15:50.346417000 +0000
+++ local.new   2008-03-13 11:16:44.140677000 +0000
@@ -62,7 +62,7 @@
        [ "$quiet" != "y" ] && log_end_msg

        if [ ${readonly} = y ] && \
-          ([ -z "$LOOP" ] || [ "${FSTYPE#ntfs}" = "$FSTYPE" ]); then
+          [ -z "$LOOP" ]; then
                roflag=-r
        else
                roflag=-w


** Also affects: wubi
   Importance: Undecided
       Status: New

** Tags added: wubi

-- 
Cannot remount loopfiles inside of vfat
https://bugs.launchpad.net/bugs/201750
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to initramfs-tools in ubuntu.




More information about the kernel-bugs mailing list