[Elphel-support] Disk inode limitation

Rock rock at peppa.com
Thu Nov 25 17:53:58 PST 2010


  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




More information about the Support-list mailing list