minixfs problem on 2.6

From: Tomas Szepe
Date: Sun Feb 08 2004 - 05:41:15 EST


# # Hello, lkml. This is a bug report.
# uname -r
2.6.3-rc1
# pwd
/tmp
# dd if=/dev/zero of=test.img bs=1024k count=48
48+0 records in
48+0 records out
# losetup /dev/loop0 test.img
# mkfs -t minix /dev/loop0
16384 inodes
49152 blocks
Firstdatazone=523 (523)
Zonesize=1024
Maxsize=268966912
# losetup -d /dev/loop0
# mount -o loop test.img /mnt
# mount| grep mnt
/tmp/test.img on /mnt type minix (rw,loop=/dev/loop0)
# cd /mnt
# cp /usr/lib/libc.a .
# du -h /usr/lib/libc.a ./libc.a
2.4M /usr/lib/libc.a
1.0K ./libc.a
-
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/