panasonic-rec
panasonic-rec copied to clipboard
Recovery programs for MEIHDFS-V2.0 used by Panasonic DVR-Recorders
If anyone's interested in building this tool on macOS then download source, install xcode commandline tools, and edit Makefile in which you replace `-mtune=i686 -march=i486` arguments with `-Doff64_t=off_t -Dlseek64=lseek` Original...
Hi, I wasn't able to compile it under linux due errors about cpu. After I deleted the 2 parameters from makefile it throws other errors. Sorry cant paste it here...
Hi, UDF was originally intended for optical media, but could also be used on HDD, which Panasonic then has done. Would it be possible to use the UDF version of...
Hallo, leider habe ich meine Festplatte neu Formatiert (Panasonic dmr-ubc90) , somit sind alle Aufzeichnungen weg! Kann ich mit dem Programm die Aufzeichnungen wiederherstellen? Gruß Steven1274
If the harddisk of the Panasonic recorder someday fails and I want to replace it with a new 250GB 3,5" IDE HDD, I would have to write the MEIHDFSv2 filesystem...
How to reproduce: Install kubuntu 15.05.64bit, run sudo apt-get install build-essential , run "make" in meihdfs/extract. I get error: cc -O3 -mtune=i686 -march=i486 -pipe extract_meihdfs.c -o extract_meihdfs extract_meihdfs.c:1:0: error: CPU...
I have no idea how i could find out if the HDD is meihdfs or udf. Its also not described in the readme.
Made it a little easier for the novice user to compile in linux, included a readme for the `meihdfs/extract` directory, and modified the CPU to allow compile on VM's Tested...
I made some improvements to the MEIHDFS extractor. 1. A **data recovery mode** (option -r1) witch will read physical sectors one by one and continue on read errors. This might...