|
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.
|
|
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.
|
|
I'm trying to resolve a file path error problem with TortoiseSVN in this question on Stack Overflow. One of the answers suggested trying to change the drive letter of my external hard drive. How can I change the drive letter for a USB device?
Started by Maxim Z. on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Click on "Change Drive Letter and Paths" then first remove the existing....
Go to computer management (Right click on the drive you wish to change.
Just right-click the drive and change Drive Letter IIRC.
Utility.
|
|
I have a drive at home. I would like to use it at WORK like a regular drive. Is this possible? Can I assign a drive letter to it?
Thanks!
Started by mctabish on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at seagate):
|