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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"