Re: Changes in disk layout in VAX?????
Hugo Villeneuve <[email protected]> Mon, 11 Aug 2003 16:20:08 -0400
| Newsgroups | gmane.os.openbsd.vax |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 11, 2003 at 03:54:50PM -0400, [email protected] wrote: > I was installing a snapshot from several days ago onto an > RZ25 drive to use as a cloning drive onto other machines > and noticed that the disklabel would not let me have the > first 518 sectors of the disk, but seemed to reserve that > for some reason. Is this new, and what is this doing? > Thanks It isn't new. The first cylinder is reserved for the boot blocks. (On many platform, the first cylinder is reserved for boot blocks. That's how it is on my vax and hppa computers.) (It won't need all the cylinder but anyway, the FFS format doesn't like not starting or ending on cylinder boundary.) I don't know if its mandatory or prefered limit. Did you try using the "b" command to disklabel to remove the default limits? And not to point to the obious, this is the message printed at startup by disklabel in built-in editor mode (-E): Reserving the first data cylinder for boot blocks. You can use the 'b' command to change this. -- Hugo Villeneuve <[email protected]> http://EINTR.net/