English Amiga Board


Go Back   English Amiga Board > Support > support.Amiga Forever

 
 
Thread Tools
Old 21 October 2011, 02:54   #1
dcms61
David Stevens
 
Join Date: Oct 2011
Location: Berlin/USA
Posts: 22
Smile Amiga Forever 2012 & Mounting ISO files

Hello Everyone!

I'm running Amiga Forever 2012, under the A4000 System running Amiga OS 3.9. I'm able to access physical CDs with no problem, but I am unable to mount ISO files. Can someone please explain, in detail how to mount ISO files like CDs?

Thank You.

ps I sent an e-mail to CLOANTO with no response.
dcms61 is offline  
Old 21 October 2011, 06:33   #2
Arnie
R.I.P Smudge 18-08-16
 
Arnie's Avatar
 
Join Date: Aug 2005
Location: Leicester/UK
Age: 66
Posts: 3,968
Try using uaescsi.device.

Press F12, select restart, click on expansions, select uaescsi.device. Save config file.

To load an iso file select hardrives, select image file, press start.
Arnie is offline  
Old 21 October 2011, 10:43   #3
zipper
Registered User
 
Join Date: Mar 2004
Location: finland
Posts: 1,837
I usually do it on Windows side, using Daemon Tools.
zipper is offline  
Old 21 October 2011, 21:15   #4
dcms61
David Stevens
 
Join Date: Oct 2011
Location: Berlin/USA
Posts: 22
Thanks, but under Expansions, it's ghosted, and I cann't select it.

Quote:
Originally Posted by Arnie View Post
Try using uaescsi.device.

Press F12, select restart, click on expansions, select uaescsi.device. Save config file.

To load an iso file select hardrives, select image file, press start.
dcms61 is offline  
Old 21 October 2011, 21:45   #5
dcms61
David Stevens
 
Join Date: Oct 2011
Location: Berlin/USA
Posts: 22
Mounting ISO & CUE (CD ROM) files

Okay, I figured out how to do that, but I still cann't mount any ISO or CUE (CD ROM) files. I'm able to mount them under the Workbench 3.X, and can't figure out what the difference is.
Thanks

Quote:
Originally Posted by Arnie View Post
Try using uaescsi.device.

Press F12, select restart, click on expansions, select uaescsi.device. Save config file.

To load an iso file select hardrives, select image file, press start.
dcms61 is offline  
Old 22 October 2011, 08:45   #6
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 6,985
Make sure that there is CD0 or EMERGENCY_CD in Devs/DosDrivers which looks like this:

Code:
/***************************************************************/
/*  CacheCDFS mountlist entry © 2000 Amiga Inc.                */
/***************************************************************/
       FileSystem     = L:CacheCDFS /* The name of the game */
       Device         = "uaescsi.device" /* Name of exec device driver */
       Unit           = 0 /* exec device unit */
       Flags          = 0 /* OpenDevice flags */
       BlocksPerTrack = 351000 /* Unused */
       BlockSize      = 2048 /* True, but unused */
       Mask           = 0x7ffffffe /* Memory mask for direct read */
       MaxTransfer    = 0x10000 /* Maximum amount of bytes for direct read */
       Reserved       = 0 /* Unused */
       Interleave     = 0 /* Unused */
       LowCyl         = 0 /* Unused */
       HighCyl        = 0 /* Unused */
       Surfaces       = 1 /* Unused */
       Buffers        = 50 /* Number of cache lines */
       BufMemType     = 1 /* MEMF_PUBLIC */
       BootPri        = 2 /* Boot priority for MountCD */
       GlobVec        = -1 /* Do not change! */
       Mount          = 1 /* Mount it immediately */
       Priority       = 10 /* Priority of FileSystem task */
       DosType        = 0x43443031 /* Currently unused */
       StackSize      = 3000 /* Minimum stack required is 3000! */
       Control        = "MD=0 LC=1 DC=8 L LV AL LFC=1 S NC AUDIO=Utilities/PlayCD"
   /* The Control field is for special adjustments */
   /* L/S convert all file/volume names to lowercase */
   /* LV/S convert volume names to lowercase */
   /* AL/S Auto-Lower converts only non-Amiga CDs */
   /* LFC/N start converting at this character */
   /* LC/N/A number of blocks per cache line */
   /* DC/N/A number of cache lines for the data cache */
   /* MD/N/A number of blocks, when starting direct read, not using */
   /* the cache. 0 will be a reasonable default (LC*DC+1) */
   /* S/S Do SCSI direct commands, no Trackdisk like commands! */
   /* NC/S Do NOT use TD_ADDCHANGEINT, poll for DiskChange! */
   /* M/S Issue a TD_MOTOR (OFF) command after read */
