read raw data from CD

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?aXdkdTE1?=

    #1

    read raw data from CD

    hi, a backup dvd i have was recently corrupted and Windows wont recognize the
    file system. I tried using System.IO.direc tory.GetDirecto ries("F:\\"), where
    F: is my DVD drive, but no folders (or files, using
    System.IO.Direc tory.GetFIles(" F:\\");) are found. is there any way, perhaps
    using APIs, that i could read raw bytes from the DVD? thanks
    --
    -iwdu15
  • =?Utf-8?B?RG91Z2xhcyBNYXJxdWFyZHQ=?=

    #2
    RE: read raw data from CD

    I have had success in the past using ubuntu:

    Ubuntu is the modern, open source operating system on Linux for the enterprise server, desktop, cloud, and IoT.


    hope this helps,

    --
    Doug.



    "iwdu15" wrote:
    hi, a backup dvd i have was recently corrupted and Windows wont recognize the
    file system. I tried using System.IO.direc tory.GetDirecto ries("F:\\"), where
    F: is my DVD drive, but no folders (or files, using
    System.IO.Direc tory.GetFIles(" F:\\");) are found. is there any way, perhaps
    using APIs, that i could read raw bytes from the DVD? thanks
    --
    -iwdu15

    Comment

    • Spam Catcher

      #3
      Re: read raw data from CD

      =?Utf-8?B?aXdkdTE1?= <jmmgoalsteraty ahoodotcomwrote in
      news:B6E20C3A-010B-4C8D-BC75-6350618F61DB@mi crosoft.com:
      hi, a backup dvd i have was recently corrupted and Windows wont
      recognize the file system. I tried using
      System.IO.direc tory.GetDirecto ries("F:\\"), where F: is my DVD drive,
      but no folders (or files, using System.IO.Direc tory.GetFIles(" F:\\");)
      are found. is there any way, perhaps using APIs, that i could read raw
      bytes from the DVD? thanks
      Try ISO Buster - I believe it can read raw data off the CD.

      Comment

      Working...