Se incarca, dar se incarca greu, cand iti da sa il formatezi, sa fie bifat NTFS si bifeaza si Quick Format. Funda?
Http://www.epasystems.ro/eroare-the-disk-is-write-protected/
Foloseste utilitarul de la sfarsit!
Start--> Run-->Cmd.exe
În Cmd scrii următoarea linie :
format J: /fs:ntfs
(unde J este litera USB-ului tău)
Dacă nu merge așa, încearcă urmatoarea variantă:
Run CMD.EXE as administrator
Type following commands and hit ENTER key after each command.
· DISKPART starts the DiskPart program
· LIST DISK shows numeral assigned to disks
note the numeral assigned to your usb stick
The numeral 2 will be used in this example
· SELECT DISK 2
· DETAIL DISK the info shown will confirm the correctness of your selection
· CLEAN ALL the entire usb stick will be overwritten with zeros
· CREATE PARTITION PRIMARY create a primary partition on the USB stick
· FORMAT FS=NTFS format the partition
· ACTIVE the partition can contain operating system startup files
· ASSIGN the next available letter is assigned to the USB stick
· EXIT exit from the DISKPART program
· EXIT exit from the command shell