Elikkäs, tiedän että tämä ei varsinaisesti ohjelmointiin liity mutta kuitenkin. Eli tietääkö joku miten saisi USB-muititikusta kirjoitussuojauksen pois. Kun olin alustamassa muistitikkua uudelleen se herjasi että: "Levy on kirjoitussuojattu". Tikun kyljessä ei ole kytkintä mistä sen saisi pois. Jos joku tietää niin viitsisikö kertoa.
jospa sen sisällä on joku tiedosto read only -tilassa. tämän näkee mm. tiedoston ominaisuuksista.
Ei kyllä alustamisen pitäisi olla kiinnostunut tiedostojen read only asetuksista.
Voisit kokeilla seuraavaa:
https://superuser.com/questions/543067/why-is-my-usb-flash-drive-now-read-only:
Open cmd.exe as administrator. Then run the following commands:
Type in diskpart.exe and press enter. This will open command line based disk management utility, indicator will change to DISKPART>
Within diskpart, type list disk and press enter. This will show all connected disks. Notice the "Size" column and make a note of the disk # you are concerned with.
Now type select disk X where X is the numerical digit from step 2.
To see its attributes, type attributes disk and press enter.
Now that we've ensured it is indeed a read-only disk, we will need to clear the flag. Simply type attributes disk clear readonly and press enter. This should clear the read-only flag.
Aihe on jo aika vanha, joten et voi enää vastata siihen.