Group: Software/FSDG distributions/Filesystems
(→Filesystems: Convert PureOS to inner table) |
(→Filesystems: guix: complete installer) |
||
(88 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
This article is about filesystems support and might be extended to take into account block device technologies too like LVM,RAID, etc. | This article is about filesystems support and might be extended to take into account block device technologies too like LVM,RAID, etc. | ||
+ | |||
+ | == 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<ref>See the [https://lwn.net/Articles/939097/ Unmaintained filesystems as a threat vector lwn.net article] for more details.</ref>) to propose it by default. | ||
+ | |||
+ | === Known issues and limitations === | ||
+ | |||
+ | * With NTFS the free software implementation lacks the ability to repair the filesystem without nonfree software, so if you have data in NTFS filesystem it would be a good idea to move it to other filesystems. | ||
+ | |||
+ | * ReiserFS 3 will be removed from Linux in 2025.<ref name="reiserfs-deprecated"> | ||
+ | The Linux kernel documentation for the REISERFS_FS option tells that:<br/> | ||
+ | Reiserfs is deprecated and scheduled to be removed from the kernel<br/> | ||
+ | in 2025. If you are still using it, please migrate to another<br/> | ||
+ | filesystem or tell us your usecase for reiserfs.<br/></ref> | ||
+ | |||
+ | == Defaults == | ||
+ | |||
+ | The defaults filesystems used are often a good indication of what filesystems are best supported by the distribution. | ||
+ | |||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Distribution | ||
+ | ! Defaults | ||
+ | ! Comments | ||
+ | |- | ||
+ | ! Dragora 3.0 beta2 | ||
+ | | | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- | ||
+ | ! 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 | ||
+ | | | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- | ||
+ | ! Install method | ||
+ | ! Boot software | ||
+ | ! colspan=3 | Partitions | ||
+ | |- | ||
+ | ! rowspan=3 | Graphical installer | ||
+ | ! rowspan=3 | BIOS | ||
+ | | bios_grub | ||
+ | | swap | ||
+ | | / | ||
+ | |- | ||
+ | | not encrypted | ||
+ | | not encrypted | ||
+ | | not encrypted | ||
+ | |- | ||
+ | | N/A | ||
+ | | swap | ||
+ | | ext4 | ||
+ | |} | ||
+ | | | ||
+ | |- | ||
+ | ! Hyperbola | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | ! LibreCMC | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | ! Parabola | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | ! ProteanOS | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | ! PureOS 10 (byzantium) | ||
+ | | | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- | ||
+ | ! Install method | ||
+ | ! Boot software | ||
+ | ! colspan=2 | Partitions | ||
+ | |- | ||
+ | ! rowspan=3 | Graphical installer | ||
+ | ! rowspan=3 | 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 == | == Filesystems == | ||
Line 8: | Line 124: | ||
|- bgcolor="#6699ff" | |- bgcolor="#6699ff" | ||
! rowspan=2 | | ! rowspan=2 | | ||
− | ! colspan= | + | ! colspan=12 | Distributions |
|- | |- | ||
− | ! Dragora | + | ! Dragora 3.0 beta2 |
! Dynebolics | ! Dynebolics | ||
− | ! Guix | + | ! Guix i686-linux and x86_64-linux (x86 GNU/Linux) |
+ | ! Guix i586-gnu (HURD) | ||
! Hyperbola | ! Hyperbola | ||
! LibreCMC | ! LibreCMC | ||
Line 19: | Line 136: | ||
! PureOS 10 (byzantium) | ! PureOS 10 (byzantium) | ||
! Replicant 6.0 | ! Replicant 6.0 | ||
− | ! Trisquel | + | ! Trisquel 11 (aramo) |
! Ututo S | ! Ututo S | ||
+ | |- | ||
+ | ! btrfs | ||
+ | | <!-- Dragora --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Dragora|tools/btrfs-progs}}}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{yes}} | ||
+ | |} | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|guix|btrfs-progs}}}} | ||
+ | |- | ||
+ | ! Guix system<ref name="guix-system">This tells if that filesystem can be used in a system.scm system definition.</ref> | ||
+ | | {{yes}} | ||
+ | |- | ||
+ | ! Installer | ||
+ | | {{yes}} | ||
+ | |- | ||
+ | ! Rootfs | ||
+ | | {{yes}} | ||
+ | |} | ||
+ | | <!-- Guix HURD --> | ||
+ | | <!-- Hyperbola --> | ||
+ | | <!-- LibreCMC --> | ||
+ | | <!-- Parabola --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages and manual installation<ref name="manual-installation">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.</ref> | ||
+ | | {{yes|Yes: {{DistroPackage|parabola|btrfs-progs}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | | ||
+ | |- | ||
+ | ! Rootfs | ||
+ | | {{yes}} | ||
+ | |} | ||
+ | | <!-- ProteanOS --> | ||
+ | | <!-- PureOS 10 (byzantium) --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages and debootstrap installation<ref name="manual-installation"></ref> | ||
+ | | {{yes|Yes: {{DistroPackage|pureos|btrfs-progs}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Replicant 6.0 --> | ||
+ | | <!-- Trisquel 11 (aramo) --> | ||
+ | | <!-- Ututo S --> | ||
+ | |- | ||
+ | ! exfat | ||
+ | | <!-- Dragora --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! rowspan=2 | | ||
+ | ! colspan=2 | Implementation | ||
+ | |- | ||
+ | ! kernel | ||
+ | ! fuse | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Guix|exfatprogs}}}} | ||
+ | | {{yes|Yes: {{DistroPackage|Guix|exfat-utils}}}} | ||
+ | |- | ||
+ | ! Installer | ||
+ | | {{no}} | ||
+ | | {{no}} | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | | <!-- Guix HURD --> | ||
+ | | <!-- Hyperbola --> | ||
+ | | <!-- LibreCMC --> | ||
+ | | <!-- Parabola --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! rowspan=2 | | ||
+ | ! colspan=2 | Implementation | ||
+ | |- | ||
+ | ! kernel | ||
+ | ! fuse | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Parabola|exfatprogs}}}} | ||
+ | | {{yes|Yes: {{DistroPackage|Parabola|exfat-utils}}}} | ||
+ | |- | ||
+ | |} | ||
+ | | <!-- ProteanOS --> | ||
+ | | <!-- PureOS 10 (byzantium) --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! rowspan=2 | | ||
+ | ! colspan=2 | Implementation | ||
+ | |- | ||
+ | ! kernel | ||
+ | ! fuse | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|pureos|exfatprogs}}}} | ||
+ | | {{yes|Yes: {{DistroPackage|pureos|exfat-fuse}}, {{DistroPackage|pureos|exfat-utils}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | {{yes}} | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no|Broken}}<ref>The installation fails with an error.</ref> | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Replicant 6.0 --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! rowspan=2 | | ||
+ | ! colspan=2 | Implementation | ||
+ | |- | ||
+ | ! kernel | ||
+ | ! fuse | ||
+ | |- | ||
+ | ! Internal partitions | ||
+ | | {{no}} | ||
+ | | {{yes}} | ||
+ | |- | ||
+ | ! Rootfs | ||
+ | | {{no}} | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! MicroSD card | ||
+ | | {{no}} | ||
+ | | {{yes}} | ||
+ | |- | ||
+ | |} | ||
+ | | <!-- Trisquel 11 (aramo) --> | ||
+ | | <!-- Ututo S --> | ||
+ | |- | ||
+ | ! ext2 | ||
+ | | <!-- Dragora --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Dragora|tools/e2fsprogs}}}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{yes}} | ||
+ | |} | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|guix|e2fsprogs}}}} | ||
+ | |- | ||
+ | ! Guix system<ref name="guix-system"></ref> | ||
+ | | | ||
+ | |- | ||
+ | ! Installer | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs | ||
+ | | | ||
+ | |} | ||
+ | | <!-- Guix HURD --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|guix|e2fsprogs}}}} | ||
+ | |- | ||
+ | ! Guix system<ref name="guix-system"></ref> | ||
+ | | {{yes}} | ||
+ | |- | ||
+ | ! Installer | ||
+ | | N/A<ref name="guix-hurd-installer">There is no HURD installer yet.</ref> | ||
+ | |- | ||
+ | ! Rootfs | ||
+ | | {{yes}} | ||
+ | |} | ||
+ | | <!-- Hyperbola --> | ||
+ | | <!-- LibreCMC --> | ||
+ | | <!-- Parabola --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Parabola|e2fsprogs}}}} | ||
+ | |} | ||
+ | | <!-- ProteanOS --> | ||
+ | | <!-- PureOS 10 (byzantium) --> | ||
+ | | <!-- Replicant 6.0 --> | ||
+ | | <!-- Trisquel 11 (aramo) --> | ||
+ | | <!-- Ututo S --> | ||
+ | |- | ||
+ | ! ext3 | ||
+ | | <!-- Dragora --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Dragora|tools/e2fsprogs}}}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{yes}} | ||
+ | |} | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Guix|e2fsprogs}}}} | ||
+ | |- | ||
+ | ! Installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Guix HURD --> | ||
+ | | <!-- Hyperbola --> | ||
+ | | <!-- LibreCMC --> | ||
+ | | <!-- Parabola --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Parabola|e2fsprogs}}}} | ||
+ | |} | ||
+ | | <!-- ProteanOS --> | ||
+ | | <!-- PureOS 10 (byzantium) --> | ||
+ | | <!-- Replicant 6.0 --> | ||
+ | | <!-- Trisquel 11 (aramo) --> | ||
+ | | <!-- Ututo S --> | ||
|- | |- | ||
! ext4 | ! ext4 | ||
| <!-- Dragora --> | | <!-- Dragora --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Dragora|tools/e2fsprogs}}}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{yes}} | ||
+ | |} | ||
| <!-- Dynebolics --> | | <!-- Dynebolics --> | ||
− | | | + | | <!-- Guix x86 GNU/Linux --> |
{| class="wikitable sortable" border="1" | {| class="wikitable sortable" border="1" | ||
|- bgcolor="#6699ff" | |- bgcolor="#6699ff" | ||
|- | |- | ||
! Packages | ! Packages | ||
− | | {{yes|Yes: e2fsprogs}} | + | | {{yes|Yes: {{DistroPackage|guix|e2fsprogs}}}} |
|- | |- | ||
− | ! Guix system<ref name="guix-system"> | + | ! Guix system<ref name="guix-system"></ref> |
| {{yes}} | | {{yes}} | ||
|- | |- | ||
Line 41: | Line 413: | ||
| {{yes}} | | {{yes}} | ||
|} | |} | ||
− | | {{yes}} | + | | <!-- Guix HURD --> |
+ | | <!-- Hyperbola --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages and manual installation<ref name="manual-installation">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.</ref> | ||
+ | | {{yes|Yes: e2fsprogs}} | ||
+ | |- | ||
+ | ! Rootfs | ||
+ | | {{yes}} | ||
+ | |} | ||
| <!-- LibreCMC --> | | <!-- LibreCMC --> | ||
− | | | + | | <!-- Parabola --> |
{| class="wikitable sortable" border="1" | {| class="wikitable sortable" border="1" | ||
|- bgcolor="#6699ff" | |- bgcolor="#6699ff" | ||
|- | |- | ||
! Packages and manual installation<ref name="manual-installation">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.</ref> | ! Packages and manual installation<ref name="manual-installation">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.</ref> | ||
− | | {{yes|Yes: e2fsprogs}} | + | | {{yes|Yes: {{DistroPackage|Parabola|e2fsprogs}}}} |
|- | |- | ||
! Graphical installer | ! Graphical installer | ||
Line 57: | Line 439: | ||
|} | |} | ||
| <!-- ProteanOS --> | | <!-- ProteanOS --> | ||
− | | | + | | <!-- PureOS 10 (byzantium) --> |
{| class="wikitable sortable" border="1" | {| class="wikitable sortable" border="1" | ||
|- bgcolor="#6699ff" | |- bgcolor="#6699ff" | ||
|- | |- | ||
! Packages and debootstrap installation<ref name="manual-installation"></ref> | ! Packages and debootstrap installation<ref name="manual-installation"></ref> | ||
− | | {{yes|Yes: e2fsprogs}} | + | | {{yes|Yes: {{DistroPackage|pureos|e2fsprogs}}}} |
|- | |- | ||
! Graphical installer | ! Graphical installer | ||
− | | | + | | {{yes}} |
|- | |- | ||
− | ! Rootfs | + | ! Rootfs with the graphical installer |
| {{yes}} | | {{yes}} | ||
|} | |} | ||
− | | | + | | <!-- Replicant 6.0 --> |
{| class="wikitable sortable" border="1" | {| class="wikitable sortable" border="1" | ||
|- bgcolor="#6699ff" | |- bgcolor="#6699ff" | ||
− | |||
! Internal partitions | ! Internal partitions | ||
| {{yes}} | | {{yes}} | ||
Line 81: | Line 462: | ||
|- | |- | ||
! MicroSD card | ! MicroSD card | ||
− | | {{no}} | + | | {{no}}<ref>After creating the rootfs with mkfs.ext4 from Guix, in Replicant, it says "Corrupted <vendor> SD card" in the notification bar.</ref> |
+ | |- | ||
+ | |} | ||
+ | | <!-- Trisquel 11 (aramo) --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages and debootstrap installation<ref name="manual-installation"></ref> | ||
+ | | {{yes|Yes: {{DistroPackage|trisquel|e2fsprogs}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | | ||
|- | |- | ||
+ | ! Rootfs | ||
+ | | {{yes}} | ||
|} | |} | ||
− | |||
| <!-- Ututo S --> | | <!-- Ututo S --> | ||
|- | |- | ||
! f2fs | ! f2fs | ||
− | | | + | | <!-- Dragora --> |
− | | | + | {| class="wikitable sortable" border="1" |
− | | | + | |- bgcolor="#6699ff" |
+ | ! Packages | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
{| class="wikitable sortable" border="1" | {| class="wikitable sortable" border="1" | ||
|- bgcolor="#6699ff" | |- bgcolor="#6699ff" | ||
|- | |- | ||
! Packages | ! Packages | ||
− | | {{yes|Yes: f2fs-tools}} | + | | {{yes|Yes: {{DistroPackage|guix|f2fs-tools}}}} |
|- | |- | ||
! Guix system<ref name="guix-system"></ref> | ! Guix system<ref name="guix-system"></ref> | ||
Line 106: | Line 507: | ||
| {{yes}} | | {{yes}} | ||
|} | |} | ||
− | | | + | | <!-- Guix HURD --> |
− | | | + | | <!-- Hyperbola --> |
− | | | + | | <!-- LibreCMC --> |
+ | | <!-- Parabola --> | ||
{| class="wikitable sortable" border="1" | {| class="wikitable sortable" border="1" | ||
|- bgcolor="#6699ff" | |- bgcolor="#6699ff" | ||
|- | |- | ||
! Packages and manual installation<ref name="manual-installation"></ref> | ! Packages and manual installation<ref name="manual-installation"></ref> | ||
− | | {{yes|Yes: | + | | {{yes|Yes: {{DistroPackage|Parabola|f2fs-tools}}}} |
|- | |- | ||
! Graphical installer | ! Graphical installer | ||
Line 121: | Line 523: | ||
| {{yes}} | | {{yes}} | ||
|} | |} | ||
− | | | + | | <!-- ProteanOS --> |
− | | | + | | <!-- PureOS 10 (byzantium) --> |
− | | | + | {| class="wikitable sortable" border="1" |
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages and debootstrap installation<ref name="manual-installation"></ref> | ||
+ | | {{yes|Yes: {{DistroPackage|pureos|f2fs-tools}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Replicant 6.0 --> | ||
{| class="wikitable sortable" border="1" | {| class="wikitable sortable" border="1" | ||
|- bgcolor="#6699ff" | |- bgcolor="#6699ff" | ||
Line 134: | Line 548: | ||
|- | |- | ||
! MicroSD card | ! MicroSD card | ||
− | | | + | | {{yes}}<ref>We can easily view the card content with "File Manager". It also detects a new MicroSD card when it is just formatted.</ref> |
|- | |- | ||
|} | |} | ||
− | | | + | | <!-- Trisquel 11 (aramo) --> |
− | | | + | | <!-- Ututo S --> |
|- | |- | ||
! fat | ! fat | ||
− | | | + | | <!-- Dragora --> |
− | | | + | {| class="wikitable sortable" border="1" |
− | | | + | |- bgcolor="#6699ff" |
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Dragora|tools/dosfstools}}}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
{| class="wikitable sortable" border="1" | {| class="wikitable sortable" border="1" | ||
|- bgcolor="#6699ff" | |- bgcolor="#6699ff" | ||
|- | |- | ||
! Packages | ! Packages | ||
− | | {{yes|Yes: dosfstools, mtools}} | + | | {{yes|Yes: {{DistroPackage|guix|dosfstools}}, {{DistroPackage|guix|mtools}}}} |
|- | |- | ||
! Guix system<ref name="guix-system"></ref> | ! Guix system<ref name="guix-system"></ref> | ||
Line 159: | Line 581: | ||
| {{no}} | | {{no}} | ||
|} | |} | ||
− | | | + | | <!-- Guix HURD --> |
− | | | + | {| class="wikitable sortable" border="1" |
− | | | + | |- bgcolor="#6699ff" |
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|guix|dosfstools}}, {{DistroPackage|guix|mtools}}}} | ||
+ | |- | ||
+ | ! Guix system<ref name="guix-system"></ref> | ||
+ | | {{yes}} | ||
+ | |- | ||
+ | ! Installer | ||
+ | | N/A<ref name="guix-hurd-installer"></ref> | ||
+ | |- | ||
+ | ! Rootfs | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Hyperbola --> | ||
+ | | <!-- LibreCMC --> | ||
+ | | <!-- Parabola --> | ||
{| class="wikitable sortable" border="1" | {| class="wikitable sortable" border="1" | ||
|- bgcolor="#6699ff" | |- bgcolor="#6699ff" | ||
|- | |- | ||
! Packages and manual installation<ref name="manual-installation"></ref> | ! Packages and manual installation<ref name="manual-installation"></ref> | ||
− | | {{yes|Yes: dosfstools, mtools}} | + | | {{yes|Yes: {{DistroPackage|parabola|dosfstools}}, {{DistroPackage|parabola|mtools}}}} |
|- | |- | ||
! Graphical installer | ! Graphical installer | ||
Line 174: | Line 612: | ||
| {{no}} | | {{no}} | ||
|} | |} | ||
− | | | + | | <!-- ProteanOS --> |
− | | | + | | <!-- PureOS 10 (byzantium) --> |
− | | | + | {| class="wikitable sortable" border="1" |
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|pureos|dosfstools}}, {{DistroPackage|pureos|mtools}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | {{yes}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no|Broken}}<ref>The installation fails with an error.</ref> | ||
+ | |} | ||
+ | | <!-- Replicant 6.0 --> | ||
{| class="wikitable sortable" border="1" | {| class="wikitable sortable" border="1" | ||
|- bgcolor="#6699ff" | |- bgcolor="#6699ff" | ||
Line 190: | Line 640: | ||
|- | |- | ||
|} | |} | ||
− | | | + | | <!-- Trisquel 11 (aramo) --> |
− | | | + | | <!-- Ututo S --> |
|- | |- | ||
! hfs | ! hfs | ||
+ | | <!-- Dragora --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Dynebolics --> | ||
+ | | {{no}}<ref>[https://packages.guix.gnu.org/search/?query=hfsutils There is no hfsutils package].</ref> | ||
| | | | ||
− | |||
− | |||
| {{no}}<ref>[https://www.hyperbola.info/packages/?q=hfsutils There is no hfsutils package].</ref> | | {{no}}<ref>[https://www.hyperbola.info/packages/?q=hfsutils There is no hfsutils package].</ref> | ||
− | | | + | | <!-- LibreCMC --> |
| {{no}}<ref>[https://www.parabola.nu/packages/?sort=&q=hfsutils&maintainer=&flagged= There is no hfsutils package].</ref> | | {{no}}<ref>[https://www.parabola.nu/packages/?sort=&q=hfsutils&maintainer=&flagged= There is no hfsutils package].</ref> | ||
− | | | + | | <!-- ProteanOS --> |
− | | | + | | <!-- PureOS 10 (byzantium) --> |
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|pureos|hfsutils}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
| {{no}}<ref>There is no hfsutils repository in the manifest.</ref> | | {{no}}<ref>There is no hfsutils repository in the manifest.</ref> | ||
− | | | + | | <!-- Trisquel 11 (aramo) --> |
− | | | + | {| class="wikitable sortable" border="1" |
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|trisquel|hfsutils}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | ? | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | ? | ||
+ | |} | ||
+ | | <!-- Ututo S --> | ||
|- | |- | ||
! hfs+ | ! hfs+ | ||
+ | | <!-- Dragora --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Dynebolics --> | ||
+ | | {{no}}<ref>[https://packages.guix.gnu.org/search/?query=hfsprogs There is no hfsprogs package].</ref> | ||
| | | | ||
− | |||
− | |||
| {{no}}<ref>[https://www.hyperbola.info/packages/?q=hfsprogs There is no hfsprogs package].</ref> | | {{no}}<ref>[https://www.hyperbola.info/packages/?q=hfsprogs There is no hfsprogs package].</ref> | ||
− | | | + | | <!-- LibreCMC --> |
| {{no}}<ref>[https://www.parabola.nu/packages/?sort=&q=hfsprogs&maintainer=&flagged= There is no hfsprogs package].</ref> | | {{no}}<ref>[https://www.parabola.nu/packages/?sort=&q=hfsprogs&maintainer=&flagged= There is no hfsprogs package].</ref> | ||
− | | | + | | <!-- ProteanOS --> |
− | | | + | | <!-- PureOS 10 (byzantium) --> |
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|pureos|hfsplus}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
| {{no}}<ref>There is no hfsprogs repository in the manifest.</ref> | | {{no}}<ref>There is no hfsprogs repository in the manifest.</ref> | ||
− | | | + | | <!-- Trisquel 11 (aramo) --> |
− | | | + | {| class="wikitable sortable" border="1" |
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|trisquel|hfsplus}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | ? | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | ? | ||
+ | |} | ||
+ | | <!-- Ututo S --> | ||
+ | |- | ||
+ | ! jfs | ||
+ | | <!-- Dragora --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|guix|jfsutils}}}} | ||
+ | |- | ||
+ | ! Guix system<ref name="guix-system"></ref> | ||
+ | | {{yes}} | ||
+ | |- | ||
+ | ! Installer | ||
+ | | {{yes}} | ||
+ | |- | ||
+ | ! Rootfs | ||
+ | | {{yes}} | ||
+ | |} | ||
+ | | <!-- Guix HURD --> | ||
+ | | <!-- Hyperbola --> | ||
+ | | <!-- LibreCMC --> | ||
+ | | <!-- Parabola --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Parabola|jfsutils}}}} | ||
+ | |} | ||
+ | | <!-- ProteanOS --> | ||
+ | | <!-- PureOS 10 (byzantium) --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|pureos|jfsutils}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Replicant 6.0 --> | ||
+ | | <!-- Trisquel 11 (aramo) --> | ||
+ | | <!-- Ututo S --> | ||
+ | |- | ||
+ | ! minix | ||
+ | | <!-- Dragora --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Dragora|tools/util-linux}}}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Guix|util-linux}}}} | ||
+ | |- | ||
+ | ! Installer | ||
+ | | {{no}} | ||
+ | |- | ||
+ | |} | ||
+ | | <!-- Guix HURD --> | ||
+ | | <!-- Hyperbola --> | ||
+ | | <!-- LibreCMC --> | ||
+ | | <!-- Parabola --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Parabola|util-linux}}}} | ||
+ | |} | ||
+ | | <!-- ProteanOS --> | ||
+ | | <!-- PureOS 10 (byzantium) --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|pureos|util-linux}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | {{yes}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no|Broken}}<ref>The installation fails with an error.</ref> | ||
+ | |} | ||
+ | | <!-- Replicant 6.0 --> | ||
+ | | <!-- Trisquel 11 (aramo) --> | ||
+ | | <!-- Ututo S --> | ||
+ | |- | ||
+ | ! nilfs2 | ||
+ | | <!-- Dragora --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|guix|nilfs-utils}}}} | ||
+ | |- | ||
+ | ! Guix system<ref name="guix-system"></ref> | ||
+ | | ? | ||
+ | |- | ||
+ | ! Installer | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs | ||
+ | | ? | ||
+ | |} | ||
+ | | <!-- Guix HURD --> | ||
+ | | <!-- Hyperbola --> | ||
+ | | <!-- LibreCMC --> | ||
+ | | <!-- Parabola --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Parabola|nilfs-utils}}}} | ||
+ | |} | ||
+ | | <!-- ProteanOS --> | ||
+ | | <!-- PureOS 10 (byzantium) --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|pureos|nilfs-tools}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Replicant 6.0 --> | ||
+ | | <!-- Trisquel 11 (aramo) --> | ||
+ | | <!-- Ututo S --> | ||
+ | |- | ||
+ | ! ntfs | ||
+ | | <!-- Dragora --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Dragora|tools/ntfs-3g}}}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|guix|ntfs-3g}}}} | ||
+ | |- | ||
+ | ! Guix system<ref name="guix-system"></ref> | ||
+ | | ? | ||
+ | |- | ||
+ | ! Installer | ||
+ | | {{no|Broken}}<ref>The graphical installer complains about some UUID related issue</ref> | ||
+ | |- | ||
+ | ! Rootfs | ||
+ | | {{no|Broken}}<ref>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.</ref> | ||
+ | |} | ||
+ | | <!-- Guix HURD --> | ||
+ | | <!-- Hyperbola --> | ||
+ | | <!-- LibreCMC --> | ||
+ | | <!-- Parabola --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Parabola|ntfs-3g}}}} | ||
+ | |- | ||
+ | |} | ||
+ | | <!-- ProteanOS --> | ||
+ | | <!-- PureOS 10 (byzantium) --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! rowspan=2 | | ||
+ | ! colspan=2 | Implementation | ||
+ | |- | ||
+ | ! kernel | ||
+ | ! fuse | ||
+ | |- | ||
+ | ! Packages | ||
+ | | | ||
+ | | {{yes|Yes: {{DistroPackage|pureos|ntfs-3g}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | {{no}}<ref>Once installed, the rootfs is mounted with FUSE and ntfs-3g.</ref> | ||
+ | | {{yes}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | | ||
+ | | {{No|Broken}}<ref>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.</ref> | ||
+ | |} | ||
+ | | <!-- Replicant 6.0 --> | ||
+ | | <!-- Trisquel 11 (aramo) --> | ||
+ | | <!-- Ututo S --> | ||
+ | |- | ||
+ | ! reiser4 | ||
+ | | <!-- Dragora --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Dragora|tools/reiser4progs}}}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Kernel | ||
+ | | {{no}}<ref name="reiser4-not-upstream">According to the [https://reiser4.wiki.kernel.org/index.php/Reiser4_patchsets reiser 4 wiki], upstream Linux has no reiser4 support.</ref> | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Guix HURD --> | ||
+ | | <!-- Hyperbola --> | ||
+ | | <!-- LibreCMC --> | ||
+ | | <!-- Parabola --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Kernel | ||
+ | | {{no}}<ref name="reiser4-not-upstream"></ref> | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | | ||
+ | |- | ||
+ | ! Rootfs | ||
+ | | | ||
+ | |} | ||
+ | | <!-- ProteanOS --> | ||
+ | | <!-- PureOS 10 (byzantium) --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Kernel | ||
+ | | {{no}}<ref name="reiser4-not-upstream"></ref> | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: reiser4progs}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Replicant 6.0 --> | ||
+ | | <!-- Trisquel 11 (aramo) --> | ||
+ | | <!-- Ututo S --> | ||
+ | |- | ||
+ | ! reiserfs | ||
+ | | <!-- Dragora --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Kernel | ||
+ | | {{orange|Until 2025}}<ref name="reiserfs-deprecated"></ref> | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Kernel | ||
+ | | {{orange|Until 2025}}<ref name="reiserfs-deprecated"></ref> | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Guix HURD --> | ||
+ | | <!-- Hyperbola --> | ||
+ | | <!-- LibreCMC --> | ||
+ | | <!-- Parabola --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Kernel | ||
+ | | {{orange|Until 2025}}<ref name="reiserfs-deprecated"></ref> | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | | ||
+ | |- | ||
+ | ! Rootfs | ||
+ | | | ||
+ | |} | ||
+ | | <!-- ProteanOS --> | ||
+ | | <!-- PureOS 10 (byzantium) --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Kernel | ||
+ | | {{orange|Until 2025}}<ref name="reiserfs-deprecated"></ref> | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|guix|reiserfsprogs}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Replicant 6.0 --> | ||
+ | | <!-- Trisquel 11 (aramo) --> | ||
+ | | <!-- Ututo S --> | ||
+ | |- | ||
+ | ! xfs | ||
+ | | <!-- Dragora --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Dragora|tools/xfsprogs}}}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{yes}} | ||
+ | |} | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|guix|xfsprogs}}}} | ||
+ | |- | ||
+ | ! Guix system<ref name="guix-system"></ref> | ||
+ | | {{yes}} | ||
+ | |- | ||
+ | ! Installer | ||
+ | | {{yes}} | ||
+ | |- | ||
+ | ! Rootfs | ||
+ | | {{yes}} | ||
+ | |} | ||
+ | | <!-- Guix HURD --> | ||
+ | | <!-- Hyperbola --> | ||
+ | | <!-- LibreCMC --> | ||
+ | | <!-- Parabola --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|Parabola|xfsprogs}}, {{DistroPackage|Parabola|xfsdump}}}} | ||
+ | |- | ||
+ | |} | ||
+ | | <!-- ProteanOS --> | ||
+ | | <!-- PureOS 10 (byzantium) --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages | ||
+ | | {{yes|Yes: {{DistroPackage|pureos|xfsprogs}}, {{DistroPackage|pureos|xfsdump}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | {{no}} | ||
+ | |- | ||
+ | ! Rootfs with the graphical installer | ||
+ | | {{no}} | ||
+ | |} | ||
+ | | <!-- Replicant 6.0 --> | ||
+ | | <!-- Trisquel 11 (aramo) --> | ||
+ | | <!-- Ututo S --> | ||
+ | |- | ||
+ | ! rowspan=2 | | ||
+ | ! 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 | ||
+ | |- | ||
+ | ! colspan=12 | Distributions | ||
+ | |} | ||
+ | |||
+ | == Block device layer == | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | ! rowspan=2 | | ||
+ | ! colspan=12 | 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 | ||
+ | | <!-- Dragora --> | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
+ | | <!-- Guix HURD --> | ||
+ | | <!-- Hyperbola --> | ||
+ | | <!-- LibreCMC --> | ||
+ | | <!-- Parabola --> | ||
+ | | <!-- ProteanOS --> | ||
+ | | <!-- PureOS 10 (byzantium) --> | ||
+ | | <!-- Replicant 6.0 --> | ||
+ | | <!-- Trisquel 11 (aramo) --> | ||
+ | | <!-- Ututo S --> | ||
+ | |- | ||
+ | ! LUKS 1 | ||
+ | | <!-- Dragora --> | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
+ | | <!-- Guix HURD --> | ||
+ | | <!-- Hyperbola --> | ||
+ | | <!-- LibreCMC --> | ||
+ | | <!-- Parabola --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages and manual installation<ref name="manual-installation"></ref> | ||
+ | | {{yes|Yes: {{DistroPackage|parabola|cryptsetup}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | | ||
+ | |- | ||
+ | ! Rootfs | ||
+ | | {{yes}} | ||
+ | |} | ||
+ | | <!-- ProteanOS --> | ||
+ | | {{yes}} <!-- PureOS 10 (byzantium) --> | ||
+ | | <!-- Replicant 6.0 --> | ||
+ | | {{yes}} <!-- Trisquel 11 (aramo) --> | ||
+ | | <!-- Ututo S --> | ||
+ | |- | ||
+ | ! LUKS 2 | ||
+ | | <!-- Dragora --> | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
+ | | <!-- Guix HURD --> | ||
+ | | <!-- Hyperbola --> | ||
+ | | <!-- LibreCMC --> | ||
+ | | <!-- Parabola --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages and manual installation<ref name="manual-installation"></ref> | ||
+ | | {{yes|Yes: {{DistroPackage|parabola|cryptsetup}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | | ||
+ | |- | ||
+ | ! Rootfs | ||
+ | | {{yes|Yes but requires a /boot as GRUB only has partial LUKS2 support}} | ||
+ | |} | ||
+ | | <!-- ProteanOS --> | ||
+ | | {{yes}} <!-- PureOS 10 (byzantium) --> | ||
+ | | <!-- Replicant 6.0 --> | ||
+ | | {{yes}} <!-- Trisquel 11 (aramo) --> | ||
+ | | <!-- Ututo S --> | ||
+ | |- | ||
+ | ! mdraid | ||
+ | | <!-- Dragora --> | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
+ | | <!-- Guix HURD --> | ||
+ | | <!-- Hyperbola --> | ||
+ | | <!-- LibreCMC --> | ||
+ | | <!-- Parabola --> | ||
+ | | <!-- ProteanOS --> | ||
+ | | <!-- PureOS 10 (byzantium) --> | ||
+ | | <!-- Replicant 6.0 --> | ||
+ | | <!-- Trisquel 11 (aramo) --> | ||
+ | | <!-- Ututo S --> | ||
+ | |- | ||
+ | ! LVM2 | ||
+ | | <!-- Dragora --> | ||
+ | | <!-- Dynebolics --> | ||
+ | | <!-- Guix x86 GNU/Linux --> | ||
+ | | <!-- Guix HURD --> | ||
+ | | <!-- Hyperbola --> | ||
+ | | <!-- LibreCMC --> | ||
+ | | <!-- Parabola --> | ||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- bgcolor="#6699ff" | ||
+ | |- | ||
+ | ! Packages and manual installation<ref name="manual-installation"></ref> | ||
+ | | {{yes|Yes: {{DistroPackage|parabola|lvm2}}}} | ||
+ | |- | ||
+ | ! Graphical installer | ||
+ | | | ||
+ | |- | ||
+ | ! Rootfs | ||
+ | | {{yes}} | ||
+ | |} | ||
+ | | <!-- ProteanOS --> | ||
+ | | {{yes}} <!-- PureOS 10 (byzantium) --> | ||
+ | | <!-- Replicant 6.0 --> | ||
+ | | {{yes}} <!-- Trisquel 11 (aramo) --> | ||
+ | | <!-- Ututo S --> | ||
+ | |- | ||
|} | |} | ||
== References == | == References == | ||
<references /> | <references /> |
Latest revision as of 20:49, 1 August 2024
Contents
Introduction
This article is about filesystems support and might be extended to take into account block device technologies too like LVM,RAID, etc.
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.
Known issues and limitations
- With NTFS the free software implementation lacks the ability to repair the filesystem without nonfree software, so if you have data in NTFS filesystem it would be a good idea to move it to other filesystems.
- ReiserFS 3 will be removed from Linux in 2025.[2]
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 |
|
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 |
|
|||||||||||||||||
Hyperbola | ||||||||||||||||||
LibreCMC | ||||||||||||||||||
Parabola | ||||||||||||||||||
ProteanOS | ||||||||||||||||||
PureOS 10 (byzantium) |
|
|
||||||||||||||||
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 |
|
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
exfat |
|
|
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ext2 |
|
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ext3 |
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ext4 |
|
|
|
|
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
f2fs |
|
|
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
fat |
|
|
|
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hfs |
|
No[10] | No[11] | No[12] |
|
No[13] |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hfs+ |
|
No[14] | No[15] | No[16] |
|
No[17] |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
jfs |
|
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
minix |
|
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nilfs2 |
|
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ntfs |
|
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
reiser4 |
|
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
reiserfs |
|
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
xfs |
|
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 |
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 | ||||||||||||||||||
LUKS 1 |
|
Yes | Yes | |||||||||||||||
LUKS 2 |
|
Yes | Yes | |||||||||||||||
mdraid | ||||||||||||||||||
LVM2 |
|
Yes | Yes |
References
- ↑ See the Unmaintained filesystems as a threat vector lwn.net article for more details.
-
↑ 2.02.12.22.32.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.
- ↑ 3.003.013.023.033.043.053.063.073.083.093.10 This tells if that filesystem can be used in a system.scm system definition.
- ↑ 4.004.014.024.034.044.054.064.074.084.094.104.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.
- ↑ 6.06.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.
- ↑ 23.023.123.2 According to the reiser 4 wiki, upstream Linux has no reiser4 support.