VOGONS


First post, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

Hi! I found the article online at http://hddguru.com/content/en/software/2006.0 … -MS-DOS-Driver/. However, it doesn't specify how to set the flash drive to a specific drive letter. How do I do that? It no longer works in Windows mode, and I'm wondering if a DOS mode driver will work.

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 1 of 13, by weedeewee

User metadata
Rank l33t
Rank
l33t

fairly certain that you need ASPIDISK.SYS or some equivalent to actually get drive letter access and possibly set the drive letter that will be used.

Right to repair is fundamental. You own it, you're allowed to fix it.
How To Ask Questions The Smart Way
Do not ask Why !
https://www.vogonswiki.com/index.php/Serial_port

Reply 2 of 13, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

I was able to get it to work. I found ATTRIB online, but it doesn't work on Win98 DOS.

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 3 of 13, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

I need a way to either swap files or set the flash drive to a certain drive letter.

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 5 of 13, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

I am familiar with SUBST, but it can't do what I need it to do. 🙁 I need to change the drive letter. SUBST merely reroutes a drive to another.

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 7 of 13, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

I tried ASSIGN. The command is not available. 🙁 I was in the process of getting a DOS version in the hopes that it would work but stopped because I don't think it would do what I need it to do: change the drive letter rather than just creating an alias.

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 8 of 13, by PC Hoarder Patrol

User metadata
Rank l33t
Rank
l33t
Harry Potter wrote on 2022-06-06, 12:41:

I tried ASSIGN. The command is not available. 🙁 I was in the process of getting a DOS version in the hopes that it would work but stopped because I don't think it would do what I need it to do: change the drive letter rather than just creating an alias.

Which ASPI layer are you using - have you tried Di1000dd.SYS which allows you to set the drive letter using the /dL switch

The attachment hd352u_dos.zip is no longer available

Couple of links worth reading...

http://ps-2.kev009.com/basil.holloway/ALL%20TXT/DOSusb.txt
https://msfn.org/board/topic/141875-how-to-in … drivers/page/2/

Reply 9 of 13, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

I have the utility but not sufficient docs. 🙁 How do I format the /dL switch?

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 10 of 13, by weedeewee

User metadata
Rank l33t
Rank
l33t
PC Hoarder Patrol wrote on 2022-06-06, 12:46:

I'm gonna let you have this one 😀

Right to repair is fundamental. You own it, you're allowed to fix it.
How To Ask Questions The Smart Way
Do not ask Why !
https://www.vogonswiki.com/index.php/Serial_port

Reply 11 of 13, by PC Hoarder Patrol

User metadata
Rank l33t
Rank
l33t
Harry Potter wrote on 2022-06-06, 12:50:

I have the utility but not sufficient docs. 🙁 How do I format the /dL switch?

Try following this text from the first link I posted...just change the drive letter in the /d switch to whatever you want it to be

DI1000DD.SYS ASPI Disk Driver v2.00 from Novac Co., Ltd […]
Show full quote

DI1000DD.SYS
ASPI Disk Driver v2.00 from Novac Co., Ltd

device=[{path}]DI1000DD.SYS [/hN] [/dL]

If USBASPI.SYS detects multiple mass storage devices on multiple host adapters, use
/hN Host, to specify which host adapter to map drive letter(s), where N would be the 3rd number set reported for the USB controller in USBASPI.SYS with the /v switch.

To specify the starting drive letter for detected mass storage devices, use
/dL Drive_letter, where L is the first assigned letter for this host adapter

Example of use:

If you want specify the "L" drive letter for a storage
device, try:

device[high]=[{path}]di1000dd.sys /dL

Reply 12 of 13, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

I figured out the switch. It worked but only in DOS mode. In Windows mode, it killed most of the other drives. 🙁

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 13 of 13, by PC Hoarder Patrol

User metadata
Rank l33t
Rank
l33t
Harry Potter wrote on 2022-06-06, 13:29:

I figured out the switch. It worked but only in DOS mode. In Windows mode, it killed most of the other drives. 🙁

TBH I'm not totally sure this is even designed for generic flash drives, so I don't know if you'd have any better luck with this; the Windows driver install package...start the “Add New Hardware Wizard” with the flash drive plugged in then following any prompts, navigate to the directory where you unzipped the files and select NVUSAT2.INF followed by NVUSAT2S.INF if prompted to do so.

The attachment hd352u_win.zip is no longer available