EXT4 or NTFS for backup device?
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    matt3
    Posts: 698 from 2004/2/10
    Ok, this is a very theoretical question but looking towards the future and want opinions.

    I have a external USB 8TB HDD I just started using to backup my NAS onto. I know that with 8TB, neither will work in MorphOS, but for the future potential of the OS does anyone recommend one format over another?

    In the past I had a USB 2TB HDD I backed up to and it worked perfect on MorphOS, it was formatted in NTFS and I could easily read data from it.

    The NAS is a QNAP if that helps.
  • »04.10.22 - 13:59
    Profile
  • MorphOS Developer
    geit
    Posts: 1049 from 2004/9/23
    I personally would use exFATFileSystem.

    It is available for MorphOS and should work fine. The only culprit is that you need to compile the write support version on your own. This is required as m$ does only allow to distribute a read only binary, AFAIR.

    Basically you just need to install the MorphOS SDK, change one line within the makefile and type make. Afterwards you are able to read and write ExFAT partitions of any kind.
  • »04.10.22 - 18:22
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    matt3
    Posts: 698 from 2004/2/10
    Very interesting!

    Do you know if MorphOS will understand the USB 3.0 HDD drive properly to read and write? Right now when I plug it in, it keeps power cycling the device.

    Quote:

    geit wrote:

    I personally would use exFATFileSystem.

    It is available for MorphOS and should work fine. The only culprit is that you need to compile the write support version on your own. This is required as m$ does only allow to distribute a read only binary, AFAIR.

    Basically you just need to install the MorphOS SDK, change one line within the makefile and type make. Afterwards you are able to read and write ExFAT partitions of any kind.


  • »04.10.22 - 20:21
    Profile
  • MorphOS Developer
    geit
    Posts: 1049 from 2004/9/23
    Well it should fall back to USB2 as there is no USB3 controller support in MorphOS, so the speed is limited, but it should work.
  • »04.10.22 - 20:31
    Profile