Subject: Re: NetBSD-specific GPT partition types
To: None <tech-userlevel@netbsd.org>
From: Jeff Rizzo <riz@NetBSD.org>
List: tech-userlevel
Date: 12/27/2007 07:50:48
ITOH Yasufumi wrote:
>> +#define	GPT_ENT_TYPE_NETBSD_UFS		\
>> +	{0x49f48d5a,0xb10e,0x11dc,0xb9,0x9b,{0x00,0x19,0xd1,0x87,0x96,0x48}}
>> +#define	GPT_ENT_TYPE_NETBSD_LFS		\
>> +	{0x49f48d82,0xb10e,0x11dc,0xb9,0x9b,{0x00,0x19,0xd1,0x87,0x96,0x48}}
>>     
>
> Shouldn't UFS be FFS?
> Both FFS and LFS are UFSs.
>   

I think you're right - I was going for consitency with FreeBSD, but I
think it's better to be internally consistent.  I will change the NetBSD
entries to FFS before committing - unless someone else wants to convince
me otherwise.

+j