From e10e86e5111cfee019955d10fe861a8b271b4e8a Mon Sep 17 00:00:00 2001 From: age Date: Fri, 2 Mar 2007 19:49:16 +0000 Subject: [PATCH] * added some (all tested) filesystems for mounting * ntfs is read-only * we could use ntfs-3g, which works fine for writing but is not used automatically by mount --- src/cryptobox/core/container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]}