Ext2Fsd: Difference between revisions

Content deleted Content added
m Use Free and open-source software portal name (via WP:JWB)
Bender the Bot (talk | contribs)
m top: HTTP to HTTPS for SourceForge
 
(24 intermediate revisions by 21 users not shown)
Line 1:
{{Cleanup bare URLs|date=August 2022}}
{{Infobox software
| logo =
| name = Ext2Fsd
| logo caption =
| title =
| logo_size =
| logo =
| logo_alt =
| logo caption =
| screenshot = <!-- Image name is enough -->
| logo_size =
| caption =
| logo_alt =
| screenshot_size =
| screenshot = <!-- Image name is enough -->
| screenshot_alt =
| caption =
| author = Matt Wu
| screenshot_size =
| developer = Matt Wu
| screenshot_alt =
| released = {{Start date and age|2002|01|26}}
| author = Matt Wu
| discontinued = yes
| developer = Matt Wu
| latest release version = 0.69 <ref name="latestrelease">{{cite web |url=http://www.ext2fsd.com/?p=236 |archive-url=https://web.archive.org/web/20190125125212/http://www.ext2fsd.com/?p=236 |url-status=usurped |archive-date=2019-01-25 |title=Ext2Fsd 0.69 released ! |date=2018-01-13}}</ref>
| released = {{Start date and age|2002|01|26}}
| latest release date = {{Start date and age|2017|11|2}}
| discontinued =
| latest release version = 0.69 <ref name="latestrelease">{{cite web |url=http://www.ext2fsd.com/?p=236 |title=Ext2Fsd 0.69 released ! |date=2018-01-13}}</ref>
| latest release date = {{Start date and age|2017|11|2}}
| latest preview version =
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| programming language = [[C (programming language)|C]]<ref>http://www.ohloh.net/p/ext2fsd</ref>
| status = active
| operating system = [[Microsoft Windows]]
| programming language = [[C (programming language)|C]]<ref>http://www.ohloh.net/p/ext2fsd</ref>
| platform =
| operating system = [[Microsoft Windows]]
| size =
| platform =
| language = [[English language|English]], [[Simplified Chinese]]
| size =
| language count = <!-- DO NOT include this parameter unless you know what it does -->
| language = [[English language|English]], [[Simplified Chinese]]
| language footnote =
| language count = <!-- DO NOT include this parameter unless you know what it does -->
| genre = [[Installable File System]]
| language footnote =
| license = [[GNU General Public License#Version 2|GNU GPL v2]]
| genre = [[Installable File System]]
| repo = {{URL|https://github.com/matt-wu/Ext3Fsd}}
| license = [[GNU General Public License#Version 2|GNU GPL v2]]
| website = {{URLusurped|1=[https://web.archive.org/web/20240805114013/https://www.ext2fsd.com/ Archive of the original website]}}
| repo = {{URL|https://github.com/matt-wu/Ext3Fsd}}
}}
'''Ext2Fsd''' (short for '''Ext2 File System Driver''') is a [[free and open-source software|free]] [[Installable File System]] driver written in [[C (programming language)|C]] for the [[Microsoft Windows]] operating system family. It facilitates read and write access to the [[ext2]], [[ext3]] and [[ext4]] [[file system]]s.
 
The driver can be installed on [[Windows 2000]], [[Windows XP]], [[Windows Server 2003]], [[Windows Vista]], [[Windows 7]], [[Windows 8]],<ref>{{cite web |url=https://www.phoronix.com/scan.php?page=news_item&px=MTcyMjg |title=Ext2Fsd: EXT3/EXT4 Support Now Works On Windows 8 |date=2014-06-19}}</ref> [[Windows 10]], [[Windows Server 2008]], [[Windows Server 2008 R2]].<ref name="latestrelease" /> Support for [[Windows NT]] was dropped in version 0.30.<ref>{{cite web |url=httphttps://ext2fsd.sourceforge.net/index.htm |title=Ext2fsd|date=2009-07-27}}</ref>
 
The program ''Ext2Mgr'' can optionally be installed additionally to manage drive letters and such. Since the final release in 2017, no further updates have been made to Ext2Fsd. The official website succumbed to [[link rot]] in 2024.
 
== Reception ==
Line 57 ⟶ 55:
|}
 
===Supported Ext3/4 features===

Source:<ref name="latestrelease" />===
 
* flexible [[inode]] size: > 128 bytes, up to [[Block (data storage)|block]] size
* dir_index: [[HTree|htree]] directory index
Line 71 ⟶ 72:
 
===Unsupported Ext3/4 features===
* 64BIT mode (to support 2^64 blocks)
* journal: log-based operations, external journal
* [[Extended file attributes]] (EA), [[Access control list]] (ACL) support
Line 77 ⟶ 79:
* Extents management improvement
* EA and ACL security checking
 
== Critical Bug ==
 
On November 2, 2017, a warning was issued with the release of version 0.69:
<blockquote>Don't use Ext2Fsd 0.68 or earlier versions with latest Ubuntu or Debian systems. Ext2Fsd 0.68 cannot process EXT4 with 64-BIT mode enabled, then it could corrupt your data. Very sorry for this disaster issue, I'm working on an improvement.<ref name="latestrelease" /></blockquote>
While it is not very clear whether v0.69 corrects this deficiency, users have reported <ref>{{Cite web|url=https://sourceforge.net/p/ext2fsd/discussion/143329/thread/ae5685f415/?limit=25#dd5d|title=Ext2 File System Driver for Windows / Discussion / Ext2Fsd: You need to format the disk in drive before you can use it|website=sourceforge.net|access-date=2019-10-07}}</ref> that Windows 10 prompts them to format the ext4 drive even with the 0.69 version. The known solution is to convert the said ext4 drive to a 32 bit version.<ref>{{Cite web|url=https://sourceforge.net/p/ext2fsd/discussion/143329/thread/ae5685f415/#dd5d|title=Ext2 File System Driver for Windows / Discussion / Ext2Fsd: You need to format the disk in drive before you can use it|website=sourceforge.net|access-date=2019-10-07}}</ref>
 
==See also ==
Line 91 ⟶ 99:
 
==External links==
*{{usurped|1=[https://web.archive.org/web/20240805114013/https://www.ext2fsd.com/ Archive of the original website]}}
*{{Official website|www.ext2fsd.com}}
*[http://ext2fsd.sourceforge.net/index.htm Old website]
*{{SourceForge|ext2fsd|Ext2 File System Driver for Windows}}
 
 
[[Category:Free software programmed in C]]