Date: Sun, 17 Jun 2007 22:19:20 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom/part g_part.c g_part.h g_part_mbr.c Message-ID: <200706172219.l5HMJKBm050981@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706172219.l5HMJKBm050981>