reflect reality about filesystems supported.

This commit is contained in:
christos 2015-01-12 19:50:47 +00:00
parent d79005d78a
commit e701837bc1
1 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: README,v 1.6 2014/10/18 08:33:31 snj Exp $
$NetBSD: README,v 1.7 2015/01/12 19:50:47 christos Exp $
makefs - build a file system image from a directory tree
@ -15,16 +15,21 @@ user overview:
makefs creates a file system image from a given directory tree.
the following file system types can be built:
ffs BSD fast file system
cd9660 ISO 9660 file system
chfs "Chip" file system, for flash devices
ffs BSD fast file system
msdos MS-DOS `FAT' file system (FAT12, FAT16, FAT32)
udf Universal Disk Format file system
v7fs 7th edition(V7) file system
Support for the following file systems maybe be added in the future
ext2fs Linux EXT2 file system
fat MS-DOS `FAT' file system (FAT12, FAT16, FAT32)
Various file system independent parameters and contraints can be
specified, such as:
- minimum file system size (in KB)
- maximum file system size (in KB)
- free inodes
@ -38,6 +43,7 @@ specified, such as:
File system specific parameters can be given as well, with a command
line option such as "-o fsspeccific-options,comma-separated".
For example, ffs would allow tuning of:
- block & fragment size
- cylinder groups
- number of blocks per inode