Cesura / nxsh

BusyBox-like remote shell for the Nintendo Switch over telnet [UNMAINTAINED]
BSD 3-Clause "New" or "Revised" License
79 stars 7 forks source link

Implement NAND browsing #8

Closed friedkeenan closed 5 years ago

friedkeenan commented 5 years ago

You can look at NAND partitions with mount [partition id] [drive] and then you can do cd drive:/ to go into that drive. To go back to the SD card, just do cd sdmc:/. You can find out partition ID's here. You can then unmount the drives with umount [drive], but libnx will unmount all drives once the NRO is closed, or the Switch is powered off if you're using the kip.

Cesura commented 5 years ago

Thanks for the contribution! I'll build a new nro/kip and upload it soon.

friedkeenan commented 5 years ago

Thanks for merging, but I advise building and testing PR's before you merge them. I'm sure it's fine in this case, but it's hard to be too careful

Cesura commented 5 years ago

Perhaps I wasn't clear. :) I always build it against a local copy and test it before merging, but sometimes I don't get around to uploading an "official" release binary for a day or two.