thomas is online now  
Old 22 October 2011, 23:43   #7
dcms61
David Stevens
 
Join Date: Oct 2011
Location: Berlin/USA
Posts: 22
Mounting ISO & CUE files

Yes, I have that. I know it something simple I'm forgetting to do.
Thank You.
dcms61 is offline  
Old 23 October 2011, 10:13   #8
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 6,985
Verify that it's exactly like that above. Especially FileSystem, Device, Unit and MaxTransfer are important.

Also check that uaescsi.device is avtivated in WinUAE config.
thomas is online now  
Old 23 October 2011, 10:21   #9
Arnie
R.I.P Smudge 18-08-16
 
Arnie's Avatar
 
Join Date: Aug 2005
Location: Leicester/UK
Age: 66
Posts: 3,968
I have found that not all iso's mount properly. Superfrog & chuckrock mount ok for me.

If the iso came with a cue file, try using that instead.
Arnie is offline  
Old 25 October 2011, 04:29   #10
mcb
Registered User
 
mcb's Avatar
 
Join Date: Oct 2008
Location: - / -
Posts: 47
Quote:
Originally Posted by dcms61 View Post
ps I sent an e-mail to CLOANTO with no response.
You were sent 88 (eighty-eight) technical support reply emails in response to your numerous questions, including on this topic, between August 29, 2011 and October 22, 2011. You may want to check your spam folder.

Last edited by mcb; 25 October 2011 at 04:58.
mcb is offline  
Old 25 October 2011, 05:13   #11
dcms61
David Stevens
 
Join Date: Oct 2011
Location: Berlin/USA
Posts: 22
Quote:
Originally Posted by Arnie View Post
I have found that not all iso's mount properly. Superfrog & chuckrock mount ok for me.

If the iso came with a cue file, try using that instead.
Yes, I know that. Thank You.
dcms61 is offline  
Old 25 October 2011, 05:47   #12
dcms61
David Stevens
 
Join Date: Oct 2011
Location: Berlin/USA
Posts: 22
Quote:
Originally Posted by mcb View Post
You were sent 88 (eighty-eight) technical support reply emails in response to your numerous questions, including on this topic, between August 29, 2011 and October 22, 2011. You may want to check your spam folder.
Yes, I went through all your replies, but you don't understand. When I first start the Amiga Forever A4000, all the CD0 and uaescsi.device are in place, there is no CD ICON that allows me to mount an ISO or .CUE file. The reason I seem to be asking about the CD0 images is because I had a bad Hard Drive, and I had no backup and I had to reinstall everything.
Thank you Mike, You've been a very big help. I just sent you my .RP9 file for your review. Maybe you might see something I over looked.
dcms61 is offline  
Old 25 October 2011, 10:12   #13
zipper
Registered User
 
Join Date: Mar 2004
Location: finland
Posts: 1,837
Why don't you try it on windows side with Daemon Tools (lite) - haven't seen any problems with it. The images on Daemon Tools drive show fine on Amiga workbench - just looked some anims of Eric Schwartz from CD.
zipper is offline  
Old 25 October 2011, 13:04   #14
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 6,985
Daemon Tools is the most crashy piece of software I've ever tried. Never had as many blue screens as with this installed.

