Title: SanDisk 8GB USB 2.0 Flash Drive (Local Drive) Errors (I/O) in Windows 11
Introduction:
Users have reported issues with SanDisk 8GB USB 2.0 flash drives being treated as Local Drives instead of USB Drives in Windows 11, resulting in various I/O errors. This article aims to explain the reasons behind this issue and provide solutions to resolve it.
Reasons:
-
Right out of the Factory: SanDisk USB flash drives may sometimes be incorrectly formatted as Local Drives during the manufacturing process.
-
Treatment as Local Drive: Windows 11, upon detecting the drive, identifies it as a Local Drive instead of a USB Drive due to incorrect drive letter assignments or incorrect drive type identification.
Symptoms:
- Windows 11 recognizes the SanDisk 8GB USB 2.0 flash drive but fails to read or write data.
- The drive may show up with a Local Disk (C:) or similar drive letter instead of a removable drive letter.
- Error messages related to I/O operations may appear when attempting to access the drive.
Solutions:
-
Reformat the Drive:
- Plug in the SanDisk 8GB USB 2.0 flash drive.
- Right-click on the drive in File Explorer.
- Select 'Format...' from the context menu.
- In the 'Format' window, ensure 'Quick Format' is not checked, and select the correct file system (FAT32 or exFAT).
- Click 'Start' to begin the formatting process.
-
Change Drive Letter:
- Plug in the SanDisk 8GB USB 2.0 flash drive.
- Right-click on 'Computer' or 'This PC' on the desktop or in File Explorer.
- Select 'Manage' from the context menu.
- In the Computer Management window, expand 'Storage' and then 'Disk Management'.
- Locate the SanDisk drive in the list.
- Right-click on the drive and select 'Change Drive Letter and Paths'.
- Click 'Change' to assign a new drive letter.
-
Use Diskpart:
- Open Command Prompt as Administrator.
- Type
diskpartand press Enter. - Type
list diskand press Enter to list all disks. - Identify the SanDisk drive by its size (e.g., 7680 MB).
- Type
select disk X(replace X with the disk number of the SanDisk drive). - Type
cleanand press Enter to erase all data on the drive. - Type
create partition primaryand press Enter. - Type
format quickand press Enter. - Type
assign letter=G(or choose a different available drive letter) and press Enter. - Type
exitand press Enter to exit Diskpart.
References:
-
Books:
- Windows 11 For Dummies by Andy Rathbone
-
Articles:
-
Online Resources: