500GB'lık usb sabit diskimi değiştirmeye çalışıyorum, böylece bir DVD BOOT diskini taklit etmek için kullanabilirim
Cmd.exe kullanarak biçimlendirilmiş ve üzerinde birincil bir bölüm oluşturdum
diskpart
list disk
select disk G
clean
create partition primary size=10000
active
format fs=fat32 quick
assign
exit
- H: = Monte edilmiş ISO
- G: = USB Sabit Sürücüsü
Cmd'yi yönetici olarak yeni bir cmd'de çalıştırıyorum ve aşağıdaki cmds'i çalıştırıyorum.
H:
cd boot
bootsect.exe /nt60 G:
hangi hatayı döndürür
Target volumes will be updated with BOOTMGR compatible bootcode.
G: (\\?\Volume{3jkrkmr-dsfd-22s2r4fd-defdgfdgfdgfdg})
FAT32 filesystem bootcode is only supported on hardware with 512 byte
sector sizes.
No bootcode was successfully updated.
Cmd'yi normal olarak çalıştırmayı denedim (yönetici olmadan)
Hata döner
Target volumes will be updated with BOOTMGR compatible bootcode.
Could not map drive partitions to the associated volume device objects:
Access is denied.
c:\Windows\System32\cmd.exe
ve "Yönetici olarak çalıştır" ı tıklayın.