Code Monkey home page Code Monkey logo

splitnsp-swift-gui's People

Contributors

ferasarabiat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

stungkit

splitnsp-swift-gui's Issues

Split NSPs revert back to original size?

I'm trying to split a ~6GB NSP file. Whether I split as a copy or in place, this app seems to create one 4.something GB size file, as expected, but then when it finishes creating the second half of the split, the 4.something GB file reverts to ~6GB and leaves me with the original ~6GB file and another one of the same ~6GB size appended with '-split' filename.

Is something going wrong here? I'm on MacOS High Sierra.

Splitting can also be accomplished with a one-liner on the command line

With the GNU split command installed as gsplit (either via MacPorts or Homebrew), this program can be accomplished with the following one liner on macOS or Linux.

for file in *.nsp; do mkdir "${file%%nsp}nca" && gsplit -b4294901760 --numeric-suffixes=00 "${file}" "${file%%nsp}nca"/"";```

You'll then need to set the archive bit on the .nca directory. You can use NX-shell for that (select the .nca and hit Y for options)

This hasn't been tested under Sonoma but this also used to work directly under macOS: https://github.com/joshenders/macos_eject/blob/master/_macos_eject.command#L102

Copying splited files on the SD card corrupted the SD Card

Hey,
I don't know if it's related to this software, but I splitted a NSP yesterday, it worked well.
But when I copy with my Mac, one file could not be copy because of an error.
So I said, ok let's copy it with the cp shell command.
And I don't know if it was related to this file or not, but while copying, it crashes my mac. Then I checked the log, it was due to the SD card.
And now my SD card is totally broken, not detected anymore, can't mount it because it's not detected... Tried on different devices, it's the same.

So i'm more here to understand, if it could be one of the splited file that could corrupt the SD card

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.