* Forensic File System GUID Linux/Windows
@ 2008-06-23 19:22 jmerkey
2008-06-23 19:50 ` Lennart Sorensen
2008-06-24 19:13 ` H. Peter Anvin
0 siblings, 2 replies; 6+ messages in thread
From: jmerkey @ 2008-06-23 19:22 UTC (permalink / raw)
To: linux-kernel
The following GUID is being used in the Wolf Mountain Group, Inc. Forensic
File System (FFS) for GPT intel EFI partitions. Since there is no central
registry for EFI GUID's it is posted here for referece for folks who may
run accross it on Windows Vista, 2003, and 2008 systems running FFS on
Windows that may be using dual boot with Linux or vmware:
#define PARTITION_FFS_GUID \
EFI_GUID( 0xBEEFCAFE, 0xFEED, 0x0000, \
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01)
Patches to efi.h and efi.c in /fs/partitions will be posted after July 2,
2008 to www.wolfmountaingroup.org.
Jeff
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Forensic File System GUID Linux/Windows
2008-06-23 19:22 Forensic File System GUID Linux/Windows jmerkey
@ 2008-06-23 19:50 ` Lennart Sorensen
2008-06-23 20:07 ` jmerkey
2008-06-24 19:13 ` H. Peter Anvin
1 sibling, 1 reply; 6+ messages in thread
From: Lennart Sorensen @ 2008-06-23 19:50 UTC (permalink / raw)
To: jmerkey; +Cc: linux-kernel
On Mon, Jun 23, 2008 at 01:22:26PM -0600, jmerkey@wolfmountaingroup.com wrote:
>
> The following GUID is being used in the Wolf Mountain Group, Inc. Forensic
> File System (FFS) for GPT intel EFI partitions. Since there is no central
> registry for EFI GUID's it is posted here for referece for folks who may
> run accross it on Windows Vista, 2003, and 2008 systems running FFS on
> Windows that may be using dual boot with Linux or vmware:
>
> #define PARTITION_FFS_GUID \
> EFI_GUID( 0xBEEFCAFE, 0xFEED, 0x0000, \
> 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01)
>
>
> Patches to efi.h and efi.c in /fs/partitions will be posted after July 2,
> 2008 to www.wolfmountaingroup.org.
So how many 'FFS' filesystems does that make now? Why not ForenFS or
something more unique?
--
Len Sorensen
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Forensic File System GUID Linux/Windows
2008-06-23 19:50 ` Lennart Sorensen
@ 2008-06-23 20:07 ` jmerkey
0 siblings, 0 replies; 6+ messages in thread
From: jmerkey @ 2008-06-23 20:07 UTC (permalink / raw)
To: Lennart Sorensen; +Cc: jmerkey, linux-kernel
> On Mon, Jun 23, 2008 at 01:22:26PM -0600, jmerkey@wolfmountaingroup.com
> wrote:
>>
>> The following GUID is being used in the Wolf Mountain Group, Inc.
>> Forensic
>> File System (FFS) for GPT intel EFI partitions. Since there is no
>> central
>> registry for EFI GUID's it is posted here for referece for folks who may
>> run accross it on Windows Vista, 2003, and 2008 systems running FFS on
>> Windows that may be using dual boot with Linux or vmware:
>>
>> #define PARTITION_ForenFS_GUID \
>> EFI_GUID( 0xBEEFCAFE, 0xFEED, 0x0000, \
>> 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01)
>>
>>
>> Patches to efi.h and efi.c in /fs/partitions will be posted after July
>> 2,
>> 2008 to www.wolfmountaingroup.org.
>
> So how many 'FFS' filesystems does that make now? Why not ForenFS or
> something more unique?
Done. I will leave the GUID numbers the same in the parted sources and
change the name to "ForenFS" in the source tree and efi.[ch]
Jeff
>
> --
> Len Sorensen
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Forensic File System GUID Linux/Windows
2008-06-23 19:22 Forensic File System GUID Linux/Windows jmerkey
2008-06-23 19:50 ` Lennart Sorensen
@ 2008-06-24 19:13 ` H. Peter Anvin
[not found] ` <1861.69.2.248.210.1214405540.squirrel@webmail.wolfmountaingroup.com>
2008-06-30 22:39 ` [ANNOUNCE] Forensic File System GUID Linux/Windows and patches jmerkey
1 sibling, 2 replies; 6+ messages in thread
From: H. Peter Anvin @ 2008-06-24 19:13 UTC (permalink / raw)
To: jmerkey; +Cc: linux-kernel
jmerkey@wolfmountaingroup.com wrote:
> The following GUID is being used in the Wolf Mountain Group, Inc. Forensic
> File System (FFS) for GPT intel EFI partitions. Since there is no central
> registry for EFI GUID's it is posted here for referece for folks who may
> run accross it on Windows Vista, 2003, and 2008 systems running FFS on
> Windows that may be using dual boot with Linux or vmware:
>
> #define PARTITION_FFS_GUID \
> EFI_GUID( 0xBEEFCAFE, 0xFEED, 0x0000, \
> 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01)
>
You would have vastly less probability of accidental collision if you
generated a proper random GUID, for example:
: tazenda 118 ; uuidgen -r
33ae8a9c-441e-4d97-93a3-8561388ce905
-hpa
^ permalink raw reply [flat|nested] 6+ messages in thread[parent not found: <1861.69.2.248.210.1214405540.squirrel@webmail.wolfmountaingroup.com>]
* Re: Forensic File System GUID Linux/Windows
[not found] ` <1861.69.2.248.210.1214405540.squirrel@webmail.wolfmountaingroup.com>
@ 2008-06-25 14:53 ` jmerkey
0 siblings, 0 replies; 6+ messages in thread
From: jmerkey @ 2008-06-25 14:53 UTC (permalink / raw)
To: jmerkey; +Cc: H. Peter Anvin, linux-kernel
>> jmerkey@wolfmountaingroup.com wrote:
>>> The following GUID is being used in the Wolf Mountain Group, Inc.
>>> Forensic
>>> File System (FFS) for GPT intel EFI partitions. Since there is no
>>> central
>>> registry for EFI GUID's it is posted here for referece for folks who
>>> may
>>> run accross it on Windows Vista, 2003, and 2008 systems running FFS on
>>> Windows that may be using dual boot with Linux or vmware:
>>>
>>> #define PARTITION_FFS_GUID \
>>> EFI_GUID( 0xBEEFCAFE, 0xFEED, 0x0000, \
>>> 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01)
>>>
>>
>> You would have vastly less probability of accidental collision if you
>> generated a proper random GUID, for example:
>>
>> : tazenda 118 ; uuidgen -r
>> 33ae8a9c-441e-4d97-93a3-8561388ce905
>>
>> -hpa
>
Thanks. Good advice. What we really need is someone to maintain a
central registry for UUID generation for EFI and GPT based ID's. Since
drives are getting bigger and bigger, GPT is probably going to be the
standard 5 years from now, so sooner is better than later. I will
regenerate a new UUID using these tools and update the software.
Thanks for the help.
:-)
Jeff
>
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [ANNOUNCE] Forensic File System GUID Linux/Windows and patches
2008-06-24 19:13 ` H. Peter Anvin
[not found] ` <1861.69.2.248.210.1214405540.squirrel@webmail.wolfmountaingroup.com>
@ 2008-06-30 22:39 ` jmerkey
1 sibling, 0 replies; 6+ messages in thread
From: jmerkey @ 2008-06-30 22:39 UTC (permalink / raw)
To: linux-kernel; +Cc: jmerkey
The following GUID is being used in the Wolf Mountain Group, Inc.
Forensic File System (FFS) for GPT intel EFI partitions. Since there is no
central registry for EFI GUID's it is posted here for referece for folks
who may run across it on Windows Vista, 2003, and 2008 systems running
ForenFS on Windows that may be using dual boot with Linux or vmware:
#define PARTITION_FORENFS_GUID \
EFI_GUID(0x83968a41, 0x5fe6, 0x4f9e, \
0x91, 0x11, 0x52, 0xcf, 0x82, 0x8c, 0x51, 0x0a)
As per Peter Anvin's suggestion, uuidgen -r was used to regenerate the
uuid value for the Forensic Filesystem and I have updated the Windows code
base to reflect this change. As per Lennart Sorensen's suggestion, the
FS name has been changed to "ForenFS" to avoid yet another driver named
"ffs".
The following patches, utilities, etc. are being posted to support Linux
accessing these partitions under EFI GPT.
ftp://ftp.wolfmountaingroup.org/pub/parted/parted-1.8.8-forenfs-06-30-08.patch
ftp://ftp.wolfmountaingroup.org/pub/parted/parted-1.8.8-forenfs.tar.gz
ftp://ftp.wolfmountaingroup.org/pub/parted/parted-1.8.8.tar.gz
EFI GPT changes to Linux to detect these partitions are in the attached patch
ftp://ftp.wolfmountaingroup.org/pub/forenfs/forenfs-2.6.18-el5-06-30-08.patch
Jeffrey Vernon Merkey
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-06-30 22:51 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-23 19:22 Forensic File System GUID Linux/Windows jmerkey
2008-06-23 19:50 ` Lennart Sorensen
2008-06-23 20:07 ` jmerkey
2008-06-24 19:13 ` H. Peter Anvin
[not found] ` <1861.69.2.248.210.1214405540.squirrel@webmail.wolfmountaingroup.com>
2008-06-25 14:53 ` jmerkey
2008-06-30 22:39 ` [ANNOUNCE] Forensic File System GUID Linux/Windows and patches jmerkey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox