Skip to content

Commit

Permalink
Merge pull request #536 from aszlig/ntfs-formattable
Browse files Browse the repository at this point in the history
formats/fs: Set NTFS to be formattable
  • Loading branch information
vpodzime authored Jan 26, 2017
2 parents a70d756 + 1f620ab commit a030716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blivet/formats/fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,7 @@ class NTFS(FS):
_type = "ntfs"
_labelfs = fslabeling.NTFSLabeling()
_resizable = True
_formattable = True
_min_size = Size("1 MiB")
_max_size = Size("16 TiB")
_packages = ["ntfsprogs"]
Expand Down

0 comments on commit a030716

Please sign in to comment.