Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added libntfs support, moved dynamic libs into a submodule #7

Merged
merged 4 commits into from
Oct 15, 2017

Conversation

Maschell
Copy link
Contributor

@Maschell Maschell commented Sep 11, 2017

  • Main feature of this pull request is the ntfs support via libntfs.
  • This means that the disc can now be dumped into a single file onto a ntfs device.
  • It dumps it to the first found NTFS Partition and exits if no NTFS partition was found.
  • I had to disable the checksum creation when dumping to a ntfs, because this lead to a softlock. I couldn't resolve why this happens. (this also increased the dumping speed by a lot!)
  • I had the move the main.c to main.cpp, otherwise the linking will fail. With the .c file, the floor and ceil function couldn't be resolved (I added -lm though), compiling as .cpp fixed it. Strange.
  • Replaced the local dynamic_libs copy with the a submodule verison.
  • removed the stdint.h because it created a compiler error (devkitpro r29). Now with the file removed and a changed makefile, it compile fine under devkitpro r29).

Building needs:

  • libfat (in the wiiu folder: make && make install)
  • libiosuhax (Build WITHOUT the WUT flag set.)
  • libntfs (Build/install with make wiiu-install)

It tested this build by dumping a Disc onto a FAT32 and NTFS USB device. Both were indentical to dumps with version 1.2.

I attached a precompiled version.
wudump.zip

- added libntfs support via (https://github.com/Maschell/libntfs-wiiu).
When dumping to a ntfs device creating the hash will be disabled because
of crashes.
- updated dynamic libs (and added them as a submodule)
- added logging
@FIX94 FIX94 merged commit 2023144 into FIX94:master Oct 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants