Welcome, Guest. Please login or register.

Author Topic: Workbenc 2.05 help  (Read 3478 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline baz136Topic starter

  • Newbie
  • *
  • Join Date: Mar 2007
  • Posts: 46
    • Show only replies by baz136
Workbenc 2.05 help
« on: March 16, 2007, 06:58:54 PM »
I, I have recently got a working backup of workbench 2.05 (thanks a1200) my original discs were screwed. Anyway, I also had crossdos on another workbench disk and found out it was a 3.00 version of workbench. Now I was wondering is it possible to use some crazy way to get atleast the doss driver on the 2.05 disc or even write an adf to a floppy? I heard of some amiga basic code you could write to do this, is there an easier way?
Amiga 600 with 1meg expansion  :-D
Powermac G5 Quad
Powerbook G4 1.33ghz
Powermac G3 233mhz
Intel Celeron D 3.2ghz
Intel Pentium 4 3.4ghz
1ghz Thunderbird
 

Online amigakit

Re: Workbenc 2.05 help
« Reply #1 on: March 16, 2007, 07:18:09 PM »
We have written the program EasyADF to do this and more.

See EasyADF PCMCIA CF Transfer Kit:
 
http://amigakit.leamancomputing.com/catalog/product_info.php?products_id=440

Works with A600s and A1200 - you dont need a hard disk as it is self-booting but can be HD installable
www.AmigaKit.com - Amiga Reseller | Manufacturer | Developer

New Products  --   Customer Help & Support -- @amigakit
 

Offline baz136Topic starter

  • Newbie
  • *
  • Join Date: Mar 2007
  • Posts: 46
    • Show only replies by baz136
Re: Workbenc 2.05 help
« Reply #2 on: March 16, 2007, 07:22:09 PM »
Very nice :) Is there another way (free) to do this? I found a java floppy disc reader but not writer. I just need to transfer 1 file, seems a bit of a waste lol
Amiga 600 with 1meg expansion  :-D
Powermac G5 Quad
Powerbook G4 1.33ghz
Powermac G3 233mhz
Intel Celeron D 3.2ghz
Intel Pentium 4 3.4ghz
1ghz Thunderbird
 

Offline Thomas

Re: Workbenc 2.05 help
« Reply #3 on: March 17, 2007, 07:08:56 AM »
I don't fully understand what your problem is. You want CrossDOS and you say that you have CrossDOS on "another workbench disk". So why don't you just use it ?

If you miss the PC0 dos driver, here it is:

Quote
Code: [Select]

/* $VER: PC0 40.1 (31.8.93)
 *
 * CrossDOS file system entry
 *
 * This file enables CrossDOS on the built-in floppy drive normally
 * referred to as DF0:. PC1 does the same for DF1. By creating new versions
 * of this file and changing the Unit line to use other numbers, you can
 * make CrossDOS available on other devices. For example, changing the value
 * of Unit to 2 would create a mount file that would enable CrossDOS on DF2.
 */

FileSystem = L:CrossDOSFileSystem
Device = mfm.device
Flags = 1
Surfaces = 2
SectorsPerTrack = 9
SectorSize = 512
Reserved = 1
Interleave = 0
LowCyl = 0
HighCyl = 79
Buffers = 5
BufMemType = 0
StackSize = 600
Priority = 10
GlobVec = -1
DosType = 0x4D534400

/* The Unit field is controlled by tooltypes in the PC0 icon.
 *
 * Unit = 0
 */


Bye,
Thomas

Offline baz136Topic starter

  • Newbie
  • *
  • Join Date: Mar 2007
  • Posts: 46
    • Show only replies by baz136
Re: Workbenc 2.05 help
« Reply #4 on: March 17, 2007, 07:59:21 AM »
thank you :) the disc with crossdos is corrupt, read errors etc
Amiga 600 with 1meg expansion  :-D
Powermac G5 Quad
Powerbook G4 1.33ghz
Powermac G3 233mhz
Intel Celeron D 3.2ghz
Intel Pentium 4 3.4ghz
1ghz Thunderbird
 

