cvs commit: src/sys/geom/part g_part.c g_part.h g_part_mbr.c
Marcel Moolenaar
marcel at FreeBSD.org
Sun Jun 17 22:19:21 UTC 2007
marcel 2007-06-17 22:19:20 UTC
FreeBSD src repository
Modified files:
sys/geom/part g_part.c g_part.h g_part_mbr.c
Log:
Have gpart synthesize a disk geometry if the underlying provider
don't have it. Some partitioning schemes, as well as file systems,
operate on the geometry and without it such schemes (e.g. MBR)
and file systems (e.g. FAT) can't be created. This is useful for
memory disks.
Revision Changes Path
1.9 +119 -20 src/sys/geom/part/g_part.c
1.3 +15 -0 src/sys/geom/part/g_part.h
1.2 +55 -35 src/sys/geom/part/g_part_mbr.c
More information about the cvs-src
mailing list