You are here

Fixed Drive Letter The Ultimate Solution

11 posts / 0 new
Last post
tipra.wicked
tipra.wicked's picture
Offline
Last seen: 13 years 11 months ago
Joined: 2007-08-31 05:27
Fixed Drive Letter The Ultimate Solution

i cooked up a launcher which allows you to have a fixed drive letter
it uses a third party program called ReMount

get it from here
http://www.uwe-sieber.de/files/remount.zip
create a folder named Data in the Launcher's Directory
place ReMount.exe in the Data Directory
and run the Launcher
which can be found here
http://rapidshare.com/files/97220106/ReMount.zip.html

this by default mounts the current drive letter to W:

the advantage of this method is that you only have one drive in My Computer
which compared to subst.exe and other solutions found in this forum which have 2 drive letters for the same drive.

Note::ReMount.exe runs only for Win 2k/Xp.

could anyone use the source code and modify it so that it reads a file named config.ini in the Data Directory and reads the drive letter from there so that users can customize the letter to there liking

for users with the nsis compiler open the source code
change W: in
Exec '"$EXEDIR\Data\ReMount.exe" $R0 W:'
to the drive letter you wish to mount to
(do not forget the Smile

The New Launcher
http://rapidshare.com/files/97472938/ReMount_v2.zip
this one reads the drive letter from config.inf present in the data directory

structure of config.inf
[drive letter you wish to mount to]:

example
W:

Jimbo
Offline
Last seen: 4 years 5 months ago
Joined: 2007-12-17 05:43
Two issues

Firstly, the remount command needs administrator rights to run, which will be a problem on public computers

and secondly, while I can't find the licence details for remount, most of Uwe's other tools are (to quote his site)

Freeware for private and educational (schools, colleges, universities) use only. The students shall outnumber all others.
Otherwise one licence per computer is required after a 30 day test period

Could you confirm that this one is free for all users?

tipra.wicked
tipra.wicked's picture
Offline
Last seen: 13 years 11 months ago
Joined: 2007-08-31 05:27
i have mailed him with your

i have mailed him with your question i will inform you as soon as i get a answer(hopefully)

tipra.wicked
tipra.wicked's picture
Offline
Last seen: 13 years 11 months ago
Joined: 2007-08-31 05:27
i got his reply

he says its free with no limitations

btw i uploaded the new launcher this one now reads from a config file

LOGAN-Portable
LOGAN-Portable's picture
Offline
Last seen: 11 years 5 months ago
Developer
Joined: 2007-09-11 12:24
Why do you need a fixed

Why do you need a fixed letter anyway? There are several solution but mostly means you need to install something on the PC.

Aciago
Aciago's picture
Offline
Last seen: 8 months 3 weeks ago
Joined: 2007-01-24 14:23
I don't use it anymore but

there are some sync apps that use the drive letter to automatically sync so it's a good option...

Just answering your question... Wink

If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

tipra.wicked
tipra.wicked's picture
Offline
Last seen: 13 years 11 months ago
Joined: 2007-08-31 05:27
you dont need to install

you dont need to install this on your pc

ceciliaFX
ceciliaFX's picture
Offline
Last seen: 4 months 5 days ago
Joined: 2007-04-24 14:18
ok so you don't install

ok so you don't install anything on the host computer, but will the drive letter REMAIN the same with Every PC you connect your drive to???

If it does, then this is a solution I can live with

"No one man can terrorize a whole nation unless we are all his accomplices." - Edward R. Murrow

wraithdu
Offline
Last seen: 11 years 3 weeks ago
Developer
Joined: 2007-06-27 20:22
Well I would hope it would

Well I would hope it would remain the same, since that's the goal of the program to begin with. That is assuming the drive letter you've chosen isn't already in use on the host machine, then you're SOL.

tipra.wicked
tipra.wicked's picture
Offline
Last seen: 13 years 11 months ago
Joined: 2007-08-31 05:27
that is usually not the case

the computers registry records the flash drives run on the computer and records which drive letter it was assigned(that is what we all are trying to avoid on this site) the flash drive will now retain that letter on that pc till that letter is free if that is not the case then a different letter is assigned and the registry now remembers that.
you will need to run this program once on every pc you use then you will always get that letter on that drive

read this for more information
http://support.microsoft.com/kb/234048

SmithTech
SmithTech's picture
Offline
Last seen: 2 years 3 months ago
Developer
Joined: 2006-11-24 18:06
subst.exe

subst.exe is still the best option.
use subst.exe B: {usb drive letter} to substitute B: for what ever your usb drive letter is.
no matter what you use, you could still run into systems where the drive letter is unavailable because it is in use by another drive.
B: is the absolute least likely to be used on any PC built in the last 10+ years.
I'm not sure if you can actually mount a physical drive to B: if it isn't a floppy, but you can map,subst, or redirect a drive to B:
I don't think subst.exe needs admin privileges either.

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

Log in or register to post comments