Sandisk flash drive won't delete

Darksky40

New member
Local time
12:30 PM
Messages
39
I have Sandisk flash drives and I am having problem's deleting or Formating as it is says This Disk is protected how do I delete or Format please?
 

My Computer My Computer

At a glance

Windows 7 32 bitIntel(R) Atom(TM) CPU N455 @ 1.66GHz1.00 GB(1) Intel(R) Graphics Media Accelerator 3150 ...
Computer type
Laptop
Computer Manufacturer/Model Number
Samsung N-145
OS
Windows 7 32 bit
CPU
Intel(R) Atom(TM) CPU N455 @ 1.66GHz
Motherboard
SAMSUNG ELECTRONICS CO., LTD. N250P/N145P
Memory
1.00 GB
Graphics Card(s)
(1) Intel(R) Graphics Media Accelerator 3150 (2) Intel(R)
Sound Card
Realtek High Definition Audio
Mouse
Logitech B100
Antivirus
Avast Internet Security
Other Info
Vodafone Dongle Pay as you go sim
Hi Darksky,

Are you able to add or delete files from your SanDisk flash drive? Also, have you tried using an alternate machine to format your device?
 

My Computer My Computer

At a glance

Windows 10, Windows 8.1 Pro, Windows 7 Profes...
Computer type
PC/Desktop
OS
Windows 10, Windows 8.1 Pro, Windows 7 Professional, OS X El Capitan
I am able to add on to the Flash Drive but not delete and I have only one machine or access to one machine. I have also read on some instructions to the Scandisk something about Mac does that mean it needs a Mac computer as I have Windows 7? I am wanting to delete a few files or documents.
 

My Computer My Computer

At a glance

Windows 7 32 bitIntel(R) Atom(TM) CPU N455 @ 1.66GHz1.00 GB(1) Intel(R) Graphics Media Accelerator 3150 ...
Computer type
Laptop
Computer Manufacturer/Model Number
Samsung N-145
OS
Windows 7 32 bit
CPU
Intel(R) Atom(TM) CPU N455 @ 1.66GHz
Motherboard
SAMSUNG ELECTRONICS CO., LTD. N250P/N145P
Memory
1.00 GB
Graphics Card(s)
(1) Intel(R) Graphics Media Accelerator 3150 (2) Intel(R)
Sound Card
Realtek High Definition Audio
Mouse
Logitech B100
Antivirus
Avast Internet Security
Other Info
Vodafone Dongle Pay as you go sim
Hm. It's strange that you are able to write to the USB, but not delete from it.

Would you be able to state the filesystem type of your flash drive? And also, it would help if you could upload an image of the exact message you receive when deleting items from your flash drive.
 

My Computer My Computer

At a glance

Windows 10, Windows 8.1 Pro, Windows 7 Profes...
Computer type
PC/Desktop
OS
Windows 10, Windows 8.1 Pro, Windows 7 Professional, OS X El Capitan
HP do a nice low level format utility that works well on flash drives I have used it in the past on thumb drives that had ghost files on that wouldn't delete and it did the trick
 

My Computer My Computer

At a glance

Win7 Ultimate X64Intel i5 3570K8GB DDR3 1600Onboard
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Pauly Special
OS
Win7 Ultimate X64
CPU
Intel i5 3570K
Motherboard
Gigabyte Z77X-DS3H
Memory
8GB DDR3 1600
Graphics Card(s)
Onboard
Sound Card
Onboard
Screen Resolution
1280x1024
Hard Drives
Samsung 840 Evo SSD (OS)
1TB Spinner (Data)
PSU
800W Arctic
Case
Cooler Master
Cooling
3x120mm Fans
Keyboard
MS Wireless
Mouse
MS Wireless
Internet Speed
20M
Thank's for reply and these are the details of the flash drive SanDisk Cruzer Blade, Windows\system32\Drivers\disk.sys, File System FAT 32, 16 Kilobytes. The reason I can't delete or Format but would like to is it keep coming up with the message The disk is write Protected. a bit like the old floppy computer disks had small gap unless you stuck a piece a sticky tape to wipe over. But how do you delete or format the flash drive?
 

My Computer My Computer

At a glance

Windows 7 32 bitIntel(R) Atom(TM) CPU N455 @ 1.66GHz1.00 GB(1) Intel(R) Graphics Media Accelerator 3150 ...
Computer type
Laptop
Computer Manufacturer/Model Number
Samsung N-145
OS
Windows 7 32 bit
CPU
Intel(R) Atom(TM) CPU N455 @ 1.66GHz
Motherboard
SAMSUNG ELECTRONICS CO., LTD. N250P/N145P
Memory
1.00 GB
Graphics Card(s)
(1) Intel(R) Graphics Media Accelerator 3150 (2) Intel(R)
Sound Card
Realtek High Definition Audio
Mouse
Logitech B100
Antivirus
Avast Internet Security
Other Info
Vodafone Dongle Pay as you go sim
If a disk is 'write protected' usually this means it has the read-only attribute set on it. The read-only attribute on a disk normally prevents you from both deleting and writing to the disk, which the ladder action contrasts to your situation, Darksky.

It may be worth a shot to try and remove any read-only attribute on your flash drive, if that's what's preventing you from formatting the disk.

Open an Elevated Command Prompt then copy, paste and run the below command line, substituting the red 'D' with the drive letter of your problematic disk.
Code:
net>NUL sess 2>&1&&(echo sel vol [COLOR=red][B]D[/B][/COLOR] &echo att dis clear readonly &echo att vol clear readonly)|diskpart||echo error


If the above doesn't work, Darksky, you'll have to use a low level format utility to format your flash drive as it's hard to tell what exactly is preventing you from formatting it.
 

My Computer My Computer

At a glance

Windows 10, Windows 8.1 Pro, Windows 7 Profes...
Computer type
PC/Desktop
OS
Windows 10, Windows 8.1 Pro, Windows 7 Professional, OS X El Capitan
Back
Top