* 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:
parent
bdba5dd4f5
commit
e10e86e511
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ CONTAINERTYPES = {
|
|||
}
|
||||
|
||||
FSTYPES = {
|
||||
"plain":["ext3", "ext2", "vfat", "reiserfs", "xfs"],
|
||||
"plain":["ext3", "ext2", "vfat", "reiserfs", "xfs", "hfs", "jfs", "minix", "ntfs"],
|
||||
"swap":["swap"]}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue