03-17-2025, 07:14 PM
(03-17-2025, 04:01 PM)Dude Guyman Wrote:(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
Managing disks using the command line or GPARTED is no problem for advanced users, however it may be difficult for some users. In fact there are many third-party applications that can manage disks, so this is not the most important thing for us.