cvs commit: src/sys/sys mdioctl.h src/sys/dev/md md.c src/sbin/mdconfig Makefile mdconfig.8 mdconfig.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Sep 16 14:39:39 PDT 2004


On Thu, Sep 16, 2004 at 09:32:13PM +0000, Pawel Jakub Dawidek wrote:
+> pjd         2004-09-16 21:32:13 UTC
+> 
+>   FreeBSD src repository
+> 
+>   Modified files:
+>     sys/sys              mdioctl.h 
+>     sys/dev/md           md.c 
+>     sbin/mdconfig        Makefile mdconfig.8 mdconfig.c 
+>   Log:
+>   - Make md(4) 64-bit clean.
+>     After this change it should be possible to use very big md(4) devices.
+>   - Clean up and simplify the code a bit.
+>   - Use humanize_number(3) to print size of md(4) devices.
+>   - Add 't' suffix which stands for terabyte.
+>   - Make '-S' to really work with all types of devices.
+>   - Other minor changes.

This work is a part of "BigDisk" project:

	http://www.freebsd.org/projects/bigdisk

With those fixes I'm able to setup something like this:

	ragepxe:root:~# df -h
	Filesystem                        Size    Used   Avail Capacity  Mounted on
	[...]
	/dev/md0                           15T    249M     14T     0%    /mnt
	/dev/md1                           11T    128K     10T     0%    /mnt2

-- 
Pawel Jakub Dawidek                       http://www.FreeBSD.org
pjd at FreeBSD.org                           http://garage.freebsd.pl
FreeBSD committer                         Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20040916/3dc2ad42/attachment.bin


More information about the cvs-src mailing list