03-17-2025, 04:01 PM
(This post was last modified: 03-17-2025, 04:06 PM by Dude Guyman.)
(03-17-2025, 11:35 AM)admin Wrote: ...some users even want to implement disk and partition management features, however, we don't have enough time and manpower to accomplish these features.
It kind of already has that. Just add instructions for them on how to use DISKPART via the included command prompt! If something more advanced is needed, it's easy enough to boot into a live cd of GPARTED or just about any Linux distro.
Examples:
diskpart
list disk
select disk 0 (change if needed)
clean
convert gpt (or mbr)
create partition primary size=xxxx
select partition 1
active (if mbr)
format fs=ntfs quick label="XXXX"
exit