Trying to mount and recover data from a DVD/recorder HDDRecover files from corrupt DVDLinux Mint: drives' map...

What is more environmentally friendly? An A320 or a car?

Why is my fluorescent tube orange on one side, white on the other and dark in the middle?

Why were contact sensors put on three of the Lunar Module's four legs? Did they ever bend and stick out sideways?

Is The Venice Syndrome documentary cover photo real?

How did astronauts using rovers tell direction without compasses on the Moon?

Why did Windows 95 crash the whole system but newer Windows only crashed programs?

Who said "one can be a powerful king with a very small sceptre"?

Blank spaces in a font

Piece of chess engine, which accomplishes move generation

A variant of the Multiple Traveling Salesman Problem

Complaints from (junior) developers against solution architects: how can we show the benefits of our work and improve relationships?

Is it okay for me to decline a project on ethical grounds?

How well would the Moon protect the Earth from an Asteroid?

8086 stack segment and avoiding overflow in interrupts

How can Paypal know my card is being used in another account?

Why tantalum for the Hayabusa bullets?

Convert graph format for Mathematica graph functions

Desktop app status bar: Notification vs error message

Semen retention is a important thing in Martial arts?

What language is Raven using for her attack in the new 52?

Employer stores plain text personal data in a 'data warehouse'

Why did I lose on time with 3 pawns vs Knight. Shouldn't it be a draw?

My employer is refusing to give me the pay that was advertised after an internal job move

Self-deportation of American Citizens from US



Trying to mount and recover data from a DVD/recorder HDD


Recover files from corrupt DVDLinux Mint: drives' map changing at reboot brings fstab errorNo CentOS Windows 8 GRUB Options on RestartDual boot - Kubuntu and Windows 8 - how to?Can't mount DVDRecover data from HDDIs it safe to move partitions like that?Write arbitrary data to DVD in LinuxCan I increase root partition with this current partitionHow to remove Linux from a dual-boot system while keeping FreeDOS bootable?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I have a old DVD/HDD recorder (Panasonic DMR-EH58) with RCA inputs & outputs etc. I want to recover all the recordings off its HDD. The HDD is a 2008 ATA/IDE 7200RPM Hitachi deskstar Model no:HDP725025GLAT80 250 GB has a DVD drive.



It has been used at a conference center for many years recording camera RCA input. It is in good condition but it is outdated so I am trying to copy the recordings to a computer. I also would like to recover the deleted files if possible as they would not have been overwritten yet.



I have borrowed a universal drive adapter and tried to mount it on both Windows 8.1 and ChaletOS Linux (Ubuntu based XFCE type distro). Windows showed it as a grayed F: drive and Linux did not auto mount it either.



GParted shows it as "/dev/sdb: unrecognised disk label":
GParted



Command line attempts follow:



joel@joel-laptop:~$ mount dev/sdb
mount: dev/sdb: No such file or directory

joel@joel-laptop:~$ sudo mount /dev/sdb /mnt/usbdisk
[sudo] password for joel:
mount: special device /dev/sdb does not exist

joel@joel-laptop:~$ mount dev/sdb
mount: dev/sdb: No such file or directory

joel@joel-laptop:~$ ls -alh /dev/disk/by-path/
total 0
drwxr-xr-x 2 root root 160 Apr 30 22:05 .
drwxr-xr-x 6 root root 120 Apr 30 18:41 ..
lrwxrwxrwx 1 root root 9 Apr 30 21:31 pci-0000:00:1f.2-ata-1 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part6 -> ../../sda6



  • Root directory is dev/sda5

  • Swap is dev/sda6

  • Windows is dev/sda1

  • Spare data partition is dev/sda2


Looks like an unsupported file system error...










share|improve this question

















bumped to the homepage by Community 57 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















  • What happens if you point TestDisk at the device?

    – thrig
    May 1 '17 at 2:47











  • Well, for one thing, you should always say /dev and not just dev.

    – G-Man
    May 1 '17 at 6:46











  • DVD/HDD recorders often use their own formats on the HDD, and on top of that encrypt the content. So you need quite a bit of reverse engineering to get your recordings from that HDD. Yes, the copyright industry sucks.

    – dirkt
    May 1 '17 at 7:18











  • If you are unable to mount it as a filesystem you can still use some tools (PhotoRec included in TestDisk, or foremost or Scalpel) that will scan the raw bytes for known media files, if the recorder did indeed record things in standard formats. It will obviously not work if the content is scrambled or crypted in any way. Have a look here for ideas: wiki.archlinux.org/index.php/File_Recovery

    – Patrick Mevzek
    May 1 '17 at 10:15




















