|
Register or have you forgotten your password?
|
|
|
| Amiga Software Issues and Discussion This forum exists for the discussion of the use, issues with, and fun brought about by classic and next generation Amiga software. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 | ||||||||
|
VIP / Donor
|
I recently acquired a scsi controller for my a1k (thanks CharmFX!)
I'm running wb and ks 1.3 What I would like to do is have all of the assignments and paths point to the harddisk upon boot. I've modified the startupII file on my workbench to do this, but everything ends up getting overridden and pointing back to DF0: except for l, s, and sys For some reason C, FONTS, DEVS, and LIBS assignment revert back to FD0: All of the path statement get overridden as well. here is the relevant chunk in that startup file. What am i doing wrong? Code:
mount dh0: list dh0: assign sys: DH0: assign s: DH0:s assign l: DH0:l assign e: DH0:e assign fonts: DH0:fonts assign devs: DH0:devs assign libs: DH0:libs path reset path DH0:c add path DH0:Utilities add path DH0:System add path DH0:s add path DH0:Prefs add |
||||||||
|
|
|
|
|
#2 | ||||||||
|
VIP / Donor
|
ok, I found a mistake in the listing, assign e: DH0:e, changed it to assign c: dh0:c and now all my assigns are the way they should be but the Path still gets reset on me.
|
||||||||
|
|
|
|
|
#3 | ||||||||
|
Beginner
![]()
Join Date: Nov 2006
Posts: 24
|
Don't use the add option when defining the first item of a new path. Also i'm pretty sure you don't need to reset the path if you define a new path.
So drop the 'path reset' and change 'path dh0:c add' into 'path dh0:c' and i think it should work. |
||||||||
|
|
|
|
|
#4 | ||||||||
|
Beginner
![]()
Join Date: Nov 2006
Posts: 24
|
http://cataclysm.cx/random/amiga/reference/AmigaOS3.9_Manual/dos/book-main65.html
After reading this i'm not sure about my previous post. But i'm also not sure why what you have now fails to work. If what i posted before didn't work try replacing the lines 'path reset' and 'path dh0:c add' by just 'path reset dh0:c' Actually i'm just guessing here and i'm too lazy/tired to test this myself. |
||||||||
|
|
|
![]() |
| Bookmarks |
| Tags |
| path , nonbootable , harddrive , assign |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Amiga Forever ADF path | mortis | Amiga Emulation | 1 | 12-10-2008 03:32 PM |
| Down the same old path?? | kenwood | General chat about Amiga topics | 6 | 01-22-2007 01:53 AM |
| Q2 assign???? | nasty | Amiga Software Issues and Discussion | 3 | 12-04-2006 01:51 PM |
| assign sys: | orange | Amiga Software Issues and Discussion | 15 | 04-30-2006 04:35 PM |
| Make Lock() look for path..? | Jose | Amiga OS -- Development | 18 | 08-03-2005 09:56 AM |