F
FCBfreak
Hi,
I'm trying to configure a 10.2 GB IDE hard disk drive on my
development board by booting to Windows PE and using dispart.exe.
After Windows Pe has started, I use following commands at the command
prompt:
Then I reboot the system and boot up WinPE again to format the drive.
After "X:\i386\system32>" at the command prompt I use the well-known
'format' command:
Unfortunately the systems responds with following error message:
" 'fs' is not recognized as an external or internal command, operable
program or batch file"
While this should definitely have to work, shouldn't it?
Can anyone help me please, I guess I'm doing something wrong...
Thanks in advance
I'm trying to configure a 10.2 GB IDE hard disk drive on my
development board by booting to Windows PE and using dispart.exe.
After Windows Pe has started, I use following commands at the command
prompt:
diskpart
list disk
select disk 0
clean
create partition primary size=1024
select partition 1
active
exit
Then I reboot the system and boot up WinPE again to format the drive.
After "X:\i386\system32>" at the command prompt I use the well-known
'format' command:
format c: /fs:ntfs
Unfortunately the systems responds with following error message:
" 'fs' is not recognized as an external or internal command, operable
program or batch file"
While this should definitely have to work, shouldn't it?
Can anyone help me please, I guess I'm doing something wrong...
Thanks in advance