Opened 11 years ago

Closed 3 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 digitall, 10 years ago

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.

comment:2 by digitall, 10 years ago

Status: newpending

comment:3 by digitall, 10 years ago

Status: pendingnew

comment:4 by digitall, 10 years ago

Summary: wii ntfs supportWII: Add NTFS support

comment:5 by digitall, 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 digitall, 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 csnover, 6 years ago

Component: Ports

comment:8 by digitall, 5 years ago

Component: PortsPort: Wii

comment:9 by sev-, 3 years ago

Owner: set to sev-
Resolution: wontfix
Status: newclosed

Wii port is in maintenance mode. Closing this.

Note: See TracTickets for help on using tickets.