diff --git a/src/cryptobox/core/container.py b/src/cryptobox/core/container.py index c8e13b3..199c5c3 100644 --- a/src/cryptobox/core/container.py +++ b/src/cryptobox/core/container.py @@ -38,7 +38,7 @@ CONTAINERTYPES = { } FSTYPES = { - "plain":["ext3", "ext2", "vfat", "reiserfs", "xfs"], + "plain":["ext3", "ext2", "vfat", "reiserfs", "xfs", "hfs", "jfs", "minix", "ntfs"], "swap":["swap"]}