Skip to content

Commit

Permalink
Add more supported file systems
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Theile <[email protected]>
  • Loading branch information
votdev committed Jul 19, 2024
1 parent 635536f commit 7a0245b
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions administration/storage/filesystems.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,22 @@ Supported Filesystems
:header: "Type", "Format", "Mount"
:widths: 5, 5, 5

ext4,yes,yes
ext3,yes,yes
jfs,yes,yes
xfs,yes,yes
btrfs,yes,yes
f2fs,yes,yes
zfs,no,no
ntfs,no,yes
hfsplus,no,yes
ufs,no,yes
vfat,no,yes
btrfs,yes,yes
exfat,no,yes
ext3,yes,yes
ext4,yes,yes
f2fs,yes,yes
hfsplus,no,yes
iso9660,no,yes
jfs,yes,yes
msdos,no,yes
ntfs,no,yes
udf,no,yes
ufs,no,yes
umsdos,no,yes
vfat,no,yes
xfs,yes,yes
zfs,no,no

.. note::
BTRFS
Expand Down

0 comments on commit 7a0245b

Please sign in to comment.