Module Name: src
Committed By: martin
Date: Thu Mar 1 22:01:30 UTC 2007
Modified Files:
src/sbin: Makefile
Added Files:
src/sbin/dkscan_bsdlabel: Makefile dkscan_bsdlabel.8
dkscan_bsdlabel.c
dkscan_util.c dkscan_util.h
Log Message:
Add a tool to scan disks for BSD disklabels (might be from different
archs) and add wedges for them. Similar to the kernel options
DKWEDGE_AUTODISCOVER and DKWEDGE_METHOD_BSDLABEL, and actually reusing
most of that code.
This means, for example, you can plug a sparc64 disk into an i386, run
this tool and mount the partitions (provided your kernel has the
FFS_EI
option).