Introduction
This article is about filesystems support and might be extended to take into account block device technologies too like LVM,RAID, etc.
For now this article assumes that people use GNU/Linux as primary operating system, and ideally fully free distributions. The interaction with nonfree operating systems isn't really taken into account yet in this article.
For instance there are partial implementations of filesystems and/or tools either in GNU/Linux or in nonfree operating systems that can interact badly between both free and nonfree operating systems. For instance:
- ntfsresize in GNU/Linux is known to break prevent recent Windows from booting, so some well known free software graphical tools like Gparted put huge warnings before resizing or moving NTFS partitions.
- Windows have less stable third party free BTRFS drivers that could potentially corrupt data. Since we don't want to run Windows to test we don't know how stable this is in practice.
There are also well known cases where things are mostly fine like with FAT32, Exfat, but people also already know that as these filesystems are usually used to transfer data between many different operating systems or embedded devices (like camera, music players, etc).
Though sometimes older nonfree operating systems have additional limitations (like with FAT32) that limits the file sizes or characters types. And sometimes filesystems made for nonfree operating systems (like FAT32, or Exfat) miss some features like symlinks that are standard under GNU/Linux, which is fine for storing simple files (like documents, music, videos, etc) but that can make them not suitable to install GNU/Linux on them or store code, configuration files, etc.
All that isn't taken into account in this article yet but as shown in the next section, distributions installers already gives hint of what filesystem is best supported.
Choosing a filesystem
Using the default filesystem currently proposed during the installation of your distribution is a good idea. It makes sure that the filesystem is properly integrated and that the distribution trusts it enough (with data integrity, and security[1]) to propose it by default.
For external medias like USB keys and so on, filesystems with unix permissions (like ext4) can also usable by less technical users: gnome-disks has a "Take Ownership..." function [2] that can set the right permissions to make these usable, though "Take Ownership..." could be slow if there are a huge number of files.
General comparison
| Filesystem
|
protection against data corruption
|
Linux status
|
Limitations
|
| Bcachefs
|
Not safe according to Linus Torvalds[3].
|
- Removed from Linux 6.18 in 2025[4].
- Distributions with versions earlier than Linux 6.18 can still use Bcachefs.
- Bcachefs might also still be available in distributions as an external kernel module.
|
|
| btrfs
|
Less safe (status from September 2025)[5], but in another hand it doesn't require regular file system checks, so it may be safer than ext4 if the ext4 filesystem is never checked.
|
maintained
|
|
| ext2
|
Less safe: because there is no journal, data can be corrupted during improper shutdown for instance.
|
maintained
|
|
| ext3
|
|
maintained
|
|
| exfat
|
|
maintained
|
|
| ext4
|
Safest but requires regular filesystem checks[6].
|
maintained
|
|
| NTFS
|
Not safe: no ability to repair the filesystem without nonfree software[7].
|
maintained
|
|
| ReiserFS 3
|
Not safe: fsck can corrupt ReiserFS 3 images[8].
|
- Removed from Linux 6.13 in 2025.[9]
- Distributions with versions earlier than Linux 6.13 can still use ReiserFS 3
|
|
| XFS v4
|
|
- Starts being removed from some GNU/Linux distributions in September 2025[10]
- Will be removed from Linux in September 2030.[11]
|
|
| XFS v5
|
|
maintained
|
|
Creation without root
Sometimes it can be useful to create filesystems without root permissions. This is used to format files that are owned by the user (and not root) with a given filesystem. Some filesystem utilities even enable to populate the filesystem with data coming from a directory and/or store arbitrary files or directories inside the given filesystem without needing to mount the filesystem (which typically requires root permissions in one way or another).
| Filesystem
|
Creation without root
|
Utilities required
|
UUID
|
Label
|
Guix image support
|
| BTRFS
|
mkfs.btrfs -r ./directory [...]
|
|
Yes
|
Yes
|
Yes
|
| exFAT
|
exfatprogs 1.2.9 and exfat-utils 1.4.0 don't seem to support that
|
?
|
Yes
|
Yes
|
No
|
| ext2, ext3, ext4
|
mke2fs -d ./directory [...]
|
|
Yes
|
Yes
|
Yes
|
| F2FS
|
mkfs.f2fs [...] && sload.f2fs -f ./directory [...]
|
|
Yes
|
Yes
|
Yes
|
| FAT12, FAT16, FAT32, VFAT
|
mkfs.msdos [...] && mcopy -bsp -i [...]
|
|
Yes
|
Yes
|
Yes
|
| HFS+
|
Might be possible with hpcopy and hpmkdir
|
|
?
|
?
|
No
|
| JFS
|
jfsutils 1.1.15 don't seem to support that
|
?
|
Yes
|
Yes
|
No
|
| NILFS2
|
nilfsutils 2.2.11 don't seem to support that
|
?
|
?
|
?
|
No
|
| NTFS
|
ntfscp can copy regular files, but it is unclear how to copy directories or other file types (/dev/ nodes, symlinks, etc)
|
|
?
|
?
|
No
|
| XFS
|
Might be possible since xfsprogs 6.17.0 (patch merged in 6.17.0)
|
|
Yes
|
Yes
|
No
|
And for read-only filesystems:
| Filesystem
|
Creation without root
|
Utilities required
|
UUID
|
Label
|
Guix image support
|
| EROFS
|
mkfs.erofs [OPTIONS] /path/to/file.img DIRECTORY
|
|
Yes
|
Yes
|
No
|
| SquashFS
|
mksquashfs ./directory [...]
|
|
No[12]
|
No[12]
|
No
|
And for other things than filesystems:
| patition type
|
Creation without root
|
Utilities required
|
Guix image support
|
| LUKS (v1 and/or v2)
|
May be possible with cryptsetup-reencrypt
|
|
No
|
| swap
|
mkswap --file [...]
|
|
Yes
|
Tools support
| Filesystem
|
"lvresize --resizefs" reduce support
|
"lvresize --resizefs" extend support
|
| BTRFS
|
No
|
Yes
|
| ext2, ext3, ext4
|
Yes
|
Yes
|
| F2FS
|
No
|
No
|
| FAT12, FAT16, FAT32, VFAT
|
No
|
No
|
| JFS
|
No
|
No
|
| NILFS2
|
No
|
No
|
| NTFS
|
No
|
No
|
| XFS
|
No
|
Yes
|
Defaults
The defaults filesystems used are often a good indication of what filesystems are best supported by the distribution.
| Distribution
|
Defaults
|
Comments
|
| Dragora 3.0 beta2
|
| Instal/l method
|
Boot software
|
Default filesystem
|
| Graphical installer
|
BIOS
|
ext3
|
|
In the graphical installer, the "FILE SYSTEM SELECTION" default choice is set to ext3. Beside that there is no defaults for the partitioning.
|
| Dynebolic
|
|
|
| Guix 1.4.0
|
| Install method
|
Boot software
|
Partitions
|
| Graphical installer
|
BIOS
|
bios_grub
|
swap
|
/
|
| not encrypted
|
not encrypted
|
not encrypted
|
| N/A
|
swap
|
ext4
|
|
|
| Hyperbola
|
|
|
| LibreCMC
|
|
|
| Parabola
|
|
|
| ProteanOS
|
|
|
| PureOS 10 (byzantium)
|
| Install method
|
Boot software
|
Partitions
|
| Graphical installer
|
BIOS
|
/boot
|
/
|
| not encrypted
|
LUKS
|
| ext4
|
ext4
|
|
- In the graphical installer, encryption is mandatory when selecting "Erase disk", but it can be avoided when using manual partitioning.
|
| Replicant 6.0
|
|
| Trisquel 10 (nabia)
|
|
| Ututo S
|
|
Filesystems
|
|
Distributions
|
| Dragora 3.0 beta2
|
Dynebolics
|
Guix i686-linux and x86_64-linux (x86 GNU/Linux)
|
Guix i586-gnu (HURD)
|
Hyperbola
|
LibreCMC
|
Parabola
|
ProteanOS
|
PureOS 10 (byzantium)
|
Replicant 6.0
|
Trisquel 11 (aramo)
|
Ututo S
|
| btrfs
|
|
|
|
|
|
|
| Packages and manual installation[14]
|
Yes:
btrfs-progs
|
| Graphical installer
|
|
| Rootfs
|
Yes
|
|
|
| Packages and debootstrap installation[14]
|
Yes:
btrfs-progs
|
| Graphical installer
|
No
|
| Rootfs with the graphical installer
|
No
|
|
|
|
|
| erofs
|
|
|
|
|
Implementation
|
| kernel
|
fuse
|
| Packages
|
Yes:
erofs-utils and linux-libre
|
No
|
| Guix system[13]
|
No
|
No
|
| Installer
|
No
|
No
|
|
|
|
|
|
|
|
|
|
|
Implementation
|
| kernel
|
fuse
|
| Packages
|
Yes:
erofs-utils and linux-libre
|
No
|
| Rootfs
|
?
|
No
|
|
|
| exfat
|
| Packages
|
No
|
| Rootfs with the graphical installer
|
No
|
|
|
|
|
|
|
|
|
|
|
|
Implementation
|
| kernel
|
fuse
|
| Internal partitions
|
No
|
Yes
|
| Rootfs
|
No
|
No
|
| MicroSD card
|
No
|
Yes
|
|
|
|
| ext2
|
|
|
|
|
|
|
|
|
|
|
|
|
| ext3
|
|
|
|
|
|
|
|
|
|
|
|
|
| ext4
|
|
|
| Packages
|
Yes:
e2fsprogs
|
| Guix system[13]
|
Yes
|
| Installer
|
Yes
|
| Rootfs
|
Yes
|
|
|
| Packages and manual installation[14]
|
Yes: e2fsprogs
|
| Rootfs
|
Yes
|
|
|
| Packages and manual installation[14]
|
Yes:
e2fsprogs
|
| Graphical installer
|
|
| Rootfs
|
Yes
|
|
|
| Packages and debootstrap installation[14]
|
Yes:
e2fsprogs
|
| Graphical installer
|
Yes
|
| Rootfs with the graphical installer
|
Yes
|
|
| Internal partitions
|
Yes
|
| Rootfs
|
Yes
|
| MicroSD card
|
No[17]
|
|
| Packages and debootstrap installation[14]
|
Yes:
e2fsprogs
|
| Graphical installer
|
|
| Rootfs
|
Yes
|
|
|
| f2fs
|
| Packages
|
No
|
| Rootfs with the graphical installer
|
No
|
|
|
|
|
|
|
| Packages and manual installation[14]
|
Yes:
f2fs-tools
|
| Graphical installer
|
|
| Rootfs
|
Yes
|
|
|
| Packages and debootstrap installation[14]
|
Yes:
f2fs-tools
|
| Graphical installer
|
No
|
| Rootfs with the graphical installer
|
No
|
|
| Internal partitions
|
Yes
|
| Rootfs
|
?
|
| MicroSD card
|
Yes[18]
|
|
|
|
| fat
|
|
|
|
|
|
|
|
|
| Packages
|
Yes:
dosfstools,
mtools
|
| Graphical installer
|
Yes
|
| Rootfs with the graphical installer
|
Broken[19]
|
|
| Internal partitions
|
Yes
|
| Rootfs
|
No
|
| MicroSD card
|
Yes
|
|
|
|
| hfs
|
| Packages
|
No
|
| Rootfs with the graphical installer
|
No
|
|
|
No[20]
|
|
No[21]
|
|
No[22]
|
|
| Packages
|
Yes:
hfsutils
|
| Graphical installer
|
No
|
| Rootfs with the graphical installer
|
No
|
|
No[23]
|
| Packages
|
Yes:
hfsutils
|
| Graphical installer
|
?
|
| Rootfs with the graphical installer
|
?
|
|
|
| hfs+
|
| Packages
|
No
|
| Rootfs with the graphical installer
|
No
|
|
|
No[24]
|
|
No[25]
|
|
No[26]
|
|
| Packages
|
Yes:
hfsplus
|
| Graphical installer
|
No
|
| Rootfs with the graphical installer
|
No
|
|
No[27]
|
| Packages
|
Yes:
hfsplus
|
| Graphical installer
|
?
|
| Rootfs with the graphical installer
|
?
|
|
|
| jfs
|
| Packages
|
No
|
| Rootfs with the graphical installer
|
No
|
|
|
| Packages
|
Yes:
jfsutils
|
| Guix system[13]
|
Yes
|
| Installer
|
Yes
|
| Rootfs
|
Yes
|
|
|
|
|
|
|
| Packages
|
Yes:
jfsutils
|
| Graphical installer
|
No
|
| Rootfs with the graphical installer
|
No
|
|
|
|
|
| minix
|
|
|
|
|
|
|
|
|
| Packages
|
Yes:
util-linux
|
| Graphical installer
|
Yes
|
| Rootfs with the graphical installer
|
Broken[28]
|
|
|
|
|
| nilfs2
|
| Packages
|
No
|
| Rootfs with the graphical installer
|
No
|
|
|
|
|
|
|
|
|
| Packages
|
Yes:
nilfs-tools
|
| Graphical installer
|
No
|
| Rootfs with the graphical installer
|
No
|
|
|
|
|
| ntfs
|
| Packages
|
Yes:
tools/ntfs-3g
|
| Rootfs with the graphical installer
|
No
|
|
|
|
|
|
|
|
|
|
|
Implementation
|
| kernel
|
fuse
|
| Packages
|
|
Yes:
ntfs-3g
|
| Graphical installer
|
No[31]
|
Yes
|
| Rootfs with the graphical installer
|
|
Broken[32]
|
|
|
|
|
| reiser4
|
|
|
| Kernel
|
No[33]
|
| Packages
|
No
|
| Graphical installer
|
No
|
| Rootfs with the graphical installer
|
No
|
|
|
|
|
| Kernel
|
No[33]
|
| Packages
|
No
|
| Graphical installer
|
|
| Rootfs
|
|
|
|
| Kernel
|
No[33]
|
| Packages
|
Yes: reiser4progs
|
| Graphical installer
|
No
|
| Rootfs with the graphical installer
|
No
|
|
|
|
|
| reiserfs
|
| Kernel
|
Until 2025[9]
|
| Packages
|
No
|
| Rootfs with the graphical installer
|
No
|
|
|
| Kernel
|
Until 2025[9]
|
| Packages
|
No
|
| Graphical installer
|
No
|
| Rootfs with the graphical installer
|
No
|
|
|
|
|
| Kernel
|
Until 2025[9]
|
| Packages
|
No
|
| Graphical installer
|
|
| Rootfs
|
|
|
|
| Kernel
|
Until 2025[9]
|
| Packages
|
Yes:
reiserfsprogs
|
| Graphical installer
|
No
|
| Rootfs with the graphical installer
|
No
|
|
|
|
|
| XFS v4
|
|
|
|
|
|
|
|
|
|
|
| Kernel
|
Linux-image-generic has 'CONFIG_XFS_SUPPORT_V4=y', In Linux until 2030[11]
|
| Packages
|
Yes
|
| Rootfs with the graphical installer
|
?
|
|
|
| XFS v5
|
|
|
| Packages
|
Yes:
xfsprogs
|
| Guix system[13]
|
Yes
|
| Installer
|
Yes
|
| Rootfs
|
Yes
|
|
|
|
|
|
|
| Packages
|
Yes:
xfsprogs,
xfsdump
|
| Graphical installer
|
No
|
| Rootfs with the graphical installer
|
No
|
|
|
|
|
|
|
Dragora 3.0 beta2
|
Dynebolics
|
Guix i686-linux and x86_64-linux (x86 GNU/Linux)
|
Guix i586-gnu (HURD)
|
Hyperbola
|
LibreCMC
|
Parabola
|
ProteanOS
|
PureOS 10 (byzantium)
|
Replicant 6.0
|
Trisquel 11 (aramo)
|
Ututo S
|
| Distributions
|
More detailed Guix status
Guix has many areas where only some filesystems are supported. Because of that making a more detailed status about that is interesting.
| Filesystems
|
guix system: operating-system: file-systems
|
guix system image
|
| btrfs
|
yes:rootfs
|
Yes
|
| ext2
|
Yes
|
Yes
|
| ext3
|
Yes
|
Yes
|
| ext4
|
yes:rootfs
|
Yes
|
| F2FS
|
yes:rootfs
|
No
|
| FAT16
|
Yes
|
Yes
|
| FAT32
|
Yes
|
Yes
|
| JFS
|
yes:rootfs
|
No
|
| XFS
|
yes:rootfs
|
No
|
Block device layer
|
|
Distributions
|
| Dragora
|
Dynebolics
|
Guix i686-linux and x86_64-linux (x86 GNU/Linux)
|
Guix i586-gnu (HURD)
|
Hyperbola
|
LibreCMC
|
Parabola
|
ProteanOS
|
PureOS 10 (byzantium)
|
Replicant 6.0
|
Trisquel 11 (aramo)
|
Ututo S
|
| dmraid
|
|
|
|
|
|
|
|
|
|
|
|
|
| LDM[35]
|
|
|
|
|
|
|
|
|
|
|
|
|
| LUKS 1
|
|
|
|
|
|
|
| Packages and manual installation[14]
|
Yes:
cryptsetup
|
| Graphical installer
|
|
| Rootfs
|
Yes
|
|
|
Yes
|
|
Yes
|
|
| LUKS 2
|
|
|
|
|
|
|
| Packages and manual installation[14]
|
Yes:
cryptsetup
|
| Graphical installer
|
|
| Rootfs
|
Yes but requires a /boot as GRUB only has partial LUKS2 support
|
|
|
Yes
|
|
Yes
|
|
| md RAID (with mdadm)
|
|
|
|
|
|
|
|
|
|
|
|
|
| LVM2
|
|
|
|
|
|
|
| Packages and manual installation[14]
|
Yes:
lvm2
|
| Graphical installer
|
|
| Rootfs
|
Yes
|
|
|
Yes
|
|
Yes
|
|
| nonraid[36]
|
|
|
|
|
|
|
|
|
|
|
|
|
Upstream projects
Filesystems for block devices
This list support for filesystems for block devices (hard disks, SSD, etc). Note that the support could be read-only, partial or not builtin the kernel or bootloader package provided by the distributions you use. For FUSE it might not have any package for the distribution you use.
This can for instance be used to quickly check if a given filesystem may work when installing GNU/Linux on an ARM computer with a given bootloader.
If for instance the distribution package for u-boot doesn't support the filesystem you want to use, you could consider sending a patch to add it directly in the configuration provided by u-boot itself, to make sure all the distributions you could want to use (including in the future) has the change you need. This also lowers the cost of maintaining this change.
| Project
|
Version
|
AFFS
|
AFS
|
BFS
|
BTRFS
|
EXFAT
|
EXT2
|
EXT4
|
FAT
|
F2FS
|
NILFS2
|
NTFS
|
XFS v5
|
ZFS
|
| Bootloaders
|
| GRUB
|
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
| u-boot
|
|
No
|
No
|
No
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
No
|
No
|
No
|
No
|
Yes
|
| Kernels
|
| Hurd
|
|
?
|
?
|
?
|
?
|
?
|
Yes
|
?
|
Yes
|
?
|
?
|
?
|
?
|
?
|
| Linux
|
|
Yes
|
?
|
?
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
No
|
| API
|
| FUSE
|
|
?
|
?
|
?
|
Yes[37]
|
Yes[38]
|
?
|
Yes[39]
|
Yes[40]
|
No[41]
|
No[42]
|
Yes[43]
|
?
|
?
|
Read-only filesystems for block devices
This list support for filesystems for block devices (hard disks, SSD, etc).
| Project
|
Version
|
CRAMFS
|
EROFS
|
SquashFS
|
| Bootloaders
|
| GRUB
|
|
No
|
Yes
|
Yes
|
| u-boot
|
|
Yes
|
Yes
|
Yes
|
| Kernels
|
| Hurd
|
|
?
|
?
|
?
|
| Linux
|
|
Yes
|
Yes
|
Yes
|
| API
|
| FUSE
|
|
?
|
Yes[44]
|
?
|
References
-
↑ See the Unmaintained filesystems as a threat vector lwn.net article for more details.
-
↑ It is at least present in PureOS 10 (byzantium), Trisquel 11 (aramo) and Guix, so it is probably available everywhere. To use it, once gnome-disks is launched, you need to select the right partition, and then find a button with some gears and click on it, it will show a menu with the "Take Ownership..." option.
-
↑ https://web.archive.org/web/20240422185730/https://lore.kernel.org/lkml/CAHk-=whDuqyVC6xMkOnNt2EeTd-s4uqa3sYghj5UzkELFW2bpw@mail.gmail.com/
-
↑ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f2c61db29f27
-
↑ According to the Bcachefs maintainer, the 30 August 2025, "btrfs is still eating filesystems - they may be better than they were, but I still see reports regularly, and they don't seem to be taking reliability seriously"
-
↑ Big disks tend to not be perfect and that create file system corruptions. Ext4 has been designed for that in mind, and it requires users to somewhat regularely check the ext4 file system (with fsck or graphical tools or at boot) to repair data once it is corrupted. If users wait too long the data can be corrupted beyond repair.
-
↑ From the ntfsfix manual: "ntfsfix is a utility that fixes some common NTFS problems. ntfsfix is NOT a Linux version of chkdsk. It only repairs some fundamental NTFS inconsistencies, resets the NTFS journal file and schedules an NTFS consistency check for the first boot into Windows.". This means that there are many things that ntfsfix can't repair and repairing these requires Windows (chksdk is Windows's equivalent of fsck).
-
↑ https://en.wikipedia.org/wiki/ReiserFS#fsck
-
↑ 9.09.19.29.39.4
The Linux kernel documentation for the REISERFS_FS option tells that:
Reiserfs is deprecated and scheduled to be removed from the kernel
in 2025. If you are still using it, please migrate to another
filesystem or tell us your usecase for reiserfs.
In practice it is not available anymore since Linux 6.13, so if you need to migrate your data, you will need to use in one way or another Linux 6.12 or earlier. kenrel.org lists the versions currently maintained and it is also possible to install (older) GNU/Linux distributions that ship a Linux version earlier than 6.13.
-
↑ According to the Linux XFS driver documentation, "[Support for mounting V4 filesystems] will default to yes until September 2025". This means that some distributions that use the defaults will most likely end up disabling support for XFS v4.
-
↑ 11.011.1 According to the Linux XFS driver documentation, "In September 2030, support [for XFS v4] will be removed from the codebase entirely [in Linux]"
-
↑ 12.012.1 https://github.com/plougher/squashfs-tools/issues/59
-
↑ 13.0013.0113.0213.0313.0413.0513.0613.0713.0813.0913.1013.11 This tells if that filesystem can be used in a system.scm system definition.
-
↑ 14.0014.0114.0214.0314.0414.0514.0614.0714.0814.0914.1014.11 Since users simply run commands manually during the manual installation, they can easily use the (packaged) tools to create new filesystems and add them to /etc/fstab for automatic mounting.
-
↑ The installation fails with an error.
-
↑ 16.016.1 There is no HURD installer yet.
-
↑ After creating the rootfs with mkfs.ext4 from Guix, in Replicant, it says "Corrupted <vendor> SD card" in the notification bar.
-
↑ We can easily view the card content with "File Manager". It also detects a new MicroSD card when it is just formatted.
-
↑ The installation fails with an error.
-
↑ There is no hfsutils package.
-
↑ There is no hfsutils package.
-
↑ There is no hfsutils package.
-
↑ There is no hfsutils repository in the manifest.
-
↑ There is no hfsprogs package.
-
↑ There is no hfsprogs package.
-
↑ There is no hfsprogs package.
-
↑ There is no hfsprogs repository in the manifest.
-
↑ The installation fails with an error.
-
↑ The graphical installer complains about some UUID related issue
-
↑ In the graphical installer, the installation fails with: "The installer has encountered an unexpected problem. [...]", and we then get a stacktrace. If we manually install with the same system.scm we'd probably get the exact same stacktrace.
-
↑ Once installed, the rootfs is mounted with FUSE and ntfs-3g.
-
↑ The installation succeeds, but then sudo and policykit are broken due to wrong permissions. So users can't install any software. It's also a very bad idea to use NTFS since there is at the time of writing no way to safely repair corrupted NTFS filesystems with free software: The only tools we have are in ntfs-3g and they are way too experimental and dangerous so they are probably not shipped by any distribution.
-
↑ 33.033.133.2 According to the reiser 4 wiki, upstream Linux has no reiser4 support.
-
↑ Linux has "Windows Logical Disk Manager (Dynamic Disk) support", but it only support the format until Windows Vista with MBR only. This was verified by reading the Linux driver in Linux 6.18-rc6.
-
↑ https://github.com/qvr/nonraid
-
↑ See btrfs-fuse. It seems serious enough to be packaged in some (nonfree) distributions like EPEL or Fedora.
-
↑ See the
fuse-exfat package for more details.
-
↑ See ext4fuse. It seems serious enough to be packaged in some (nonfree) distributions like Aur, Homebrew, Macports, and Nix.
-
↑ See the
fusefat or
fusefat PureOS and Trisquel packages for more details
-
↑ There is nothing on repology.org. A quick search on a search engine didn't find anything either.
-
↑ There is nothing on repology.org. A quick search on a search engine didn't find anything either.
-
↑ See the
ntfs-3g package for more details.
-
↑ See
erofsfuse.