home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / etc / mke2fs.conf < prev    next >
INI File  |  2006-11-29  |  330b  |  23 lines

  1. [defaults]
  2.     base_features = sparse_super,filetype,resize_inode,dir_index
  3.     blocksize = 4096
  4.     inode_ratio = 8192
  5.  
  6. [fs_types]
  7.     small = {
  8.         blocksize = 1024
  9.         inode_ratio = 4096
  10.     }
  11.     floppy = {
  12.         blocksize = 1024
  13.     }
  14.     news = {
  15.         inode_ratio = 4096
  16.     }
  17.     largefile = {
  18.         inode_ratio = 1048576
  19.     }
  20.     largefile4 = {
  21.         inode_ratio = 4194304
  22.     }
  23.