Windows 10: A partition on a USB stick cannot be selected via DiskPart.

Discus and support A partition on a USB stick cannot be selected via DiskPart. in Windows 10 Drivers and Hardware to solve the problem; Code: DISKPART> list volume Volume ### Ltr Label Fs Type Size Status Info ---------- --- ----------- ----- ---------- ------- --------- --------... Discussion in 'Windows 10 Drivers and Hardware' started by Matthew Wai, Mar 11, 2020.

  1. A partition on a USB stick cannot be selected via DiskPart.


    Code:
    Does anyone know why partition 1 cannot be selected? I want to set it as active.
    The partitions on other devices can be selected as usual.

    :)
     
    Matthew Wai, Mar 11, 2020
    #1
  2. 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, Mar 11, 2020
    #2
  3. W1zzard Win User
    W7 Hard drive partition issue

    to get rid of that 100 meg windows partition that setup creates for you on a new install on a blank hdd:

    - press shift+f10 when on the partition management screen in setup <-- this opens a command prompt
    - diskpart <-- start the windows command line partition management tool
    - list disk <--- list the installed hdds in this computer for the next step
    - select disk 0 <- might have to replace 0 with the number of the correct disk
    - clean <-- this will erase all data on the disk you selected one step up- dont use the wrong disk!
    - create partition primary <- creates a primary partition taking up all space on the drive, adjust the command if necessary
    - exit, exit to exit diskpart and the command prompt
    - click refresh in partition manager and select your newly created partition and install to that
     
    W1zzard, Mar 11, 2020
    #3
  4. parelem Win User

    A partition on a USB stick cannot be selected via DiskPart.

    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, Mar 11, 2020
    #4
Thema:

A partition on a USB stick cannot be selected via DiskPart.

Loading...
  1. A partition on a USB stick cannot be selected via DiskPart. - Similar Threads - partition USB stick

  2. USB stick doesn't show up, cannot format or create partition

    in Windows 10 Gaming
    USB stick doesn't show up, cannot format or create partition: Hello,I found an old USB stick VERBATIM STORE N GO 32GB and wondered what was on it. When i plugged it into my computer, firstly it didn't appear in file explorer. I tried : -analyze : result = could not scan because drive is empty, you need to format it first-format : result...
  3. USB stick doesn't show up, cannot format or create partition

    in Windows 10 Software and Apps
    USB stick doesn't show up, cannot format or create partition: Hello,I found an old USB stick VERBATIM STORE N GO 32GB and wondered what was on it. When i plugged it into my computer, firstly it didn't appear in file explorer. I tried : -analyze : result = could not scan because drive is empty, you need to format it first-format : result...
  4. Reinstalling Windows via USB stick does not work.

    in Windows 10 Gaming
    Reinstalling Windows via USB stick does not work.: When i boot from the stick a blue Windows logo on black background appears for a short time but then disappears and the Computer reboots regulary as if i never did anithing but press the on button. What can i do?I created the USB installer with the media creation tool. Befor...
  5. Reinstalling Windows via USB stick does not work.

    in Windows 10 Software and Apps
    Reinstalling Windows via USB stick does not work.: When i boot from the stick a blue Windows logo on black background appears for a short time but then disappears and the Computer reboots regulary as if i never did anithing but press the on button. What can i do?I created the USB installer with the media creation tool. Befor...
  6. Reinstalling Windows via USB stick does not work.

    in Windows 10 Installation and Upgrade
    Reinstalling Windows via USB stick does not work.: When i boot from the stick a blue Windows logo on black background appears for a short time but then disappears and the Computer reboots regulary as if i never did anithing but press the on button. What can i do?I created the USB installer with the media creation tool. Befor...
  7. Unable to create C Drive partition via Diskpart

    in Windows 10 Drivers and Hardware
    Unable to create C Drive partition via Diskpart: I just had a nasty virus attack which wiped out my C Drive. Hence I am wanting to keep my other partitions and just create my C Drive and repair install my Windows. But Diskpart for some reason is not allowing me to create the C Drive. Can someone please tell me where I am...
  8. Select Diskpart Volume by name?

    in Windows 10 Drivers and Hardware
    Select Diskpart Volume by name?: So, here's the scenario: I'm writing a batch file that I want to use to open Diskpart and assign drive letter P to the volume where the batch file is located. How am I supposed to do that. I know how it works (I wouldn't ask this question... Never mind!), but how can I select...
  9. Create a bootable USB stick via Mac?

    in Windows 10 Drivers and Hardware
    Create a bootable USB stick via Mac?: Hello, I recently assembled a new PC, but now I need a bootable USB stick. Unfortunately I only have a Mac at home and don't know exactly how to create Windows 10 on the USB stick. I've already looked at a lot of things, but everybody does it differently. Can somebody...
  10. A partition on a USB stick cannot be marked as active.

    in Windows 10 Drivers and Hardware
    A partition on a USB stick cannot be marked as active.: Code: DISKPART> list volume Volume ### Ltr Label Fs Type Size Status Info ---------- --- ----------- ----- ---------- ------- --------- -------- Volume 0 Z DVD-ROM 0 B No Media Volume 1 C Windows 10 NTFS Partition 80 GB Healthy Boot Volume 2 Recovery NTFS Partition 528 MB...