0















I have a old DVD/HDD recorder (Panasonic DMR-EH58) with RCA inputs & outputs etc. I want to recover all the recordings off its HDD. The HDD is a 2008 ATA/IDE 7200RPM Hitachi deskstar Model no:HDP725025GLAT80 250 GB has a DVD drive.



It has been used at a conference center for many years recording camera RCA input. It is in good condition but it is outdated so I am trying to copy the recordings to a computer. I also would like to recover the deleted files if possible as they would not have been overwritten yet.



I have borrowed a universal drive adapter and tried to mount it on both Windows 8.1 and ChaletOS Linux (Ubuntu based XFCE type distro). Windows showed it as a grayed F: drive and Linux did not auto mount it either.



GParted shows it as "/dev/sdb: unrecognised disk label":
GParted



Command line attempts follow:



joel@joel-laptop:~$ mount dev/sdb
mount: dev/sdb: No such file or directory

joel@joel-laptop:~$ sudo mount /dev/sdb /mnt/usbdisk
[sudo] password for joel:
mount: special device /dev/sdb does not exist

joel@joel-laptop:~$ mount dev/sdb
mount: dev/sdb: No such file or directory

joel@joel-laptop:~$ ls -alh /dev/disk/by-path/
total 0
drwxr-xr-x 2 root root 160 Apr 30 22:05 .
drwxr-xr-x 6 root root 120 Apr 30 18:41 ..
lrwxrwxrwx 1 root root 9 Apr 30 21:31 pci-0000:00:1f.2-ata-1 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part6 -> ../../sda6



  • Root directory is dev/sda5

  • Swap is dev/sda6

  • Windows is dev/sda1

  • Spare data partition is dev/sda2


Looks like an unsupported file system error...










share|improve this question

















bumped to the homepage by Community 57 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















  • What happens if you point TestDisk at the device?

    – thrig
    May 1 '17 at 2:47











  • Well, for one thing, you should always say /dev and not just dev.

    – G-Man
    May 1 '17 at 6:46











  • DVD/HDD recorders often use their own formats on the HDD, and on top of that encrypt the content. So you need quite a bit of reverse engineering to get your recordings from that HDD. Yes, the copyright industry sucks.

    – dirkt
    May 1 '17 at 7:18











  • If you are unable to mount it as a filesystem you can still use some tools (PhotoRec included in TestDisk, or foremost or Scalpel) that will scan the raw bytes for known media files, if the recorder did indeed record things in standard formats. It will obviously not work if the content is scrambled or crypted in any way. Have a look here for ideas: wiki.archlinux.org/index.php/File_Recovery

    – Patrick Mevzek
    May 1 '17 at 10:15
















0












0








0








I have a old DVD/HDD recorder (Panasonic DMR-EH58) with RCA inputs & outputs etc. I want to recover all the recordings off its HDD. The HDD is a 2008 ATA/IDE 7200RPM Hitachi deskstar Model no:HDP725025GLAT80 250 GB has a DVD drive.



It has been used at a conference center for many years recording camera RCA input. It is in good condition but it is outdated so I am trying to copy the recordings to a computer. I also would like to recover the deleted files if possible as they would not have been overwritten yet.



I have borrowed a universal drive adapter and tried to mount it on both Windows 8.1 and ChaletOS Linux (Ubuntu based XFCE type distro). Windows showed it as a grayed F: drive and Linux did not auto mount it either.



GParted shows it as "/dev/sdb: unrecognised disk label":
GParted



Command line attempts follow:



joel@joel-laptop:~$ mount dev/sdb
mount: dev/sdb: No such file or directory

joel@joel-laptop:~$ sudo mount /dev/sdb /mnt/usbdisk
[sudo] password for joel:
mount: special device /dev/sdb does not exist

joel@joel-laptop:~$ mount dev/sdb
mount: dev/sdb: No such file or directory

joel@joel-laptop:~$ ls -alh /dev/disk/by-path/
total 0
drwxr-xr-x 2 root root 160 Apr 30 22:05 .
drwxr-xr-x 6 root root 120 Apr 30 18:41 ..
lrwxrwxrwx 1 root root 9 Apr 30 21:31 pci-0000:00:1f.2-ata-1 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part6 -> ../../sda6



  • Root directory is dev/sda5

  • Swap is dev/sda6

  • Windows is dev/sda1

  • Spare data partition is dev/sda2


