|
I have scripts that expect specific drive letters for hard drives. Windows sometimes assigns the different drive letters [e.g. I expected my Maxtor drive to be E but it's now F, therefore my scripts will fail], depending on the order of how the drives...
Answer Snippets (Read the full thread at superuser):
Running as service makes it independent and assign....
USBDLM is a Windows service that gives control over Window's drive letter assignment for USB drives.
The USB Drive Letter Manager for Windows is your friend.
|
|
I would like to assign a drive letter to a GMail drive so that I could script some output to it. Are they any hacks to get this to work?
Started by Adam Tegen on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It's like being attached to a hard drive over a bad a vitual (namespace) drive, sync....
Have a look at GMail Drive
GMail Drive no longer works (well) -- Google put rate limits into Gmail to prevent this kind of (ab)use of Gmail.
|
|
I want to change a drive letter, for example, I can use "diskpart.exe" to assign a new letter to a drive (a usb disk or a new hard disk), but I want to know how to implement it with C/C++ code.
Answer Snippets (Read the full thread at stackoverflow):
}
It has an /s parameter that you can use to supply... .
Cout << "command exited with code: " << i; // .. .
A trivial and easy way to do this would be to just shell out to diskpart :
int main () { int i = system("diskpart ..."); // Add args here .
|
Ask your Facebook Friends
|
I have 2 identical SATA-2 drives I use for backup purposes. Basically I have got e-Sata/USB2.0 cradle and 2 drives. When I need to do a peform a backup I "on" the drive cradle, do a backup, when replace a drive in a cradle with another one - idea is to...
Started by Alex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Basically, one puts a small text file on the root directory of the disk, which dictates the drive-letter....
Running as service makes it independent of the logged.
Window's drive letter assignment for USB drives.
|
|
I have 2 identical SATA-2 drives I use for backup purposes. Basically I have got e-Sata/USB2.0 cradle and 2 drives. When I need to do a peform a backup I "on" the drive cradle, do a backup, when replace a drive in a cradle with another one - idea is to...
Started by Alex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
This is stored to attempt....
The heading "DYNAMIC Disk - Drive Letter Assignment Rules" for details on how Dynamic disks assign driveAccording to this TechNet article windows reserves the drive letter for the volume.
|
|
I need some way to map a UFS Solaris drive (ie, assign a drive letter to it) while it is in a Windows XP box.
I've found utilities that will let me transfer files from a Solaris disk to a NTFS disk on the Windows box, but nothing that will let me map/...
Started by Cat on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
The recovery utilities should....
It...?
You won't be able to assign a drive letter in Windows as it it not a supported file system case I'm still lost why it has to stay on a UFS formatted drive on a server not meant for reading.
|
|
It seems that drive letters may change during unattended XP install.
I'm trying to install XP on a PC with 1 primary partition an 1 logical volume on the hard drive, and 1 CD drive.
After the install I expected to get (as usual):
- C: = Primary partition...
Started by dugres on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Right to change the letter on Select "Change Drive Letter and Path" Follow the dialog
I know this will work Click on My Computer....
But you can give it a try.
I've never switched the drive letter of the primary partition.
|
|
Drive letters cannot be assigned to flash / USB drives and CD-ROM under Windows 7 ultimate 64 bit edition.
Please help me.
Answer Snippets (Read the full thread at microsoft):
Are you right to be presented....
Hi,
You may try to boot the computer in Clean Boot Mode to see whether you can assign the drive letter.
Please help me.
Windows in "Safe Mode" I Can Assign Drive letter to CD-Rom.
|
|
I plug in a Firewire drive to my computer and select System > HWPnP > Install Devices. I can't see the drive unless I open Disk Management and assign a drive letter manually. Is there a way to auto assign a drive letter?
Started by cranszm on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at ubcd4win):
Is there a way to auto assign a drive letter? Lord Necron, on 03 2012 - 03:35 AM, said:
Is there a way to auto assign a drive letter?cranszm, on 03 February....
And assign a drive letter manually.
|
|
Is there a way to reserve a drive letter for an external hard drive?
Started by Toro on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
You can assign a drive to appear as....
Permanently assign a drive letter to a particular USB device without third party applications - I find letter assignments sometimes stick for a while but soon revert.
|