English Amiga Board


Go Back   English Amiga Board > Support > New to Emulation or Amiga scene

 
 
Thread Tools
Old 24 August 2017, 11:12   #1
alphagemini
Registered User
 
Join Date: Nov 2011
Location: Folkestone, Kent
Posts: 119
FS-UAE for MacBookPro

I am using a MacBook Pro to run FS-UAE. I want to run my own software originally written using HiSoft basic on an Amiga 4000/040 with a math coprocessor. I have an external floppy drive connected to my Macbook.

I have downloaded FS-UAE launcher app and want to use the default ROM.

What do I do now? Simple words please for a bear of small brain!

regards and thanks to anyone who can help
alphagemini is offline  
Old 24 August 2017, 11:14   #2
alphagemini
Registered User
 
Join Date: Nov 2011
Location: Folkestone, Kent
Posts: 119
for ROM please read 'Kickstart"
alphagemini is offline  
Old 24 August 2017, 11:22   #3
ajk
Registered User
 
ajk's Avatar
 
Join Date: May 2010
Location: Helsinki, Finland
Posts: 1,341
Not sure if you already read my reply in the other thread, but you can't read Amiga floppies using an ordinary (USB?) floppy drive on a modern system. If you don't want to invest in specialist hardware yourself, the easiest option would be to have someone image the floppies for you.
ajk is offline  
Old 26 August 2017, 07:29   #4
alphagemini
Registered User
 
Join Date: Nov 2011
Location: Folkestone, Kent
Posts: 119
Thanks for your reply. I might need to make images in the future, so I would like to know what hardware I need. I have the 4000/040 hard drives off the failed Amiga
alphagemini is offline  
Old 26 August 2017, 07:39   #5
ajk
Registered User
 
ajk's Avatar
 
Join Date: May 2010
Location: Helsinki, Finland
Posts: 1,341
Hard drives - assuming they are reasonably modern and not very early 20MB drives or such - you should be able to read with almost any IDE to USB adapter. Just be careful that you don't format the drives, as obviously OSX or Windows won't understand the drives' content and might offer to format them instead. The AmigaForever website has some instructions for Windows, on a Mac you'll need to do further research on what tools are available. Probably at least Unix based tools like dd could be used.

For floppies you can use an otherwise ordinary floppy drive but you need a specialist controller such as the Kryoflux. A USB floppy drive won't work. Kryoflux comes with its own software to create the disk images.
ajk is offline  
Old 26 August 2017, 08:31   #6
modrobert
old bearded fool
 
modrobert's Avatar
 
Join Date: Jan 2010
Location: Bangkok
Age: 56
Posts: 779
You can use 'dd' in a terminal/shell on the mac to make an image of the hard drive with an IDE to USB adapter as mentioned, but can FS-UAE access raw hard drive images as files? If so, what Amiga file systems are supported (FFS,PFS3,..)?

On a Linux system you can mount the hard drive if it uses FFS and access the files directly.
modrobert is offline  
Old 26 August 2017, 09:28   #7
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
Quote:
Originally Posted by modrobert View Post
You can use 'dd' in a terminal/shell on the mac to make an image of the hard drive with an IDE to USB adapter as mentioned, but can FS-UAE access raw hard drive images as files? If so, what Amiga file systems are supported (FFS,PFS3,..)?
Yes, you can boot FS-UAE off a hard disk image like that, and it will support the filesystems existing in the kickstart used and those installed on RDB of the disk image. Just like real Amiga
kolla is offline  
Old 26 August 2017, 17:05   #8
alphagemini
Registered User
 
Join Date: Nov 2011
Location: Folkestone, Kent
Posts: 119
thanks
alphagemini is offline  
Old 26 August 2017, 17:14   #9
alphagemini
Registered User
 
Join Date: Nov 2011
Location: Folkestone, Kent
Posts: 119
I have an IDE to USB adapter which happily fits the 40 pin tape on the solid state Amiga HD. The business about dd is over my head. How do I get it and use it? Words of one syllable only please!
alphagemini is offline  
Old 26 August 2017, 19:15   #10
Matt_H
Registered User
 
Matt_H's Avatar
 
Join Date: Jul 2008
Location: Boston, MA
Posts: 945
dd is a command-line tool, so you'll need to use OSX's Terminal program. There are two basic things you'll need to do:
1. Find out the device name of your Amiga hard drive when it is connected to your Mac via the USB adapter
2. Use dd with the aforementioned device name as the input file and a destination file name as the output file.

I don't know the exact syntax for these commands, but someone here should be able to provide it.

Be very careful with this operation as it is possible to accidentally overwrite your Amiga hard disk. If there is a write-protect switch or jumper on the drive, enable it just to be safe.
Matt_H is offline  
Old 26 August 2017, 20:20   #11
alphagemini
Registered User
 
Join Date: Nov 2011
Location: Folkestone, Kent
Posts: 119
It sounds a bit risky. The solid state HD has not read/write control
alphagemini is offline  
Old 26 August 2017, 20:21   #12
alphagemini
Registered User
 
Join Date: Nov 2011
Location: Folkestone, Kent
Posts: 119
How do you find out the name of a device?
alphagemini is offline  
Old 27 August 2017, 08:14   #13
modrobert
old bearded fool
 
modrobert's Avatar
 
Join Date: Jan 2010
Location: Bangkok
Age: 56
Posts: 779
Quote:
Originally Posted by alphagemini View Post
How do you find out the name of a device?
First you need to become root user in the terminal, haven't tried this on Mac OSX, but looks like you type 'sudo -s' and enter your current user password. If that fails you can try 'sudo su -'. An indicator that you are "root" is the '#' prompt in the terminal.

After plugging in the USB to IDE adapter, use the 'diskutil list' command in the terminal and look for the device name of the disk connected via adapter, it will read something like /dev/xxx (where xxx is the disk device you found using previous command).

To start the copy process, as root enter this command:

Code:
dd if=/dev/xxx of=/tmp/my_amiga_hard_disk.dd
This will dump the hard drive to your temp directory with the file name 'my_amiga_hard_disk.dd'. Note that the /tmp directory will be deleted at reboot, so copy the file where you want it after the 'dd' command is finished.

Last edited by modrobert; 27 August 2017 at 08:33. Reason: Changed file location from '~' to '/tmp'.
modrobert is offline  
Old 27 August 2017, 16:38   #14
alphagemini
Registered User
 
Join Date: Nov 2011
Location: Folkestone, Kent
Posts: 119
Thanks, great help.
alphagemini 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
fs-uae-launcher and fs-uae-arcade (dev versions) linux problems [Solved] esc support.FS-UAE 2 18 November 2014 01:02
Classify games by developpers,year,genre in fs-uae and fs-uae arcade? Sergeb support.FS-UAE 0 19 March 2014 18:00
Tutorials for (doing stuff with) FS-UAE on fs-uae.net FrodeSolheim support.FS-UAE 6 18 January 2014 22:54
[FS-UAE] Amiga Game Database for FS-UAE Launcher nexusle support.FS-UAE 31 24 August 2012 20:24
[FS-UAE] Extract strings from FS-UAE memory starwindz support.FS-UAE 2 06 August 2012 19:49

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 12:23.

Top

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