Comment 1 for bug 201750

Revision history for this message
Agostino Russo (ago) wrote : Re: Cannot remount loopfiles inside of vfat

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