Welcome, Guest. Please login or register.

Author Topic: reading an amiga 1200 hard drive without an amiga?  (Read 2065 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline afd67Topic starter

  • Newbie
  • *
  • Join Date: Sep 2006
  • Posts: 5
    • Show only replies by afd67
reading an amiga 1200 hard drive without an amiga?
« on: September 09, 2006, 10:48:57 AM »
Hi I have an old amiga 1200 that has a hard drive in it, I have been mucking about with amiga emulators and would like access to the data on the drive. I read that Linux can read Amiga drives and so installed Fedora on my iMac. It didn't work. I used a USB to 2.5" enclosure. The imac saw there was a disc attached but asked to format it. I got same result with windows.
Does anyone know of a way to access the data? Can an emulator read the drive via USB? Or is there an amiga driver for Mac or PC? Did I use the wrong version of Linux?
Alan
 

Offline tormedhammaren

  • Full Member
  • ***
  • Join Date: Mar 2003
  • Posts: 153
    • Show only replies by tormedhammaren
Re: reading an amiga 1200 hard drive without an amiga?
« Reply #1 on: September 09, 2006, 11:04:07 AM »
Mounting Amiga FFS under Linux needs a module called affs.

Read this: http://www.yueksel.org/artikel.cgi/1111186447
tormedhammaren/toddi ||==
 

Offline pjhutch

  • Sr. Member
  • ****
  • Join Date: Mar 2002
  • Posts: 452
  • Country: england
  • Gender: Male
  • Amiga user and developer
    • Show only replies by pjhutch
    • http://www.pjhutchison.org
Re: reading an amiga 1200 hard drive without an amiga?
« Reply #2 on: September 09, 2006, 11:25:51 AM »
I know Winuae can read Amiga drives if attached via IDE.
Ideally, I would get a 2.5" to 3.5" converter cable and attach it that way to PC.

To be honest, the best way is to connect the Amiga with the HD to your PC via a serial lead and use Amiga Explorer (comes with Amiga Forever) to get files off it.

 

Offline neuroflip

  • Full Member
  • ***
  • Join Date: Apr 2006
  • Posts: 200
    • Show only replies by neuroflip
    • http://a1200.wordpress.com
Re: reading an amiga 1200 hard drive without an amiga?
« Reply #3 on: September 09, 2006, 11:35:30 AM »
Quote

pjhutch wrote:
To be honest, the best way is to connect the Amiga with the HD to your PC via a serial lead and use Amiga Explorer (comes with Amiga Forever) to get files off it.


But Amiga Explorer is too slow!! try and decide :P
Serial option it's better with NComm and 8n1.device
[http://a1200.wordpress.com (spanish)
a1200 + Bliz1260/50Mhz/64Mb + HD10Gb + a520 svideo mod + Wireless PCMCIA Elsa MC-11 + PCMCIA CF + Adaptator + CF 256Mb + a500 + 512Kb]
 

Offline afd67Topic starter

  • Newbie
  • *
  • Join Date: Sep 2006
  • Posts: 5
    • Show only replies by afd67
Re: reading an amiga 1200 hard drive without an amiga?
« Reply #4 on: September 09, 2006, 11:52:09 AM »
Quote

tormedhammaren wrote:
Mount Amiga FFS under Linux needs a module called affs.

Read this: http://www.yueksel.org/artikel.cgi/1111186447


Sorry I am very new to Linux so the above link went a wee bit over my head! Is this module available to all versions of Linux or just some?

Thanks alan
 

Offline afd67Topic starter

  • Newbie
  • *
  • Join Date: Sep 2006
  • Posts: 5
    • Show only replies by afd67
Re: reading an amiga 1200 hard drive without an amiga?
« Reply #5 on: September 09, 2006, 11:58:23 AM »
Also I only have the 1200 left, mouse monitor and power supply are long gone.
If I use Amiga Explorer can I use it via "USB?
 

Offline neuroflip

  • Full Member
  • ***
  • Join Date: Apr 2006
  • Posts: 200
    • Show only replies by neuroflip
    • http://a1200.wordpress.com
Re: reading an amiga 1200 hard drive without an amiga?
« Reply #6 on: September 09, 2006, 12:47:49 PM »
if i have understand you only have the a1200  :-(  ... then connect the ide hd to a pc to extract the info via linux mounting affs.
[http://a1200.wordpress.com (spanish)
a1200 + Bliz1260/50Mhz/64Mb + HD10Gb + a520 svideo mod + Wireless PCMCIA Elsa MC-11 + PCMCIA CF + Adaptator + CF 256Mb + a500 + 512Kb]
 

Offline afd67Topic starter

  • Newbie
  • *
  • Join Date: Sep 2006
  • Posts: 5
    • Show only replies by afd67
Re: reading an amiga 1200 hard drive without an amiga?
« Reply #7 on: September 09, 2006, 03:34:55 PM »
problem with that is i have an iMac, which is why i wanted to use USB. The only PC i have is a tablet PC that belongs to my school. the amiga drive is too thick to fit it anyway.
Thanks will look out for an old PC from somewhere. Can anyone recommend a lesion of LINUX that has the Amiga driver or will they all have it?

Thanks

Alan
 

Offline tormedhammaren

  • Full Member
  • ***
  • Join Date: Mar 2003
  • Posts: 153
    • Show only replies by tormedhammaren
Re: reading an amiga 1200 hard drive without an amiga?
« Reply #8 on: September 09, 2006, 05:48:19 PM »
This module is part of the standard 2.6-three (kernel). Which means that this is the same in all Linux distributions. The question is if the kernel is compiled with affs as a module or if it isn't (it is certainly not compiled in as non-module, cause then it would have worked from the start).

Try this:
1. su - (and enter root password)
2. modprobe affs (if this fails then the amiga affs module is
not part of your kernel).
3. mkdir /mnt/amiga
4 mount -t affs /dev/hdax /mnt/amiga (replace x with the device number of the amiga h).

Does it work?

If the module isn't part of your kernel then you'll have to compile it in yourself.

Guide for compiling kernel on Fedora: http://cri.ch/linux/docs/sk0010.html

This is for Fedora Core 3 (old) but it should be the same. Just replace the kernel-archive with the newest.
tormedhammaren/toddi ||==
 

Offline Argo

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 3219
    • Show only replies by Argo
Re: reading an amiga 1200 hard drive without an amiga?
« Reply #9 on: September 09, 2006, 07:34:49 PM »
I've found that installing the HD into a PC, in your case you would need an adapter, and mounting it under UAE along with the computers drives to be very easy.
 

Offline adonay

  • Hero Member
  • *****
  • Join Date: Jan 2005
  • Posts: 1144
    • Show only replies by adonay
    • http://www.freewebs.com/adonay-/index.htm
Re: reading an amiga 1200 hard drive without an amiga?
« Reply #10 on: September 09, 2006, 09:42:10 PM »
Quote

Argo wrote:
I've found that installing the HD into a PC, in your case you would need an adapter, and mounting it under UAE along with the computers drives to be very easy.


Only correct way of doing it as no need too have the host os too see it. winuae "not sure about otther uae but think it should"  sees the hd there and can be mounted there  perfect for you emu hehe and easy way (not to say fast way too  move files) so dont use too much time on slow serial sulotions from  pre WW1 and such just use uae and mount hd there.

I use a usb adapter too my miggy drives and just plug in an out as i wish fast and efficient. Actually i never copy files on miggy for miggy as it is too slow i use the pc
 
A1200 ACA 1230
 

Offline afd67Topic starter

  • Newbie
  • *
  • Join Date: Sep 2006
  • Posts: 5
    • Show only replies by afd67
Re: reading an amiga 1200 hard drive without an amiga?
« Reply #11 on: September 10, 2006, 09:19:28 AM »
Thanks for all these replies, have ordered a 2.5 to 3.5 IDE adapter on ebay. when it arrives will try it. Will let you all know how I get on.

Alan