1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[ui] improve the allowed cluster sizes

* follow what MS/FormatEx actually allow
* closes #15
* also fixed potential empty selection in cluster size dropdown
* also improved Local Group Policy handling
This commit is contained in:
Pete Batard 2011-12-12 14:22:40 +00:00
parent 72485b7568
commit d59854ef4f
4 changed files with 110 additions and 69 deletions

13
TODO
View file

@ -1,9 +1,10 @@
o create a report file with failed block details when bad blocks are found
o use the umount/remount trick to make the volume reappear post formatting
o set keyboard according to locale in DOS
o allow selection of one of the existing compatible volume (keep existing MBR) / full repartitioning (overwrite MBR)
o FreeDOS integration
o Enable compression for NTFS
o Create a report file with failed block details on bad blocks
o Integrate FreeDOS
o Allow the provision of external DOS files
o Set DOS keyboard according to locale
o Allow selection of one of the existing compatible partitions (keep existing MBR) vs. full repartitioning (overwrite MBR)
o Bootable NTFS/exFAT (http://sourceforge.net/projects/grub4dos)?
o GPT support?
o Enable compression for NTFS?
o disable indexing support on NTFS?
o FAT32 formatting for volumes > 32 GB?