dcantrell / pyparted

Python bindings for GNU parted (libparted)
GNU General Public License v2.0
86 stars 43 forks source link

Make sure sizeToSectors() rounds the size up. #36

Closed sil2100 closed 7 years ago

sil2100 commented 7 years ago

Otherwise someone using sizeToSectors() could get a partition size too small to fit in all the data. Issue: #35 .