Opened 12 years ago
Closed 4 years ago
#7856 closed feature request (wontfix)
WII: Add NTFS support
Reported by: | (none) | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Port: Wii |
Version: | Keywords: | ||
Cc: | Game: |
Description
is possible add ntfs support for usb mass storage devices (hdd or pendrive)?
Ticket imported from: #3602675. Ticket imported from: feature-requests/672.
Change History (9)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Status: | new → pending |
---|
comment:3 by , 10 years ago
Status: | pending → new |
---|
comment:4 by , 10 years ago
Summary: | wii ntfs support → WII: Add NTFS support |
---|
comment:5 by , 10 years ago
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/
comment:6 by , 10 years ago
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.
comment:7 by , 7 years ago
Component: | → Ports |
---|
comment:8 by , 6 years ago
Component: | Ports → Port: Wii |
---|
comment:9 by , 4 years ago
Owner: | set to |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Wii port is in maintenance mode. Closing this.
This issue may be fixed by the recent update of the devkitPPC SDK: https://github.com/scummvm/scummvm/pull/413
Anonymous: Please try either the development (v1.7.0git) or stable (v1.6.0git) nightly builds from here and see if this works: http://buildbot.scummvm.org/snapshots/master/wii-master-latest.tar.xz http://buildbot.scummvm.org/snapshots/stable/wii-stable-latest.tar.xz
Changing to pending user feedback.