Looks like an unsupported file system error...










share|improve this question
















I have a old DVD/HDD recorder (Panasonic DMR-EH58) with RCA inputs & outputs etc. I want to recover all the recordings off its HDD. The HDD is a 2008 ATA/IDE 7200RPM Hitachi deskstar Model no:HDP725025GLAT80 250 GB has a DVD drive.



It has been used at a conference center for many years recording camera RCA input. It is in good condition but it is outdated so I am trying to copy the recordings to a computer. I also would like to recover the deleted files if possible as they would not have been overwritten yet.



I have borrowed a universal drive adapter and tried to mount it on both Windows 8.1 and ChaletOS Linux (Ubuntu based XFCE type distro). Windows showed it as a grayed F: drive and Linux did not auto mount it either.



GParted shows it as "/dev/sdb: unrecognised disk label":
GParted



Command line attempts follow:



joel@joel-laptop:~$ mount dev/sdb
mount: dev/sdb: No such file or directory

joel@joel-laptop:~$ sudo mount /dev/sdb /mnt/usbdisk
[sudo] password for joel:
mount: special device /dev/sdb does not exist

joel@joel-laptop:~$ mount dev/sdb
mount: dev/sdb: No such file or directory

joel@joel-laptop:~$ ls -alh /dev/disk/by-path/
total 0
drwxr-xr-x 2 root root 160 Apr 30 22:05 .
drwxr-xr-x 6 root root 120 Apr 30 18:41 ..
lrwxrwxrwx 1 root root 9 Apr 30 21:31 pci-0000:00:1f.2-ata-1 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Apr 30 21:31 pci-0000:00:1f.2-ata-1-part6 -> ../../sda6



  • Root directory is dev/sda5

  • Swap is dev/sda6

  • Windows is dev/sda1

  • Spare data partition is dev/sda2


Looks like an unsupported file system error...







linux command-line external-hdd dvd






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 7 '17 at 1:12







Joel

















asked Apr 30 '17 at 10:38









JoelJoel

12 bronze badges




12 bronze badges






bumped to the homepage by Community 57 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.









bumped to the homepage by Community 57 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 57 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • What happens if you point TestDisk at the device?

    – thrig
    May 1 '17 at 2:47











  • Well, for one thing, you should always say /dev and not just dev.

    – G-Man
    May 1 '17 at 6:46











  • DVD/HDD recorders often use their own formats on the HDD, and on top of that encrypt the content. So you need quite a bit of reverse engineering to get your recordings from that HDD. Yes, the copyright industry sucks.

    – dirkt
    May 1 '17 at 7:18











  • If you are unable to mount it as a filesystem you can still use some tools (PhotoRec included in TestDisk, or foremost or Scalpel) that will scan the raw bytes for known media files, if the recorder did indeed record things in standard formats. It will obviously not work if the content is scrambled or crypted in any way. Have a look here for ideas: wiki.archlinux.org/index.php/File_Recovery

    – Patrick Mevzek
    May 1 '17 at 10:15





















  • What happens if you point TestDisk at the device?

    – thrig
    May 1 '17 at 2:47











  • Well, for one thing, you should always say /dev and not just dev.

    – G-Man
    May 1 '17 at 6:46











  • DVD/HDD recorders often use their own formats on the HDD, and on top of that encrypt the content. So you need quite a bit of reverse engineering to get your recordings from that HDD. Yes, the copyright industry sucks.

    – dirkt
    May 1 '17 at 7:18











  • If you are unable to mount it as a filesystem you can still use some tools (PhotoRec included in TestDisk, or foremost or Scalpel) that will scan the raw bytes for known media files, if the recorder did indeed record things in standard formats. It will obviously not work if the content is scrambled or crypted in any way. Have a look here for ideas: wiki.archlinux.org/index.php/File_Recovery

    – Patrick Mevzek
    May 1 '17 at 10:15



















What happens if you point TestDisk at the device?

– thrig
May 1 '17 at 2:47





What happens if you point TestDisk at the device?

– thrig
May 1 '17 at 2:47













Well, for one thing, you should always say /dev and not just dev.

– G-Man
May 1 '17 at 6:46





