LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-19-2012, 04:23 AM   #1
cov
Member
 
Registered: Apr 2005
Location: Durban
Posts: 436

Rep: Reputation: 30
Testdisk finds single OnTrack DM DDO partition on Disk.


I have an old laptop Harddrive with about 20 Gig which I'm quite keen to read and access any information about Old Projects it may have.

I'm using Testdisk which says I have a single Partition on the Drive (screenshot).

(I've just knocked the drive which seems to have baulked the analysis of the drive, so I'm going to have to reboot.)

Does anyone have experience of the OnTrack Disk Managment DDO Partition?

How can I remove it and mount the Sub partitions? One is a FAT32 W98 partition and the other two are Reiserfs.
Attached Thumbnails
Click image for larger version

Name:	Testdisk-OnTrack.png
Views:	64
Size:	38.4 KB
ID:	11426  
 
Old 12-19-2012, 05:29 AM   #2
cov
Member
 
Registered: Apr 2005
Location: Durban
Posts: 436

Original Poster
Rep: Reputation: 30
If I go deeper, I can see the partitions within the OnTrack Partition (see screenshot).
Attached Thumbnails
Click image for larger version

Name:	Testdisk-Partitions.png
Views:	84
Size:	74.1 KB
ID:	11429  
 
Old 12-19-2012, 06:36 AM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,680

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
Have not tried this in many years so I do not know if it still works but you can try adding sdc=remap63 as a kernel boot option.

http://www.tldp.org/HOWTO/html_single/Large-Disk-HOWTO/
 
Old 12-19-2012, 07:07 AM   #4
cov
Member
 
Registered: Apr 2005
Location: Durban
Posts: 436

Original Poster
Rep: Reputation: 30
Thanks for the response.

The Laptop I took the hard drive out of has long since died.

I am currently accessing the hard drive through an external USB caddie.
 
Old 12-19-2012, 03:37 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,974

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Wonder if it is one of those dynamic overlays?
 
Old 12-19-2012, 04:40 PM   #6
cov
Member
 
Registered: Apr 2005
Location: Durban
Posts: 436

Original Poster
Rep: Reputation: 30
Indeed it is.

I have tried booting up off the USB caddie, but I get an error saying that the DDO software is missing.
 
Old 12-20-2012, 08:21 PM   #7
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,974

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Not sure linux ever fooled with that. Windows only deal I think.
 
Old 12-21-2012, 12:56 AM   #8
cov
Member
 
Registered: Apr 2005
Location: Durban
Posts: 436

Original Poster
Rep: Reputation: 30
Ok.

Lets try another tack.

I have copied the Disk onto a hard drive using ddrescue.

Given that fdisk reports the sector size as 512 bytes (see attached screenshot), I know that the total size of the DDO partition is 39069063x512=20,003,360,256 bytes.

I also know (from the second screenshot, above) That the first Partition is the FAT32.

I've tried to slice off a section of the disk image:

dd if=OnTrack.img of=Part1-FAT32.img count=15631938 and mount this, but it won't mount.
 
Old 12-21-2012, 01:45 AM   #9
cov
Member
 
Registered: Apr 2005
Location: Durban
Posts: 436

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by jefro View Post
Not sure linux ever fooled with that. Windows only deal I think.

The Overlay software kicked in before Grub...
 
Old 12-21-2012, 02:53 AM   #10
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
First I would use the file command on the ontrack container. It may give the offset to the start of the partitions.

Attach a loop device. Include an offset. Then check the loop device.
If the CHS addresses in your second link are absolute locations on the disk, I think you would use for the first partition,
sudo /sbin/losetup -fs /dev/sdc -o $(16*63*512)
assuming 512 bytes per sector in the fixdisk listing and that the disk contents are linear.

The command will return the lo device used. You can use file -s or mount with the loop device instead. E.g. sudo file -s /dev/loop1

Last edited by jschiwal; 12-21-2012 at 03:03 AM.
 
Old 12-21-2012, 11:00 AM   #11
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,974

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
I played with a computer like that back in 97 or so. I think you'd be better off trying to get a physical computer with an old bios and try to image the old system back to a disk where they tried this on. I remember trying linux on that deal too and never could figure out a way to access it. The disk doesn't end up being a normal structure as far as I can recall. Part of the bios and maybe parts of the first part of the disk were used together. As you can see, it didn't say with us for very long cause it sucked. It was real difficult to backup and image.

Keep trying, maybe you'll crack it. I didn't.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
partition size detected by testdisk bigger than disk size Person_1873 Linux - Hardware 2 03-17-2011 11:11 PM
Disk recovery using testdisk Goodwater Linux - Newbie 2 06-28-2010 07:21 PM
Partition recovery (OnTrack Disk Manager gone) jonsson Linux - Hardware 9 08-14-2008 02:39 PM
Using testdisk to recover a partition Mark_in_Hollywood Linux - Newbie 6 04-18-2008 07:54 PM
testdisk can't fix my partition table :( dmedhora Linux - General 7 11-28-2007 03:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration