Re: Update to UFS2 Superblock Format

2002-11-30 Thread walt
Poul-Henning Kamp wrote: From the next branch on -current, it is my intent to not install BSD labels anymore, but switch to GPT instead, (possibly encapsulated in an BSD MBR slice for legacy systems). Do you mean this GPT: http://www.microsoft.com/hwdev/tech/storage/GPT_FAQ.asp or are you s

Re: Update to UFS2 Superblock Format

2002-11-30 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Ju lian Elischer writes: >isn't it about time we got away from puting the bootblocks in a >filesystem partition? I actually reached that conclusion back when we realized that the UFS2 bootblocks did not fit the 8k magic zone. >From the next branch on -current, it

Re: Update to UFS2 Superblock Format

2002-11-30 Thread Julian Elischer
Nov 2002, Kirk McKusick wrote: > Date: Fri, 29 Nov 2002 23:16:51 -0800 > To: Kirk McKusick <[EMAIL PROTECTED]> > From: Manfred Antar <[EMAIL PROTECTED]> > Subject: Re: Update to UFS2 Superblock Format > Cc: [EMAIL PROTECTED], Robert Wats

Re: Update to UFS2 Superblock Format

2002-11-30 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Kirk McKusick wr ites: >You will have to ask Puol-Henning Kamp, but I do not believe that >he has yet put together a bootstrap for the i386 platform that can >boot from a UFS2 filesystem. As such, I believe that you are >required to have a UFS1 root on the i386 at

Re: Update to UFS2 Superblock Format

2002-11-30 Thread Terry Lambert
Kirk McKusick wrote: > Ah > No wonder, I tried editing the /sys/boot/i386/boot2/Makefile > to enable UFS2 bootblock but then disklabel complained that > boot2 was too big. I will have to revert to UFS1 > Thanks > Manfred > > You have hit upon the exa

Re: Update to UFS2 Superblock Format

2002-11-29 Thread Kirk McKusick
Date: Fri, 29 Nov 2002 23:16:51 -0800 To: Kirk McKusick <[EMAIL PROTECTED]> From: Manfred Antar <[EMAIL PROTECTED]> Subject: Re: Update to UFS2 Superblock Format Cc: [EMAIL PROTECTED], Robert Watson <[EMAIL PROTECTED]>, [EMAI

Re: Update to UFS2 Superblock Format

2002-11-29 Thread Manfred Antar
At 11:11 PM 11/29/2002 -0800, Kirk McKusick wrote: >You will have to ask Puol-Henning Kamp, but I do not believe that >he has yet put together a bootstrap for the i386 platform that can >boot from a UFS2 filesystem. As such, I believe that you are >required to have a UFS1 root on the i386 at this

Re: Update to UFS2 Superblock Format

2002-11-29 Thread Kirk McKusick
correct me if I am incorrect on this point. Kirk McKusick =-=-=-=-=-= Date: Fri, 29 Nov 2002 22:57:12 -0800 To: Kirk McKusick <[EMAIL PROTECTED]>, [EMAIL PROTECTED] From: Manfred Antar <[EMAIL PROTECTED]> Subject: Re: Update to UFS2 Superblock Format Cc: Robert Watson <[

Re: Update to UFS2 Superblock Format

2002-11-29 Thread Manfred Antar
At 09:11 PM 11/24/2002 -0800, Kirk McKusick wrote: >On Tuesday Nov 26th I plan to make an update to the UFS2 >superblock. It will not affect UFS1 filesystems so should >be generally transparent to most -current users. For those >using UFS2 filesystems, the new kernel will update the >superblock to

Re: Update to UFS2 Superblock Format

2002-11-26 Thread Julian Elischer
, > [EMAIL PROTECTED] > Subject: Re: Update to UFS2 Superblock Format > In-Reply-To: <[EMAIL PROTECTED]> > X-ASK-Info: Whitelist match > > On Sun, 24 Nov 2002, Kirk McKusick wrote: > > > Some of these fields could usefully be made

Re: Update to UFS2 Superblock Format

2002-11-25 Thread Kirk McKusick
Date: Mon, 25 Nov 2002 01:08:30 -0800 (PST) From: Julian Elischer <[EMAIL PROTECTED]> To: Kirk McKusick <[EMAIL PROTECTED]> cc: [EMAIL PROTECTED], Robert Watson <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Update to UFS2

Re: Update to UFS2 Superblock Format

2002-11-25 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Kirk McKusick wr ites: >Some of these fields could usefully be made unsigned others not >(for example fs_pendingblocks and fs_pendinginodes). Kirk, when you have a patch, mail it to me and I'll let FlexeLint loose on it. Currently it whines loudly and voluminously

Re: Update to UFS2 Superblock Format

2002-11-25 Thread Julian Elischer
On Sun, 24 Nov 2002, Kirk McKusick wrote: > Some of these fields could usefully be made unsigned others not > (for example fs_pendingblocks and fs_pendinginodes). So just > going through and making everything unsigned is not the right > approach. I will make a pass through and consider changing

Re: Update to UFS2 Superblock Format

2002-11-24 Thread Kirk McKusick
IL PROTECTED], Robert Watson <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Update to UFS2 Superblock Format In-Reply-To: <[EMAIL PROTECTED]> X-ASK-Info: Whitelist match I do have one question re: UFS2, not specifically about this change however.. I notice that the fields of the d

Re: Update to UFS2 Superblock Format

2002-11-24 Thread Julian Elischer
I do have one question re: UFS2, not specifically about this change however.. I notice that the fields of the disk structure are signed. Wouldn;t it make more sence at this early stage to declare them as unsigned? For example take this snippet from struct fs int64_t fs_size;

Update to UFS2 Superblock Format

2002-11-24 Thread Kirk McKusick
On Tuesday Nov 26th I plan to make an update to the UFS2 superblock. It will not affect UFS1 filesystems so should be generally transparent to most -current users. For those using UFS2 filesystems, the new kernel will update the superblock to the new format the first time that your UFS2 filesystem