Re: Mount corrupts an ext2 filesystem on a RAM disk

Andrew Morton (akpm@zip.com.au)
Wed, 03 Apr 2002 11:16:46 -0800


Maurice Volaski wrote:
>
> And in pre-5. Marcelo, I have never seen any feedback on this bug report.
>

It works for me.

Please do this:

# cd
# mke2fs /dev/ram0 -m 0 -N 4096
# gzip < /dev/ram0 > before.gz
# mount /dev/ram0 /mnt/ram0
# umount /dev/ram0
# gzip < /dev/ram0 > after.gz

and then send me your .config, before.gz and after.gz

Thanks.

-
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/