mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2025-10-30 05:18:31 -05:00
updated the readme file
This commit is contained in:
13
README.md
13
README.md
@@ -4,28 +4,27 @@ About
|
|||||||
|
|
||||||
This is a branch of the Ext2Fsd project by Matt Wu where I try to implement support for metadata
|
This is a branch of the Ext2Fsd project by Matt Wu where I try to implement support for metadata
|
||||||
checksums and jbd2. I have also updated the project so it can be compiled with Visual Studio 2017
|
checksums and jbd2. I have also updated the project so it can be compiled with Visual Studio 2017
|
||||||
and Visual Studio 2019. This is work in progress. If you need a stable driver you should get the
|
and Visual Studio 2019.
|
||||||
latest official release from http://www.ext2fsd.com.
|
|
||||||
The current status of the development is that all metadata checksums is implemented and jbd2 is
|
The current status of the development is that all metadata checksums is implemented and jbd2 is
|
||||||
ported to support 64-bit blocknumbers.
|
ported to support 64-bit blocknumbers.
|
||||||
The driver is now ready to be tested!
|
The driver is now ready to be tested!
|
||||||
This work is dedicated to my mother Berit Ingegerd Branten.
|
This work is dedicated to my mother Berit Ingegerd Branten.
|
||||||
Bo Branten <bosse@acc.umu.se>
|
Bo Branten <bosse@accum.se>
|
||||||
|
|
||||||
|
|
||||||
Test
|
Test
|
||||||
----
|
----
|
||||||
|
|
||||||
To test this driver run one of the installation programs:
|
To test this driver run one of the installation programs:
|
||||||
http://www.acc.umu.se/~bosse/ext2fsd/0.70/Ext2Fsd-0.70b3w10-setup.exe for Windows 8 - Windows 10.
|
http://www.accum.se/~bosse/ext2fsd/0.70/Ext2Fsd-0.70b3w10-setup.exe for Windows 8 - Windows 10.
|
||||||
http://www.acc.umu.se/~bosse/ext2fsd/0.70/Ext2Fsd-0.70b3xp-setup.exe for Windows XP - Windows 7.
|
http://www.accum.se/~bosse/ext2fsd/0.70/Ext2Fsd-0.70b3xp-setup.exe for Windows XP - Windows 7.
|
||||||
If you compile the driver yourself you only need to run the installation program once, then you can
|
If you compile the driver yourself you only need to run the installation program once, then you can
|
||||||
copy your driver file over the old in \windows\system32\drivers.
|
copy your driver file over the old in \windows\system32\drivers.
|
||||||
Now you can read and write ext4 filesystems using the new features metadata checksums and 64-bit
|
Now you can read and write ext4 filesystems using the new features metadata checksums and 64-bit
|
||||||
blocknumbers from Windows.
|
blocknumbers from Windows.
|
||||||
(sorry I can not sign drivers so you need to turn of Windows checking for that during testing)
|
(sorry I can not sign drivers so you need to turn of Windows checking for that during testing)
|
||||||
official site: http://www.ext2fsd.com/
|
official site: http://www.ext2fsd.com/
|
||||||
my site: http://www.acc.umu.se/~bosse/
|
my site: http://www.accum.se/~bosse/
|
||||||
|
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
@@ -51,7 +50,7 @@ Active Developers
|
|||||||
KaHo Ng : http://github.com/ngkaho1234
|
KaHo Ng : http://github.com/ngkaho1234
|
||||||
|
|
||||||
Bo Branten : http://github.com/bobranten
|
Bo Branten : http://github.com/bobranten
|
||||||
http://www.acc.umu.se/~bosse
|
http://www.accum.se/~bosse
|
||||||
|
|
||||||
|
|
||||||
Supported Features by Ext4Fsd
|
Supported Features by Ext4Fsd
|
||||||
|
|||||||
Reference in New Issue
Block a user