Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/makefs reflect reality about filesystems supported.



details:   https://anonhg.NetBSD.org/src/rev/63a7020cb146
branches:  trunk
changeset: 335543:63a7020cb146
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 12 19:50:47 2015 +0000

description:
reflect reality about filesystems supported.

diffstat:

 usr.sbin/makefs/README |  12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r 3bb5adc242f1 -r 63a7020cb146 usr.sbin/makefs/README
--- a/usr.sbin/makefs/README    Mon Jan 12 19:50:25 2015 +0000
+++ b/usr.sbin/makefs/README    Mon Jan 12 19:50:47 2015 +0000
@@ -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 @@
 
 makefs creates a file system image from a given directory tree.
 the following file system types can be built:
+
+       cd9660  ISO 9660 file system
+       chfs    "Chip" file system, for flash devices
        ffs     BSD fast file system
-       cd9660  ISO 9660 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 @@
 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



Home | Main Index | Thread Index | Old Index