45

I want to use ext4 on my external HDD, but it must be cross-platform. (At least Linux, Win7 & WinXP).

Unfortunately, I haven't found any proper driver allowing Windows to WRITE to ext4. I've found Ext2Fsd, but it only reads ext4.

9. ext4 extent read-only, no size truncating and expanding support

More:

Supported Ext3/4 features:

  • flexible inode size: > 128 bytes, up to block size
  • dir_index: htree directory index
  • filetype: extra file mode in dentry
  • large_file: > 4G files supported
  • sparse_super: super block backup in group descriptor
  • uninit_bg: fast fsck and group checksum
  • extent: reading, writing with no extending.
  • journal: only support replay for internal journal

Unsupported Ext3/4 features:

  • journal: log-based operations, external journal
  • extent: size truncating & expanding, file deletion
  • flex_bg: first metadata group
  • EA (extended attributes), ACL support

Also, I have found a patch for Ext4Fsd v0.50 (here):

New: Matt Wu has made a new release 0.50 at ext2fsd.com. Ext2fsd-0.48-bb8-signed Support for ext4 extents and fix for BSOD on Windows 7.

I don't think it will be safe. Also I've read some words about writing ext4 in Windows could cause data loss on the disk...

What is the External HDD used for? - First, it will store backups, then family movies, pictures. Some music, and etc. It will be connected to a Raspberry Pi, if I finally receive it. It won't really move, just when it is used to migrate computer's data to a new one. The largest files it will store are Clonezilla disk images (I don't know, if they will be large files or not).

Can someone provide a solution for this problem? Or is there NO important enough difference between ext4 and ext3, and I should use ext3? - (If yes, then can I use Ext2Fsd for that ext3 mount?)

Thank you!

7
  • 4
    Have a look at this page. I don't think that using ext4 for an external hard drive is worth the headache. Why do you not want NTFS or FAT32? Do you need support for huge files?
    – terdon
    Commented Aug 23, 2012 at 15:20
  • Thank you for the link. I forgot add the situation, and aim of the External HDD. Added to the question now. Otherwise, what size do you mean in large files?
    – antivirtel
    Commented Aug 23, 2012 at 17:01
  • I agree with terdon. Make the drive NTFS and it will be compatible with most OSs out there.
    – Keltari
    Commented Aug 23, 2012 at 17:26
  • 1
    One of the many limitations of FAT32 is that it cannot deal with files larger than 4GB. NTFS (16 EB) and ext4 (16 TB) do not have that limitation.
    – terdon
    Commented Aug 24, 2012 at 3:54
  • 2
    Neither the linked duplicate nor the accepted answer actually answer this question. Commented Jul 3, 2020 at 16:08

3 Answers 3

5

I would use NTFS instead. It can easily be read/written to by Linux, Windows and OS X (among others).

Considering the intended use and the fact that it is an external drive, I see no reason why you should go through the hassle that using ext4 will be.

If this were your primary hard drive, perhaps the advantages of ext4 (briefly, less drive fragmentation and slightly improved performance, for more information see here) would be worthwhile. I doubt you will even notice a difference on an external USB drive. The bottleneck will be the rate of data transfer over the USB cable.

For most users, the only obvious benefit of ext4 over NTFS is that ext4 allows file names with special characters (? & % etc). Such file names, however, are both a bad idea and of no particular interest to you.


EDIT: In answer to B. Roland's question about defragmenting, yes, there are two ways I know of to defragment an NTFS drive under linux. One is an open source tool called shake. I haven't used it but it seems to work. The other is simply copying all data from the external drive, deleting everything from the drive and then copying everything back. Finally, since your drive will also be accessed under windows you can use the windows defragmenter.

I think, however, that you are attaching way too much importance to drive defragmentation. Have a look here for a simple explanation of fragmentation. Briefly, a fragmented drive is one where the files on the drive are not stored in contiguous blocks but spread out across the drive. This is usually caused by changing a file's size after it has been written. So, say you save a 1 MB file on your drive. You then modify the file and its size goes up to 20 MB. If there is not enough free space at the position where the file was created, this extra data will be written to a different part of the hard drive. In other words, the file will be fragmented.

This kind of thing is not likely to occur very often in a drive used for storing "backups, then family movies, pictures. Some music, and etc". Most of these files will never change in size, and therefore, will never fragment the drive.

In addition, even if your drive is fragmented, you don't really care. Fragmentation can be a problem for system drives where you can have many I/O operations per second. In those cases you can notice a decrease in drive performance. As I said before, on an external drive I don't think you will be able to detect this, even if it does happen.

So, in conclusion, you almost certainly will not need to defragment an NTFS formatted external HDD. However, if you really want to, you can do it both in Linux and in Windows.

22
  • 3
    I completely agree. NTFS (and FAT32) are simply the most portable file systems out there.
    – Keltari
    Commented Aug 24, 2012 at 5:45
  • 1
    I disagree that it can be easily read/written by all. There's an overhead to ntfs-3g on *nix.
    – eichoa3I
    Commented May 26, 2013 at 21:05
  • 9
    I did not expect that the (accepted) answer to the question "How to mount read-write an ext4 partition on Windows?" would be to use NTFS instead when clicking on this link from Google. I am in a situation where it is no option to use NTFS, it is ext4. I want to know how to read/write ext4 from windows (thats how I got to this URI). I am not searching for good advice. Though I can imagine this may be the answer to the OPs question. Commented Aug 20, 2015 at 5:31
  • 1
    First, that was not the question. Second, NTFS implements permissions differently than Linux. It runs inefficiently on Linux according to tests by android developers, and it does not support many features such as extended attributes and filetype storage. Commented May 21, 2019 at 23:52
  • 1
    On Raspberry Pi, NTFS performance is very low. For the same disk, NTFS's write speed was about 30MB/s, whereas EXT4's write speed was about 100MB/s. Commented Jul 18, 2020 at 20:56
27

Paragon software offers ExtFS for Windows 2.0 for free for personal use. It allows to read and write ext2 ext3 and ext4 from all Windows OS

http://www.paragon-software.com/home/extfs-windows/

It appears to be somewhat similar to Linux Reader from Diskinternals, that can mount all ext, HFS and ReiserFS too, but read-only.

http://www.diskinternals.com/linux-reader/

8
  • 4
    Is Paragon adware/malware free and completely safe? Have you used it yourself?
    – Rajib
    Commented Nov 18, 2013 at 15:01
  • 3
    The Paragon software is not working for me (ext4 created from Ubuntu 14.04 LTS), on Windows 8 got only read access. When creating a file it crashes with a message informing me that the new file is too big - empty txt file.
    – monnef
    Commented Mar 26, 2015 at 8:50
  • 3
    I went through the pain to download, install and register it. Theyr require an email to send serial to and I used a "10 minute email". Probably spam supported.
    – Gunslinger
    Commented Sep 3, 2015 at 17:38
  • 3
    Paragon isn't working for me: superuser.com/questions/1189512/… Commented Mar 17, 2017 at 1:28
  • 2
    Paragon is no longer working, there is no download link, there is no buy link, they actually ask you to "call their sales team" so that's a big nope. Looks like the only option is going to be linux-reader or windows WSL2
    – Shodan
    Commented Dec 22, 2021 at 7:28
3

If you want to SOME of the features of EXT4, you can use them using tune2fs to add the features to an EXT3 partition. The latest Ext2FSD release notes should list which features you can enable. You may want to read the tune2fs man page, there are some hints on how to handle writing to the filesystem in the header that can be beneficial to set for a backup drive that requires reliability, or to set to the other extreme for a drive containing non-critical files that require fast access and fast read-write times

You don't really need extended attributes and ACLs, and depending on your Linux setup they may not even be active to begin with. Incompatibilities between Windows and Linux on permissions makes it ill-advised to use this feature cross platform, even if supported.

Not the answer you're looking for? Browse other questions tagged .