--- util-linux-2.12r/mount/mount.c~ 2007-03-20 19:39:37.000000000 +0100 +++ util-linux-2.12r/mount/mount.c 2007-03-22 16:45:27.000000000 +0100 @@ -805,6 +805,8 @@ mountargs[i++] = "-n"; if (verbose) mountargs[i++] = "-v"; + if (fake) + mountargs[i++] = "-f"; if (oo && *oo) { mountargs[i++] = "-o"; mountargs[i++] = oo;