Well, for one thing, you should always say /dev and not just dev.

– G-Man
May 1 '17 at 6:46













DVD/HDD recorders often use their own formats on the HDD, and on top of that encrypt the content. So you need quite a bit of reverse engineering to get your recordings from that HDD. Yes, the copyright industry sucks.

– dirkt
May 1 '17 at 7:18





DVD/HDD recorders often use their own formats on the HDD, and on top of that encrypt the content. So you need quite a bit of reverse engineering to get your recordings from that HDD. Yes, the copyright industry sucks.

– dirkt
May 1 '17 at 7:18













If you are unable to mount it as a filesystem you can still use some tools (PhotoRec included in TestDisk, or foremost or Scalpel) that will scan the raw bytes for known media files, if the recorder did indeed record things in standard formats. It will obviously not work if the content is scrambled or crypted in any way. Have a look here for ideas: wiki.archlinux.org/index.php/File_Recovery

– Patrick Mevzek
May 1 '17 at 10:15







If you are unable to mount it as a filesystem you can still use some tools (PhotoRec included in TestDisk, or foremost or Scalpel) that will scan the raw bytes for known media files, if the recorder did indeed record things in standard formats. It will obviously not work if the content is scrambled or crypted in any way. Have a look here for ideas: wiki.archlinux.org/index.php/File_Recovery

– Patrick Mevzek
May 1 '17 at 10:15












1 Answer
1






active

oldest

votes


















0














I found out these links to be related to your problem, without guarantee :




  • http://www.avsforum.com/forum/106-dvd-recorders-standard-def/1010518-panasonic-dmr-hard-drive-data-recovery-can-done.html

  • http://www.yodot.com/hard-drive-recovery/panasonic-dmr-hard-drive-data-recovery.html


Of course, and especially since you said you need to work with deleted files, you need to copy the whole content (on a byte level) before doing any forensics on it.






share|improve this answer




























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "106"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f362247%2ftrying-to-mount-and-recover-data-from-a-dvd-recorder-hdd%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I found out these links to be related to your problem, without guarantee :




    • http://www.avsforum.com/forum/106-dvd-recorders-standard-def/1010518-panasonic-dmr-hard-drive-data-recovery-can-done.html

    • http://www.yodot.com/hard-drive-recovery/panasonic-dmr-hard-drive-data-recovery.html


    Of course, and especially since you said you need to work with deleted files, you need to copy the whole content (on a byte level) before doing any forensics on it.






    share|improve this answer






























      0














      I found out these links to be related to your problem, without guarantee :




      • http://www.avsforum.com/forum/106-dvd-recorders-standard-def/1010518-panasonic-dmr-hard-drive-data-recovery-can-done.html

      • http://www.yodot.com/hard-drive-recovery/panasonic-dmr-hard-drive-data-recovery.html


      Of course, and especially since you said you need to work with deleted files, you need to copy the whole content (on a byte level) before doing any forensics on it.






      share|improve this answer




























        0












        0








        0







        I found out these links to be related to your problem, without guarantee :




        • http://www.avsforum.com/forum/106-dvd-recorders-standard-def/1010518-panasonic-dmr-hard-drive-data-recovery-can-done.html

        • http://www.yodot.com/hard-drive-recovery/panasonic-dmr-hard-drive-data-recovery.html


        Of course, and especially since you said you need to work with deleted files, you need to copy the whole content (on a byte level) before doing any forensics on it.






        share|improve this answer













        I found out these links to be related to your problem, without guarantee :




        • http://www.avsforum.com/forum/106-dvd-recorders-standard-def/1010518-panasonic-dmr-hard-drive-data-recovery-can-done.html

        • http://www.yodot.com/hard-drive-recovery/panasonic-dmr-hard-drive-data-recovery.html


        Of course, and especially since you said you need to work with deleted files, you need to copy the whole content (on a byte level) before doing any forensics on it.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered May 1 '17 at 10:27









        Patrick MevzekPatrick Mevzek

        2,3321 gold badge11 silver badges24 bronze badges




        2,3321 gold badge11 silver badges24 bronze badges

































            draft saved

            draft discarded




















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f362247%2ftrying-to-mount-and-recover-data-from-a-dvd-recorder-hdd%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Hudson River Historic District Contents Geography History The district today Aesthetics Cultural...

            The number designs the writing. Feandra Aversely Definition: The act of ingrafting a sprig or shoot of one...

            Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...