cvs commit: src/sbin Makefile src/sbin/diskinfo Makefile diskinfo.8 diskinfo.c src/sbin/disklabel disklabel.8
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue May 15 10:53:49 PDT 2007
dillon 2007/05/15 10:53:12 PDT
DragonFly src repository
Modified files:
sbin Makefile
sbin/disklabel disklabel.8
Added files:
sbin/diskinfo Makefile diskinfo.8 diskinfo.c
Log:
Add a new command, /sbin/diskinfo, which uses the revamped DIOCGPART
ioctl to extract information from storage devices. As an added bonus,
the physical byte offset relative to the base of the raw device
for the beginning of a slice or partition can be displayed. Great for
debugging.
Revision Changes Path
1.15 +1 -0 src/sbin/Makefile
1.12 +1 -0 src/sbin/disklabel/disklabel.8
http://www.dragonflybsd.org/cvsweb/src/sbin/Makefile.diff?r1=1.14&r2=1.15&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/disklabel/disklabel.8.diff?r1=1.11&r2=1.12&f=u
More information about the Commits
mailing list