Welcome, Guest. Please login or register.

Author Topic: Help with Manual ASIMCDFS Install  (Read 1160 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline magneticTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2531
    • Show only replies by magnetic
Help with Manual ASIMCDFS Install
« on: September 26, 2005, 12:20:08 AM »
Hi guys

I have a major problem here, I lost my AsimCDFS floppy disk and this amiga has no cd rom. I need to install Asim from another hard drive to this one manually, and possibly need a mountlist??  Any help is appreciated on this. If anyone can post a mount list for "CD0" that would be really helpful, as well as any verbose intstructions on manual install and where libs and devs need to be.

tia

magnetic
bPlan Pegasos2 G4@1ghz
Quad Boot:Reg. MorphOS | OS4.1 U4 |Ubuntu GNU-Linux | MacOS X

Amiga 2000 Rom Switcher w/ 3.1 + 1.3 | HardFrame SCSI | CBM Ram board| A Squared LIVE! 2000 | Vlab Motion | Firecracker 24 gfx

Commodore CDTV: 68010 | ECS | 9mb Ram | SCSI -TV | 3.9 Rom | Developer EPROMs
 

Offline cecilia

  • Amiga Snob
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 4875
  • Country: 00
    • Show only replies by cecilia
    • http://cecilia.sawneybean.com/
Re: Help with Manual ASIMCDFS Install
« Reply #1 on: September 26, 2005, 04:08:49 AM »
it's been a while but i think this is my mount file (placed in Devs/dosdrivers

----

/* $VER: CD0 40.6 (31.8.93)
 *
 * CD-ROM file system entry
 *
 * This file enables the CD-ROM file system which allows you to read standard
 * ISO-9660 CD-ROM disks from an Amiga with a SCSI or IDE controller.
 *
 * The "Unit" line defines the SCSI address of the CD-ROM drive. Drives
 * often come configured as unit 2, which is the default. Check the
 * documentation for your CD-ROM drive to find the exact SCSI address.
 * Note that most drives let you change this number using jumpers.
 */

FileSystem   = L:CDFileSystem
Flags      = 0
Surfaces   = 1
SectorsPerTrack   = 1
SectorSize   = 2048
Mask      = 0x7ffffffe
MaxTransfer   = 0x100000
Reserved   = 0
Interleave   = 0
LowCyl      = 0
HighCyl      = 0
Buffers      = 5
BufMemType   = 0
StackSize   = 1000
Priority   = 10
GlobVec      = -1
DosType      = 0x43443031

/* The Device and Unit fields are controlled by tooltypes in the CD0 icon.
 *
 * Device   = scsi.device
 * Unit      = 2
 */
---------------------

here's what is in the s/user-startup file:
(my system disk was called Asimov)
---------
;BEGIN AsimCDFS
echo "Mounting AsimCDFS..."
assign AsimCDFS: "Asimov:AsimCDFS"
assign AsimCDFS_Buffer: "Asimov:AsimCDFS_Buffer"
mount >NIL: CD0: from devs:MountList.CD0
;END AsimCDFS

------------------------

you can either have a mountlist in devs or a CD0 file in devs/dosdrivers

it really shouldn't matter.

there may be files in C:
i don't recall. I'd have to look in my emulation.
you Do need L:CDFileSystem
devs/asimcdfs.device
L/AsimCDFS

well, at least I think so.
I'll come back with more info (if i have it).
the no CARB diet- no Cheney, Ashcroft, Rumsfeld or Bush.
IFX CD Tutorial
 

Offline cecilia

  • Amiga Snob
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 4875
  • Country: 00
    • Show only replies by cecilia
    • http://cecilia.sawneybean.com/
Re: Help with Manual ASIMCDFS Install
« Reply #2 on: September 26, 2005, 02:57:36 PM »
files in libs:

lowlevel.library
playerprefs.library

----
devs:

bookmark.device
cardmark.device
asimcdfs.device
cd.device
cdtv.device
the no CARB diet- no Cheney, Ashcroft, Rumsfeld or Bush.
IFX CD Tutorial