Menu

#672 WII: Add NTFS support

*None
open-accepted
nobody
None
5
2014-05-18
2013-01-30
Anonymous
No

is possible add ntfs support for usb mass storage devices (hdd or pendrive)?

Discussion

  • digitall

    digitall - 2014-04-20
    • status: open --> pending-accepted
    • Group: --> *None
     
  • digitall

    digitall - 2014-05-18
    • status: pending-accepted --> open-accepted
     
  • digitall

    digitall - 2014-05-18
    • summary: wii ntfs support --> WII: Add NTFS support
     
  • digitall

    digitall - 2014-05-18

    Just tested and this does not work currently with NTFS formatted devices.

    We currently build against libfat only. To support NTFS formatted devices for game storage, we would need to link against libntfs as well and add some code to support these as external USB devices. This should be relatively simple as the API is similar to libfat:
    https://code.google.com/p/libntfs-wii/

     
  • digitall

    digitall - 2014-05-18

    If we do this, we probably should add support for ext2/3 as well via:
    https://code.google.com/p/libext2fs-wii/

    This again has the same API and that would cover the three main likely partition formats for external USB mass storage.