Offline baz136Topic starter

  • Newbie
  • *
  • Join Date: Mar 2007
  • Posts: 46
    • Show only replies by baz136
Re: Workbenc 2.05 help
« Reply #5 on: March 17, 2007, 11:47:48 PM »
Quote

Thomas wrote:
I don't fully understand what your problem is. You want CrossDOS and you say that you have CrossDOS on "another workbench disk". So why don't you just use it ?

If you miss the PC0 dos driver, here it is:

Quote
Code: [Select]

/* $VER: PC0 40.1 (31.8.93)
 *
 * CrossDOS file system entry
 *
 * This file enables CrossDOS on the built-in floppy drive normally
 * referred to as DF0:. PC1 does the same for DF1. By creating new versions
 * of this file and changing the Unit line to use other numbers, you can
 * make CrossDOS available on other devices. For example, changing the value
 * of Unit to 2 would create a mount file that would enable CrossDOS on DF2.
 */

FileSystem = L:CrossDOSFileSystem
Device = mfm.device
Flags = 1
Surfaces = 2
SectorsPerTrack = 9
SectorSize = 512
Reserved = 1
Interleave = 0
LowCyl = 0
HighCyl = 79
Buffers = 5
BufMemType = 0
StackSize = 600
Priority = 10
GlobVec = -1
DosType = 0x4D534400

/* The Unit field is controlled by tooltypes in the PC0 icon.
 *
 * Unit = 0
 */


Bye,
Thomas


I'm trying to get this to work but I dont know how. I used 'ed' to create the file, But when I double click on the PC0 file i created it does not execute. Im using Workbench 2.05. The screen flashes black with the error at the top saying that there is no execute program or what ever it says when there is not a program to run the file. Any ideas?

Thanks :)
Amiga 600 with 1meg expansion  :-D
Powermac G5 Quad
Powerbook G4 1.33ghz
Powermac G3 233mhz
Intel Celeron D 3.2ghz
Intel Pentium 4 3.4ghz
1ghz Thunderbird
 

Offline rkauer

  • Hero Member
  • *****
  • Join Date: May 2006
  • Posts: 3263
    • Show only replies by rkauer
Re: Workbenc 2.05 help
« Reply #6 on: March 18, 2007, 12:12:59 AM »
Put this file in the DEVS:DosDrivers/ drawer and reboot the Amiga!
Goodbye people.

I\'ll pop on from time to time, RL is acting up.
 

Offline baz136Topic starter

  • Newbie
  • *
  • Join Date: Mar 2007
  • Posts: 46
    • Show only replies by baz136
Re: Workbenc 2.05 help
« Reply #7 on: March 18, 2007, 12:26:33 AM »
sweet thanks, ill try that in a sec :)
Amiga 600 with 1meg expansion  :-D
Powermac G5 Quad
Powerbook G4 1.33ghz
Powermac G3 233mhz
Intel Celeron D 3.2ghz
Intel Pentium 4 3.4ghz
1ghz Thunderbird
 

Offline Matt_H

Re: Workbenc 2.05 help
« Reply #8 on: March 18, 2007, 12:43:50 AM »
I think Devs:DOSDrivers/ was only introduced with Workbench 2.1. If that's the case, you'll need to append the above onto your Devs:Mountlist file. Don't forget the # symbol at the end.
 

Offline weirdami

  • Hero Member
  • *****
  • Join Date: Jan 2003
  • Posts: 3776
    • Show only replies by weirdami
    • Http://Bindingpolymer.com
Re: Workbenc 2.05 help
« Reply #9 on: March 18, 2007, 04:55:01 AM »
Quote
the disc with crossdos is corrupt


