Source-Changes archive

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

CVS commit: src/sbin/newfs_udf



Module Name:    src
Committed By:   reinoud
Date:           Sat Jul 26 20:20:56 UTC 2008

Modified Files:
        src/sbin/newfs_udf: newfs_udf.8 newfs_udf.c udf_create.c udf_create.h

Log Message:
Add UDF 2.50 metadata partition creation to newfs_udf(8). It allows a
percentage to the volume space to be pre-allocated for metadata on format.
Implementations that can't extent the metadata partitions can thus use the
discs too.

Note that the kernel UDF code can't write to UDF 2.50 metadata partitions
yet; this is a work-in-progress.

Also note that the default formatting version choice is still version 2.01
i.e. without the metadata partition.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sbin/newfs_udf/newfs_udf.8 \
    src/sbin/newfs_udf/newfs_udf.c
cvs rdiff -r1.11 -r1.12 src/sbin/newfs_udf/udf_create.c
cvs rdiff -r1.1 -r1.2 src/sbin/newfs_udf/udf_create.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index