github ihaveamac/ninfs v1.0b5
fuse-3ds v1.0b5

latest releases: v2.0, v2.0a11, v2.0a10...
pre-release6 years ago
  • GUI: Support drag & drop onto the type box & entries
  • GUI: Add online update checking
  • GUI: Move mount checking to a second thread, so gui doesn't hang waiting for the mount, and checks if the mount was removed outside of the gui
  • GUI: Set font size to 14 on macOS
  • Fix writing on SD mount (AttributeError: module 'os' has no attribute 'utimens')
  • Fix reading on SD mount (sometimes returning less data than requested, freezing some applications like HxD)
  • Fix corruption issue when writing to TWL partitions in NAND mount
  • Other internal changes and fixes

Known issues

  • Creating files in the SD mount on macOS doesn't work properly

Important note

This is not a full release, so some things may still be broken. Please file issues if this happens.

NAND and SD mounts allow writing. Keep backups before writing to these, in the event an unknown bug corrupts data.

There is a tutorial on GBAtemp. Please test the program and report issues on the issue tracker.

README has the details on how to use it. If you are unsure about something, you can ask at Nintendo Homebrew on Discord, or the GBAtemp thread.

Usage

Windows users can download the executable attached to this release. 64-bit users should get the -x64 version. WinFsp must be installed. Python does not have to be installed separately.

macOS and Linux (and Windows who prefer to use their installed Python) can install this release via pip, or by downloading the "Source code" archive. Python 3.5.2 or later is required. Read the README for more setup and usage details.

Windows

  • py -3 -mpip install https://github.com/ihaveamac/fuse-3ds/archive/v1.0b5.zip https://github.com/billziss-gh/fusepy/archive/windows.zip
    • At the moment, the main fusepy repository does not have full Windows support. This extra requirement will be removed once it is added and a new release is made.

macOS

FUSE for macOS is required.

  • python3 -mpip install https://github.com/ihaveamac/fuse-3ds/archive/v1.0b5.zip

Linux

  • python3 -mpip install --user https://github.com/ihaveamac/fuse-3ds/archive/v1.0b5.zip
    • --user is not required if you are using a virtualenv.

Don't miss a new ninfs release

NewReleases is sending notifications on new releases.