First post, by KT7AGuy
- Rank
- Oldbie
The old MS-DOS version of fdisk would allow the creation of partitions based on a percentage of remaining free disk space. Is there any other partitioning utility that can do that?
For example, using diskpart I can run this command:
create partition primary size=90000
What I would really like to do is this:
create partition primary size=80%
But we all know this won't work, so I need to find something else that can partition based on the percentage of free space rather than a fixed value in MB or GB.
Does anybody know of a solution?
Thanks