On Fri, 2009-03-13 at 18:09 -1000, David Cantrell wrote: > --- > storage/formats/fs.py | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) Looks good. > > diff --git a/storage/formats/fs.py b/storage/formats/fs.py > index 481c6a9..ddab4b6 100644 > --- a/storage/formats/fs.py > +++ b/storage/formats/fs.py > @@ -1013,6 +1013,9 @@ class NTFS(FS): > _defaultMountOptions = ["defaults"] > _defaultCheckOptions = ["-c"] > _packages = ["ntfsprogs"] > + _infofs = "ntfsinfo" > + _defaultInfoOptions = ["-m"] > + _existingSizeFields = ["Cluster Size:", "Volume Size in Clusters:"] > > @property > def minSize(self): _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list