LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-07-2009, 11:05 AM   #1
evrgreen
LQ Newbie
 
Registered: Oct 2008
Posts: 13

Rep: Reputation: 0
Question NTFS partion search software (to find deleted Partitions)


Is there any software that will "RUN" through my block device and Identify filesystem signitures or simmilar...

I had to remove all of my old ntfs files systems because my MS backup will only with on NTFS FS on the system... I wrote down all of the info (start block, end block) on a sticky but I lost it and I cannot remember where my general backup (an NTFS drive :@) started (it would have been ext3 except I needed it to work with MS after the install on a dual boot system)

Any help or sugestions beond just software I could use would also be apresiated.

NOTE:
The partition is in clean and in good order if I was goodenough at programming I would probably just build a cheap take 20hrs program to look for NTFS MFT or something simmilar but saddly I don't have time or skill. Any help PLEASE!
 
Old 06-07-2009, 05:21 PM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,119

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Testdisk is what you are looking for - it's on most (Linux) recovery liveCDs, Knoppix ...
 
Old 06-07-2009, 07:56 PM   #3
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Do you have an image backup of the disk, and want to access the partitions that were backed up. If so, and it is a bit-for-bit image copy, you can try mounting the partitions by attaching loop devices and mounting them.

Suppose the image is /mnt/disk/backup.img

The first partition probably starts on block 63. You might be able to verify this by examining the file with the "file" command. With the -fs option, the losetup command will find the first available loop device and print which one is used. I'll assume /dev/loop0 in this example:

sudo /sbin/losetup -fs /mnt/disk/backup.img -o $((63*512))

sudo mount -t ntfs /dev/loop0 /mnt/mountpoint

When the partition is mounted you can use `df' to determine its size. The next partition my start just above it.
Good Luck.
 
  


Reply

Tags
ntfs, ntfsundelete


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
How do I fix a deleted partition table with NTFS and ext3 partitions? Draxx Linux - Newbie 6 05-22-2008 11:42 AM
need an NTFS partion. noteventime Linux - Software 3 04-13-2005 08:22 AM
Deleted FAT32 partion... Methods to get it back? SaintStrive Linux - Newbie 8 09-13-2004 12:59 PM
dont know how to find my hdds with linux (mandrake10, ntfs partitions) booomups Linux - Newbie 8 03-14-2004 04:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:46 AM.

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