Recognise Linux filesystems.

Submitted by:	remy
This commit is contained in:
Jordan K. Hubbard 1995-01-14 02:26:07 +00:00
parent 0301b28935
commit 49f7c177f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5576
2 changed files with 6 additions and 4 deletions

View File

@ -152,10 +152,11 @@ struct part_type
,{0x75, "PCIX"}
,{0x80, "Minix 1.1 ... 1.4a"}
,{0x81, "Minix 1.4b ... 1.5.10"}
,{0x82, "Linux"}
,{0x82, "Linux swap"}
,{0x83, "Linux filesystem"}
,{0x93, "Amoeba filesystem"}
,{0x94, "Amoeba bad block table"}
,{0xA5, "386BSD"}
,{0xA5, "FreeBSD/NetBSD/386BSD"}
,{0xB7, "BSDI BSD/386 filesystem"}
,{0xB8, "BSDI BSD/386 swap"}
,{0xDB, "Concurrent CPM or C.DOS or CTOS"}

View File

@ -152,10 +152,11 @@ struct part_type
,{0x75, "PCIX"}
,{0x80, "Minix 1.1 ... 1.4a"}
,{0x81, "Minix 1.4b ... 1.5.10"}
,{0x82, "Linux"}
,{0x82, "Linux swap"}
,{0x83, "Linux filesystem"}
,{0x93, "Amoeba filesystem"}
,{0x94, "Amoeba bad block table"}
,{0xA5, "386BSD"}
,{0xA5, "FreeBSD/NetBSD/386BSD"}
,{0xB7, "BSDI BSD/386 filesystem"}
,{0xB8, "BSDI BSD/386 swap"}
,{0xDB, "Concurrent CPM or C.DOS or CTOS"}