2008-10-20 07:45:52

by Richard Kojedzinszky

[permalink] [raw]
Subject: linux 2.6.26/minix fs

Dear developers,

I did not found the maintainers of the minix fs in the kernel, so I send
this mail to you, please forward it to the appropriate people.
Anyway, my problem is that something went wrong in minix fs, as
illustrated below:

krichy:~# mkfs.minix -v /dev/ram0
1376 inodes
4096 blocks
Firstdatazone=90 (90)
Zonesize=1024
Maxsize=2147483647

krichy:~# mount /dev/ram0 /mnt
krichy:~# cd /mnt
krichy:/mnt# for i in `seq 1 200`; do touch $i ; done
krichy:/mnt# ls -l | wc -l
127
krichy:/mnt# ls -l 200
-rw-r--r-- 1 root root 0 2008-10-20 09:42 200
krichy:/mnt# ls -l 194
-rw-r--r-- 1 root root 0 2008-10-20 09:42 194
krichy:/mnt# ls -l | grep 194
krichy:/mnt#

Any help appreciated.

Regards,
Kojedzinszky Richard
TvNetWork Nyrt.
E-mail: krichy (at) tvnetwork [dot] hu
PGP: 0x24E79141
Fingerprint = 6847 ECFF EF58 0C09 18A5 16CF 270F 0C6F 24E7 9141