English Amiga Board


Go Back   English Amiga Board > abime.net - Hosted Projects > project.ClassicWB

 
 
Thread Tools
Old 02 May 2008, 12:01   #1
Groundhog
Registered User
 
Join Date: Apr 2008
Location: Belgium
Posts: 93
Mounting RAD:

When I mount a RAD device, everything seems correct, but when I try to access it, there's a 205 error, "Object Not Found". When I move the rad file from sys:storage/dosdrivers to sys:devs/dosdrivers, the rad is only accessible as a NDOS disk.

I'm sure I'm doing something wrong but I'm working from (bad) memory and the documentation on the net is sparse. Well, how can "mount RAD:" be wrong ? That's odd...

BTW, Bloodwych, I found a solution for the lazybench problem (with StarFlight2). I created a little script to launch the executable and linked to that script. Everything is fine now. Anyway, that's odd too.
Groundhog is offline  
Old 02 May 2008, 16:12   #2
smoorke
Registered User
 
smoorke's Avatar
 
Join Date: Jul 2007
Location: Ghent/Belgium
Age: 43
Posts: 247
Send a message via MSN to smoorke
Most likely your mountlist 'RAD' has an error.
Can you post the contents of your file.
smoorke is offline  
Old 02 May 2008, 16:59   #3
Groundhog
Registered User
 
Join Date: Apr 2008
Location: Belgium
Posts: 93
Quote:
Originally Posted by smoorke View Post
Most likely your mountlist 'RAD' has an error.
Can you post the contents of your file.
Sure. But I didn't change anything. These are the default files in the Full, AdvSP, and P96 configs.

Code:
/* $VER: RAD 40.1 (31.8.93)
 *
 * Recoverable RAM disk mount entry
 *
 * You can create different simultaneous recoverable RAM disks by creating
 * versions of this file with different Unit values.
 *
 * The size of a recoverable RAM disk is controlled by the value of the
 * HighCyl line. Increasing this value by 1 consumes an additional 11K of
 * RAM. So the default value of 79 consumes around 880K of memory.
 */

Device        = ramdrive.device
Unit        = 0
Flags        = 0
Surfaces    = 2
SectorsPerTrack    = 11
SectorSize      = 512
Reserved    = 2
Interleave    = 0
Buffers        = 5
BufMemType    = 1

/* The LowCyl and HighCyl fields are controlled by tooltypes in the RAD icon.
 *
 * LowCyl    = 0
 * HighCyl    = 79
 */
And default values in tooltypes.
Groundhog is offline  
Old 02 May 2008, 17:01   #4
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,570
Not enough RAM?
Toni Wilen is offline  
Old 02 May 2008, 17:02   #5
Groundhog
Registered User
 
Join Date: Apr 2008
Location: Belgium
Posts: 93
Quote:
Originally Posted by Toni Wilen View Post
Not enough RAM?
I tried with 8Mb chip mem and 32Mb Z3 fast mem.

No result.
Groundhog is offline  
Old 02 May 2008, 18:17   #6
Don_Adan
Registered User
 
Join Date: Jan 2008
Location: Warsaw/Poland
Age: 56
Posts: 2,039
Try from CLI:

dir rad:

or use DMSwin and WRITE to RAD: disk.
Don_Adan is offline  
Old 02 May 2008, 18:40   #7
Groundhog
Registered User
 
Join Date: Apr 2008
Location: Belgium
Posts: 93
Quote:
Originally Posted by Don_Adan View Post
Try from CLI:

dir rad:

or use DMSwin and WRITE to RAD: disk.
Why should I try "dir rad:" since it isn't correctly mounted ?

Anyway, the resulting error, predictably :

Code:
RAD: is not a directory
directory not found
Groundhog is offline  
Old 02 May 2008, 19:11   #8
Groundhog
Registered User
 
Join Date: Apr 2008
Location: Belgium
Posts: 93
I can't believe I'm the only one with this problem. The ClassicWB configs are still in their original state, I only made minor modifications, and not to the system !

Has anybody tried to mount a rad device with ClassicWB before ?
Groundhog is offline  
Old 02 May 2008, 19:46   #9
Amiga1992
Registered User
 
Join Date: May 2001
Location: ?
Posts: 19,654
Are you mounting it from the icon?
Or CLI?

if on CLI, you will have to uncomment this:

/* The LowCyl and HighCyl fields are controlled by tooltypes in the RAD icon.
*
* LowCyl = 0
* HighCyl = 79
*/

Otherwise you probably are creating a RAD device with 0 cylinders..

Just a guess...
Also, try to specify where you are mounting it fropm, like

mount RAD: from devs:storage/RAD
Amiga1992 is offline  
Old 02 May 2008, 20:02   #10
Groundhog
Registered User
 
Join Date: Apr 2008
Location: Belgium
Posts: 93
Never mind. I think I know why I have so many problems.

My WB3.1 disks were corrupted. I remember I saw some error messages when I installed ClassicWB. I thought they were only warnings...

Now I need to reinstall the whole thing.

Thanks anyway.

EDIT: Confirmed, my disks were corrupted. It works now. DAMN !!!

Last edited by Groundhog; 02 May 2008 at 20:14.
Groundhog is offline  
Old 02 May 2008, 20:15   #11
Don_Adan
Registered User
 
Join Date: Jan 2008
Location: Warsaw/Poland
Age: 56
Posts: 2,039
Quote:
Originally Posted by Groundhog View Post
Why should I try "dir rad:" since it isn't correctly mounted ?

Anyway, the resulting error, predictably :

Code:
RAD: is not a directory
directory not found
1. Mount RAD:
2. Dir RAD:
It always work on my Amiga OS 2.0.
Or
1. Mount RAD:
2. Use DMSwin 1.53 (WRITE) option, select RAD: as destination
and unpack any DMS archive.

It works on my A2000. I'm always use RAD disk.

You can try also:
1. Mount RAD:
2. Mount RAD:
If you seen "RAD: is already mounted" then RAD is correctly
installed on your OS. But is not activated.
Don_Adan is offline  
Old 02 May 2008, 20:26   #12
Groundhog
Registered User
 
Join Date: Apr 2008
Location: Belgium
Posts: 93
See the previous post.

Your help is still appreciated anyway.

Thanks.
Groundhog is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Deleting RAD Drive Daniel Cordell project.ClassicWB 8 05 September 2011 21:00
How to boot adf from RAD? olesio support.Apps 13 08 June 2010 00:56
Can't get RAD: working?? spirited support.Apps 2 05 May 2006 14:34
RAD: ponderings Dj Dishcloth support.Apps 5 10 April 2005 23:12
RAD Volume Tony Landais Coders. General 2 12 May 2003 10:15

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


All times are GMT +2. The time now is 00:24.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.08498 seconds with 13 queries