March 21st, 2011, 17:52
March 22nd, 2011, 4:00
onggie wrote:I have a HP Media Vault that was not being used, so I pulled the Hard Drive out to place inside of my desktop. When I booted the machine up Windows prompted me to initialize the disc. I unknowingly hit OK, the drive now shows up as unallocated space in the Windows Storage Manager.
I then proceeded to use Testdisk to recover the drive, however the only time I can get Testdisk to find the files and missing partitions, is if I select "none" for the partition table type. Since I've selected "none" it won't let me write a new table.
Does anyone know how I can recover the files, the file systems it finds is, ReiserFS, Linux Swap 2 and Linux Raid.
March 22nd, 2011, 4:09
DR-Kiev wrote:Are you need data from it?
If yes there is two way to solve your problem.
Easy but not pretty and pretty but not easy.
Which one you choose?![]()
In any case, get clone your drive and work with image.
March 22nd, 2011, 4:23
onggie wrote:DR-Kiev wrote:Are you need data from it?
If yes there is two way to solve your problem.
Easy but not pretty and pretty but not easy.
Which one you choose?![]()
In any case, get clone your drive and work with image.
Yes I do need the data from the drive, it contains around 500gb of home videos. One way I am assuming is to use a data recovery tool to catch all the files. Which I have looked at this way and I have 2 problems, not all the movie show and they are not named how I named them. They are named FILE_1, FILE_2, etc.
I will attempt to clone the drive overnight, seems like it will take around 10hours as I will be sending the image file from my computer to the server as I don't have any space on my computer. Can you explain what I will be doing one I have an image of the drive?
March 22nd, 2011, 19:52
DR-Kiev wrote:Easy rude way:
Use search, there is few programms which work with ReiserFS correctly.
Scan you drive and you will get all data with structure. And do not care on windows initialization.
March 23rd, 2011, 4:07
onggie wrote:Would you be able to elaborate, I am not quite sure what kind of program I am looking for. I did a general search on what software, but when I'm specific with data structure strings, nothing useful shows up. Thanks.
March 23rd, 2011, 16:20
DR-Kiev wrote:onggie wrote:Would you be able to elaborate, I am not quite sure what kind of program I am looking for. I did a general search on what software, but when I'm specific with data structure strings, nothing useful shows up. Thanks.
http://www.ufsexplorer.com/rdr_reiser.php
Here is how I used your instructions with my MV drive in a USB housing connected to a laptop booted from Ubuntu CD:
1. Get an Ubuntu boot CD (I'm using 8.04 beta)
2. Boot from CD into Ubuntu, making sure the MV drive is in a USB housing and already connected to the system
3. System -> Administration -> Software Sources
* Check Community-Maintained Open Source software (universe)
* Click Close
* Click Reload
4. Applications -> Accessories -> Terminal
* Type: sudo apt-get update && sudo apt-get install hexedit
5. Get into hexedit for /dev/sdb
* Type: hexedit /dev/sdb
6. In HexEdit, search for ReIsEr
* Hit the Tab key (Toggles to the ASCII column)
* Hit Ctrl-S (puts you in search mode)
* Type: ReIsEr
* Hit ENTER
7. When you find the line (ex. 1E859830), change the last two digits of the line number to 00 (ex. 1E859800).
8. Convert Hex to Decimal (ex. 512071680)
9. Mount it up (loop0 was already taken on my system, so I moved to loop1)
* Type: sudo losetup -o $[ 512071680 - 65536 ] /dev/loop1 /dev/sdb
* Type: sudo mkdir /mnt/tmp1
* Type: sudo mount -r -t reiserfs /dev/loop1 /mnt/tmp1
You should now be able to see contents on /mnt/tmp1
January 24th, 2016, 18:30
January 26th, 2016, 22:31
billybolt wrote:linux noob.
i have no idea how to complete #7...
Powered by phpBB © phpBB Group.