The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    copying data from hsf+ to NTFS

    Discussion in 'Linux Compatibility and Software' started by martinmach, Jan 17, 2009.

  1. martinmach

    martinmach Notebook Evangelist

    Reputations:
    32
    Messages:
    434
    Likes Received:
    0
    Trophy Points:
    30
    Hi,

    I want to recover data from dead MAC osx drive. i am using knoppix bootable cd to see and read from the hsf+ , but i cannot write into NTFS partition. how do i enable write permissions. i also read data cen get corrupted if i copy into NTFS, is this true?
     
  2. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    It'd be easier to copy to a FAT32 volume, since the version of knoppix you're using doesn't have ntfs-3g, which is the module that supports RW on NTFS. The latest versions (5.1.1) have ntfs-3g, so you can try a newer image. Your data shouldn't get corrupted, ntfs-3g is stable now.
     
  3. martinmach

    martinmach Notebook Evangelist

    Reputations:
    32
    Messages:
    434
    Likes Received:
    0
    Trophy Points:
    30
    is there a way to find out corruption in data? i am using 5.1.1.
     
  4. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    In Unix type systems you can run the cmp command against the original and the copy; but that should be done outside of the ntfs-3g layer if you're expecting it to corrupt your data for some reason. ntfs-3g has been stable for a couple of years now so the chance that you're going to suffer from corruption due to it is somewhat slim. But if you are suspicious of it anyway, you'd need to check the data in a known-good environment and use a program like cmp to check the data byte by byte. You can of course get the DiffUtils for windows which includes cmp to get as close to a 'known good' environment as possible. And there are a few programs to mount HFS+ volumes on windows that are known to be relatively safe (like macdrive for instance).

    Of course there is the obvious way of manually checking your files, but it depends whether you're dealing with human-readable data or binary files.