How much is it worth to you? I could sell you mine, manuals and all. I guess I should see if the disk works.
----
Binding Polymer: Keeping you together since 1892.
 

Offline A4000_Mad

  • Hero Member
  • *****
  • Join Date: Dec 2006
  • Posts: 1392
    • Show only replies by A4000_Mad
Re: Workbenc 2.05 help
« Reply #10 on: March 20, 2007, 02:36:12 PM »
Quote

I don't fully understand what your problem is


Welcome baz136

Yeah I tried to help with this before there were any replies, but couldn't figure out what you were actually asking. Eventually I gave up concluding that one of us must be under the alfluence of incohol :lol:

If I now get the gist of it, you are booting into an A1200 with Workbench 2.05 and trying to use PC0. You could also try putting 'fat95' into the L drawer of your Workbench floppy and double clicking on MS0 to read PC formatted floppy disks.



This avoids all the jumbled up file names and under Workbench OS3.9 you actually get an icon for the floppy disk with a Windows logo on it :-)

A4000 Mad
A4000 Mad
 

Offline Thomas

Re: Workbenc 2.05 help
« Reply #11 on: March 20, 2007, 04:50:10 PM »
Quote
You could also try putting 'fat95' into the L drawer of your Workbench floppy and double clicking on MS0 to read PC formatted floppy disks.


No, you can't. Fat95 needs mfm.device (or something similar) to read PC-formatted floppies. Mfm.device is part of CrossDOS. So if you don't have CrossDOS, Fat95 is of no help.

Bye,
Thomas

Offline A4000_Mad

  • Hero Member
  • *****
  • Join Date: Dec 2006
  • Posts: 1392
    • Show only replies by A4000_Mad
Re: Workbenc 2.05 help
« Reply #12 on: March 20, 2007, 07:22:39 PM »
Quote

Fat95 needs mfm.device


Well spotted mate. I've just fully checked this out and you do indeed need 'mfm.device' in the Devs drawer of your Workbench 2.05 floppy as well, together with 'fat95' in the L drawer and MS0 anywhere you like on the disk (just so that you can double click on it). Then remove your Workbench 2.05 floppy and insert a PC formatted floppy and you will get an icon for it. Not a 1.44MB disk for the A1200 though unless you have a special floppy drive. You can of course format Amiga disks in a PC running Windows 98 with the format capacity set to 720K. I know XP can't format a 720K disk but off the top of my head I'm not sure about ME or 2000.


BTW i like your avatar Thomas. It gives the impression that you have a shocking or very unusual problem, but then your post goes on to give hope  :-)

A4000 Mad
A4000 Mad
 

Offline Flashlab

  • Hero Member
  • *****
  • Join Date: Aug 2005
  • Posts: 1396
    • Show only replies by Flashlab
Re: Workbenc 2.05 help
« Reply #13 on: March 20, 2007, 07:28:56 PM »
You can format 720k in XP!:

Just type

format a:  /t:80  /n:9

in CMD.
Amiga 4000D Cyberstorm PPC 060@50 604@200 SCSI 130Mb Ram G-Rex Voodoo3 PicassoIV Paloma Ariadne Delfina Lite

Online Flash version of BoulderDash: Offline...
 

Offline Amigaz

  • Hero Member
  • *****
  • Join Date: Feb 2004
  • Posts: 1959
  • Country: se
  • Gender: Male
    • Show only replies by Amigaz
Re: Workbenc 2.05 help
« Reply #14 on: March 20, 2007, 07:33:27 PM »
Quote

Flashlab wrote:
You can format 720k in XP!:

Just type

format a:  /t:80  /n:9

in CMD.


And in Vista  :-D
-------------------------------------------------------------------
Amiga 4000T - A3640 '040
Amiga 4000 - CS MKIII
Amiga 1200 - Blizzard 1230 MKIV
Amiga 1200 - Stock
Amiga CD32 - TF360
A bunch of ol' A500's