* 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
This commit is contained in:
age 2007-03-02 19:49:16 +00:00
parent bdba5dd4f5
commit e10e86e511
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ CONTAINERTYPES = {
}
FSTYPES = {
"plain":["ext3", "ext2", "vfat", "reiserfs", "xfs"],
"plain":["ext3", "ext2", "vfat", "reiserfs", "xfs", "hfs", "jfs", "minix", "ntfs"],
"swap":["swap"]}