I appreciate that link, however GDisk.exe can format, but I've only found data on FAT32 support, and I'm looking for ANY solution that I can incorporate into my command line solution that allows me to Format Partitions in NTFS without the XP/NT CD.
Any solutions for that?
So far I have this...but it only solves for FAT32, not NTFS
gdisk.exe 1 /del /all /y
gdisk.exe 1 /cre /pri /sz:4500 /for /q /v:BOOT /y
gdisk.exe 1 /cre /ext /sz:2000 /y
gdisk.exe 1 /cre /log /for /q /v:BK /y
-n8Dog
Main Topics
Browse All Topics





by: Bartender_1Posted on 2006-08-10 at 11:19:22ID: 17290061
All of the gdisk switches are listed here:
om/SUPPORT /ghost.nsf /docid/ 200 0030715304 425/
http://service1.symantec.c
to create a partition, you use the /CRE switch.
You don't use gdisk to format a partition.
Hope this helps!
:o)
Bartender_1