Windows 10: Can't fix USB drive with diskpart

Discus and support Can't fix USB drive with diskpart in Windows 10 Ask Insider to solve the problem; I'm trying to format a USB drive but I can't because the computer doesn't see it. So, I go into diskpart, I select the USB drive, and the clean command... Discussion in 'Windows 10 Ask Insider' started by /u/herbertportillo, Nov 16, 2020.

  1. Can't fix USB drive with diskpart


    I'm trying to format a USB drive but I can't because the computer doesn't see it. So, I go into diskpart, I select the USB drive, and the clean command just throws an "Access is denied" error over and over. I'm running powershell as an admin.

    Does anyone know how to fix this?

    submitted by /u/herbertportillo
    [link] [comments]

    :)
     
    /u/herbertportillo, Nov 16, 2020
    #1
  2. parelem Win User

    bootable USB drive?

    in dos:

    diskpart
    list disk
    select disk # //where # = your usb drive
    create partition primary
    select partition 1
    set active
    format fs=fat32 label="whatever"
     
    parelem, Nov 17, 2020
    #2
  3. thraxed Win User
    Installing windows off of a USB stick

    Step By Step from vista:
    From admin cmd prompt

    1. diskpart
    1a. list disk
    2. select disk 1 (replace 1 with your usb drive)
    3. clean
    4. create partition primary
    5. select partition 1 (replace 1 with your usb drive)
    6. active
    7. format fs=fat32
    8. assign
    9. exit

    Copy Windows Vista's DVD ROM content to the Flash Drive

    xcopy d:\*.* /s/e/f e:\ (d being your vista cd and e being your usb stick)

    And that's it, boot off your usb disk
     
    thraxed, Nov 17, 2020
    #3
  4. zbook Win User

    Can't fix USB drive with diskpart

    How to reformat USB Recovery Drive

    Part of the commands and results were missing from the image.

    Open adminstrative command prompt and type or copy and paste:
    diskpart
    list disk
    select disk #
    (replace # with the disk number for the flash drive)
    attributes disk clear readonly
    exit


    If the above steps work then you are set.
    If the above steps fail then view this link for additional troubleshooting steps:
    How to Format Read-only USB Drive Successfully?
     
    zbook, Nov 17, 2020
    #4
Thema:

Can't fix USB drive with diskpart

Loading...
  1. Can't fix USB drive with diskpart - Similar Threads - Can't fix USB

  2. How to fix USB drive not detected even not showing in CMD diskpart - list disk? please...

    in Windows 10 Gaming
    How to fix USB drive not detected even not showing in CMD diskpart - list disk? please...: How to fix USB drive not detected even not showing in CMD diskpart - list disk? please help. diskpart only showing only 1 disk. my laptop....
  3. How to fix USB drive not detected even not showing in CMD diskpart - list disk? please...

    in Windows 10 Software and Apps
    How to fix USB drive not detected even not showing in CMD diskpart - list disk? please...: How to fix USB drive not detected even not showing in CMD diskpart - list disk? please help. diskpart only showing only 1 disk. my laptop....
  4. Can't format USB even with Diskpart and disk management

    in Windows 10 Drivers and Hardware
    Can't format USB even with Diskpart and disk management: Hi PeopleToday, I was creating a Windows Bootable USB using Rufus. While the creation was in progress at about 67% it stopped with the dialog box stating ".iso extraction failure." I opened 'This PC' and found that my USB was not listed there. When I reinserted my USB it...
  5. Diskpart Clean USB Problem

    in Windows 10 Drivers and Hardware
    Diskpart Clean USB Problem: I recently created a bootable USB device for Windows 10 then did these steps I found on the web: Plug in the flash drive. At a command prompt run: diskpart List disk (Enter) Select disk (number of flash drive) (Press Enter) Clean (It will wipe the drive completely, including...
  6. Removable USB Drive Showing as Read only in Disk Management but not in DiskPart

    in Windows 10 Drivers and Hardware
    Removable USB Drive Showing as Read only in Disk Management but not in DiskPart: So about a year ago I made this drive into a recovery drive. However, the last time my computer had an issue that would require this drive, it didn't show up as a recovery drive when plugged in. I have decided that I would like to reuse this drive however when I attempted to...
  7. formatting pen drive with diskpart

    in Windows 10 Drivers and Hardware
    formatting pen drive with diskpart: I have a 8 GB usb and due to some problem as discussed here I am trying to format my USB disk which is 8 GB in size. When I insert the USB following message pops up [img] so I decided to format the usb as per a tutorial here when I execute command create partition primary...
  8. Create a bootable USB flash drive using Diskpart

    in Windows 10 Installation and Upgrade
    Create a bootable USB flash drive using Diskpart: Hi, Its great to see the addition of Option 4 (Diskpart method) in the Create Bootable USB flash drive to install Windows 10 Tutorial . Create Bootable USB Flash Drive to Install Windows 10 There's an extra command directly after the clean command, "convert mbr". Is this...
  9. Create a bootable USB flash drive using Diskpart

    in Windows 10 Support
    Create a bootable USB flash drive using Diskpart: Hi, Its great to see the addition of Option 4 (Diskpart method) in the Create Bootable USB flash drive to install Windows 10 Tutorial . Create Bootable USB Flash Drive to Install Windows 10 There's an extra command directly after the clean command, "convert mbr". Is this...
  10. Using Diskpart to create a bootable USB flash drive

    in Windows 10 Installation and Upgrade
    Using Diskpart to create a bootable USB flash drive: Hi All, Ive decided to use Diskpart to create a bootable USB flash drive instead of using the Media Creation Tool to create the Windows 10 media. Im just going to use the Media Creation Tool to download the iso image and diskpart to prepare the flash drive. Are the following...