I prefer VirtualCloneDrive or Alcohol 52%.
thomas is online now  
Old 25 October 2011, 14:37   #15
zipper
Registered User
 
Join Date: Mar 2004
Location: finland
Posts: 1,837
Wow, I never had it to crash in 7 years I think. Have VCD and Alcohol 120, too but Daemon tools is so easy to use. But the alternatives are good, perhaps better.
zipper is offline  
Old 25 October 2011, 14:59   #16
Supamax
Da Digger :)
 
Supamax's Avatar
 
Join Date: Nov 2008
Location: Monza, Italy
Posts: 2,822
Quote:
Originally Posted by zipper View Post
Wow, I never had it to crash in 7 years I think
The same for me. My Daemon Tools never crashed.
Supamax is offline  
Old 25 October 2011, 16:46   #17
S0ulA55a551n
Registered User
 
S0ulA55a551n's Avatar
 
Join Date: Nov 2010
Location: South Wales
Age: 46
Posts: 934
Quote:
Originally Posted by Supamax View Post
The same for me. My Daemon Tools never crashed.

I won't risk installing any iso mounters in windows anymore. The amount of games that won't run because the crappy software protection detects them is unreal.

I have had to use no cd cracks on quite a lot of software I own because of that.
S0ulA55a551n is offline  
Old 25 October 2011, 18:43   #18
Arnie
R.I.P Smudge 18-08-16
 
Arnie's Avatar
 
Join Date: Aug 2005
Location: Leicester/UK
Age: 66
Posts: 3,968
Quote:
Originally Posted by dcms61 View Post
When I first start the Amiga Forever A4000, all the CD0 and uaescsi.device are in place, there is no CD ICON that allows me to mount an ISO or .CUE file.
You need to press F12 first, load an ISO file, then the CD icon will appear.

Last edited by Arnie; 02 March 2012 at 18:12.
Arnie is offline  
Old 25 October 2011, 23:27   #19
dcms61
David Stevens
 
Join Date: Oct 2011
Location: Berlin/USA
Posts: 22
Smile

Quote:
Originally Posted by Arnie View Post
You need to press F12 first, load an ISO file, then the CD icon will appear.
Okay, I did that and the CD icon appeared. I mounted the .CUE file, and it didn't show on the Workbench, but it did list under the CD icon to unmount the drive. I would upload my screen shot, but it asks for a URL, and the screen capture is on my D:\ drive.

Can you tell me how to post a picture/screen capture in the forums?
Thank You.

dcms61 is offline  
Old 26 October 2011, 00:33   #20
prowler
Global Moderator
 
prowler's Avatar
 
Join Date: Aug 2008
Location: Sidcup, England
Posts: 10,300
Quote:
Originally Posted by dcms61 View Post
I would upload my screen shot, but it asks for a URL, and the screen capture is on my D:\ drive.

Can you tell me how to post a picture/screen capture in the forums?
Thank You.

Upload your screenshot as an attachment (Click the Manage Attachments button in the Additional Options panel below the Reply panel). Size limit is currently 488.3kB for a picture.

Browse to your D:\ drive, select the file and press Upload, then close the window.

Now your file will be shown below the Reply panel. Right-click on the filename and select Properties from the menu. This is the URL you can use to insert the picture into your post between [IMG] [/IMG] tags. Done!
prowler 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
Amiga Forever 2012 R2 Premium Edition amigakit.com MarketPlace 4 10 October 2012 16:42
Flashback 2012 Demoscene computer party 9th - 10th & 11th June 2012 - C64 - AMIGA - P reload News 0 24 April 2012 17:01
Amiga Forever 2012 Free Shipping AmigaKit.com amigakit.com MarketPlace 0 18 November 2011 18:30
Installing Amiga Forever 2012 dcms61 support.Amiga Forever 3 28 October 2011 20:54
Amiga forever 2012? capa support.WinUAE 4 04 October 2011 21:39

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 15:40.

Top

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