From: Pierre Schweitzer Date: Sun, 25 Oct 2015 10:17:04 +0000 (+0000) Subject: [EXT2] X-Git-Tag: ReactOS-0.4.0~369 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=2f829daee17507b71349ee1715976b25855cfb1a [EXT2] Import missing parameters for Ext2 driver. This fixes extX volumes being only available in read-only on ReactOS. CORE-10272 #comment Fixed with r69686 svn path=/trunk/; revision=69686 --- diff --git a/reactos/boot/bootdata/hivesys.inf b/reactos/boot/bootdata/hivesys.inf index 1eadc2546b5..3e47f5d80db 100644 --- a/reactos/boot/bootdata/hivesys.inf +++ b/reactos/boot/bootdata/hivesys.inf @@ -1934,6 +1934,11 @@ HKLM,"SYSTEM\CurrentControlSet\Services\Ext2fs","Group",0x00000000,"Boot File Sy HKLM,"SYSTEM\CurrentControlSet\Services\Ext2fs","ImagePath",0x00020000,"system32\drivers\ext2fs.sys" HKLM,"SYSTEM\CurrentControlSet\Services\Ext2fs","Start",0x00010001,0x00000003 HKLM,"SYSTEM\CurrentControlSet\Services\Ext2fs","Type",0x00010001,0x00000002 +HKLM,"SYSTEM\CurrentControlSet\Services\Ext2fs\Parameters","CodePage",0x00000000,"default" +HKLM,"SYSTEM\CurrentControlSet\Services\Ext2fs\Parameters","WritingSupport",0x00010001,0x00000001 +HKLM,"SYSTEM\CurrentControlSet\Services\Ext2fs\Parameters","CheckingBitmap",0x00010001,0x00000000 +HKLM,"SYSTEM\CurrentControlSet\Services\Ext2fs\Parameters","Ext3ForceWriting",0x00010001,0x00000001 +HKLM,"SYSTEM\CurrentControlSet\Services\Ext2fs\Parameters","AutoMount",0x00010001,0x00000001 ; ControlSet selection settings HKLM,"SYSTEM\Select","Current",0x00010001,0x00000001