Date: Sun, 21 Jan 1996 17:01:17 -0800 (PST) From: Joerg Wunsch <joerg> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/disklabel disklabel.8 disklabel.c Message-ID: <199601220101.RAA22056@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 96/01/21 17:01:17 Modified: sbin/disklabel disklabel.8 disklabel.c Log: Finally implement the "auto" disktype. It attempts to get all the required information from the driver, and produce a virgin disklabel for it. The latter might be further edited with `disklabel -e' to satisfy the user's need. The magic sequence is: disklabel -r -w sdX auto disklabel -e sdX Revision Changes Path 1.2 +21 -0 src/sbin/disklabel/disklabel.8 1.7 +47 -1 src/sbin/disklabel/disklabel.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601220101.RAA22056>