Page 1 of 1

accessing pata hard drive data

Posted: Sun Apr 01, 2018 3:36 am
by kilaueabart
I have an old pata hard drive, I think from my AmigaOne xe, that I put in a Sabrent thing that allowed me to hook it up to my X1000 via a USB port and copy files over. I think it may have some stuff I would now like to copy over to my X5000, but I cannot seem to access it.

Media Toolbox shows me the partitions on the disk, but Workbench can't see it, nor can Diskmaster. I can't remember how I made it work on the X1000. Any ideas?

Re: accessing pata hard drive data

Posted: Sun Apr 01, 2018 7:13 am
by tonyw
Do you know the file system that was used on the disk? Maybe some partitions use one FS, and others use another. You can use Media Toolbox to check the file system type of a partition, using "Editing partitions for disk xxx"/Edit details for partition zzz". The chooser will show you the type of FS used by that partition.

In any case, you will need to have an appropriate filesystem either loaded via Kickstart/kicklayout or available in the L/ directory, before you can read any partitions. One file system for each different FS used on the disk.

Re: accessing pata hard drive data

Posted: Sun Apr 01, 2018 4:43 pm
by xenic
kilaueabart wrote: Media Toolbox shows me the partitions on the disk, but Workbench can't see it, nor can Diskmaster. I can't remember how I made it work on the X1000. Any ideas?
After following Tony's advice, you could try these tricks that worked for me in a similar situation on the X5000.

1. If a USB drive fails to be accessible sometimes it shows up on Workbench as soon as I open the MassStorage commodity.

2. My second method is more complicated. Drag SYS:System/Mounter to ram. Open the icon with the Workbench Icons/Information menu. Change the DEVICE tooltype to "DEVICE=usbdisk.device" and save. Double-click the Mounter icon in ram and it should open a lister showing the USB drive. Click on the USB drive and select the "Mount" button. Another lister should open showing 1 or more partitions. Select the partitions and select the "Mount" button.

If neither of the above tricks work then I don't know how you can solve the problem.