amiga.org
     
iconAll times are GMT -6. The time now is 11:14 PM. | Welcome to Forum, please register to access all of our features.

» Amiga.org » Amiga computer related discussion » Amiga Software Issues and Discussion » path, assign and non-bootable harddrive

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.

Reply
 
Thread Tools Display Modes
Old 11-25-2007, 02:30 AM   #1
koaftder
VIP / Donor
Points: 12,269, Level: 72 Points: 12,269, Level: 72 Points: 12,269, Level: 72
Activity: 14% Activity: 14% Activity: 14%
 
koaftder's Avatar
 
Join Date: Apr 2004
Location: USA, MD, Salisbury
Posts: 2,077
Blog Entries: 1
Default path, assign and non-bootable harddrive

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
koaftder is offline   Reply With Quote
Old 11-25-2007, 03:02 AM   #2
koaftder
VIP / Donor
Points: 12,269, Level: 72 Points: 12,269, Level: 72 Points: 12,269, Level: 72
Activity: 14% Activity: 14% Activity: 14%
 
koaftder's Avatar
 
Join Date: Apr 2004
Location: USA, MD, Salisbury
Posts: 2,077
Blog Entries: 1
Default Re: path, assign and non-bootable harddrive

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.
koaftder is offline   Reply With Quote
Old 11-29-2007, 04:44 PM   #3
smoorke
Beginner
Points: 1,916, Level: 26 Points: 1,916, Level: 26 Points: 1,916, Level: 26
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Nov 2006
Posts: 24
Default Re: path, assign and non-bootable harddrive

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.
smoorke is offline   Reply With Quote
Old 11-29-2007, 04:44 PM   #4
smoorke
Beginner
Points: 1,916, Level: 26 Points: 1,916, Level: 26 Points: 1,916, Level: 26
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Nov 2006
Posts: 24
Default Re: path, assign and non-bootable harddrive

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.
smoorke is offline   Reply With Quote
Reply

Bookmarks

Tags
path , nonbootable , harddrive , assign

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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