mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:12:57 +00:00
[FFS] Remove the FFS/UFS driver
The upstream driver is not maintained and the file system itself
is in a semi-abandoned state.
Originally imported at 3a3ef631d1
The driver is written by Lee Jae-Hong, updated by Bo Brantén.
ReactOS porting made by Peter Hater and Pierre Schweitzer.
Follow updates at http://www.acc.umu.se/~bosse/
FS Recognizer code is left to keep the FS support as an
installable driver.
CORE-11040
This commit is contained in:
parent
2e2190df57
commit
49cfac17c5
55 changed files with 3 additions and 27097 deletions
|
@ -142,7 +142,6 @@ static FILE_SYSTEM RegisteredFileSystems[] =
|
|||
{ L"EXT2" , Ext2Format, Ext2Chkdsk },
|
||||
{ L"EXT3" , Ext2Format, Ext2Chkdsk },
|
||||
{ L"EXT4" , Ext2Format, Ext2Chkdsk },
|
||||
{ L"FFS" , FfsFormat , FfsChkdsk },
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue