Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Diskpart problem with removable storage device

Featured Replies

I am wondering if anyone has encountered a problem with diskpart and removable storage devices. I can't seem to remove a mount point from usb mass storage device.

Here is the problem in a bit more detail...

When running my winpe script to setup systems I run into a issue when the system contains more than one CD, HDD or someone has left a USB mass storage device attached, or doing a RIS install. We clean the first disk in the system in the prep process so that kills any paritions on the system disk.

Problem is winpe automatically mounts additional storage devices other than its system volume (mounted as x) as c d e etc..

When we partition the target system disk we create two partitions c & d and assign mount points so we can do a windows unattended install to the drive.

For extra CD/DVD drives we found if we put the following commands at the start of the script it would temporarily clear the mount points while in the winpe session so we could do what we want

select volume c

remove

select volume d

remove

Problem is this does not work for usb mass storage devices!!!

If either c or d are a usb mass storage device I get the error "The letter you specified is not assigned to that volume" Doesn't really make sense since I did

select volume C

remove

which drive letter is it talking about - confused????

Is this a bug in diskpart???


try assign another drive letter to it. :)

>select volume c

>assign letter = y

>select volume d

>assign letter = z

>exit

at leat drive letter c and d was released....... looking for better ideas.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.