bsdlabel.8 (98e0ffaefb0f241cda3a72395d3be04192ae0d47) bsdlabel.8 (b8c19fd719945f5b9ff51320f8dbe46dd23510c1)
1.\" Copyright (c) 1987, 1988, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Symmetric Computer Systems.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 431 unchanged lines hidden (view full) ---

440The
441.Xr dd 1
442commands are optional, but may be necessary for some
443.Tn BIOS Ns es
444to properly
445recognize the disk:
446.Bd -literal -offset indent
447dd if=/dev/zero of=/dev/da0 bs=512 count=32
1.\" Copyright (c) 1987, 1988, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Symmetric Computer Systems.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 431 unchanged lines hidden (view full) ---

440The
441.Xr dd 1
442commands are optional, but may be necessary for some
443.Tn BIOS Ns es
444to properly
445recognize the disk:
446.Bd -literal -offset indent
447dd if=/dev/zero of=/dev/da0 bs=512 count=32
448fdisk -BI da0
448gpart create -s MBR da0
449gpart add -t freebsd da0
450gpart set -a active -i 1 da0
451gpart bootcode -b /boot/mbr da0
449dd if=/dev/zero of=/dev/da0s1 bs=512 count=32
450bsdlabel -w -B da0s1
451bsdlabel -e da0s1
452.Ed
453.Pp
454This is an example disk label that uses some of the new partition size types
455such as
456.Cm % , M , G ,

--- 33 unchanged lines hidden (view full) ---

490labels and
491are not generally compatible.
492.Sh SEE ALSO
493.Xr ccd 4 ,
494.Xr geom 4 ,
495.Xr md 4 ,
496.Xr disktab 5 ,
497.Xr boot0cfg 8 ,
452dd if=/dev/zero of=/dev/da0s1 bs=512 count=32
453bsdlabel -w -B da0s1
454bsdlabel -e da0s1
455.Ed
456.Pp
457This is an example disk label that uses some of the new partition size types
458such as
459.Cm % , M , G ,

--- 33 unchanged lines hidden (view full) ---

493labels and
494are not generally compatible.
495.Sh SEE ALSO
496.Xr ccd 4 ,
497.Xr geom 4 ,
498.Xr md 4 ,
499.Xr disktab 5 ,
500.Xr boot0cfg 8 ,
498.Xr fdisk 8 ,
499.Xr gpart 8 ,
500.Xr newfs 8
501.Xr gpart 8 ,
502.Xr newfs 8