ramdisk driver strange behaviour

From: Gyorgy Szekely
Date: Fri Apr 14 2006 - 09:59:41 EST


hi,
i'm trying to use a ramdisk driver (block/rd.c) and experienced some
very strnage behaviour. In brief:
If I set ramdisk_blocksize=512 on the kernel command line, the driver
operates oddly. I execute the following commands in a shell:

mkfs.ext2 /dev/ram0 ~runs fine, no errors
mount /dev/ram0 /mnt/disk ~doesn't mount the filesystem, can't find
it on device
mkfs.ext2 /dev/ram0 ~runs fine, same as above
mount /dev/ram0 /mnt/disk ~mounts fine

I have to make exactly this command sequence, to make the fs usable,
eg: mkfs.ext2 twice without trying to mount doesn't work. Once the
mount succeeds everything works fine, i can read/write files,
unmount/remount everything as expected.
I copied the ramdisk contents with dd into a file, and after the first
pass it's all zeros nothing else. Like the first mkfs didn't do
anything.

If I remove the ramdisk_blocksize option from the kernel command line
(defaults to 1024) then all is ok.

Test configs:
Linux 2.6.15.2 x86 (stock kernel.org kernel)
ramdisk config: 4 ramdisks of 1024k

ucLinux 2.6.14 ARM/nommu
ramdisk config: 4 ramdisks of 1024k

George

ps: i'm not subscribet to LKML, please CC me.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/