FYI, The stock CF disks runs out of inode space when you exceed 982 files.
The busybox mkfs.ext2 has no help so I used stock options to re-make these disks. I've done this to fix the problem: umount /dev/hdb1 mkfs.ext2 -N 12000 /dev/hdb1 # We need about 11000 files for production mount /dev/hdb1 Now it all works fine. Cheers, -------------------------------------------------- Rock _______________________________________________ Support-list mailing list [email protected] http://support.elphel.com/mailman/listinfo/support-list_support.elphel.com
