-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Mount switch partition when switch is mounted with memloader #60
Comments
On Mac you can run mount_nandhac from Terminal with sudo. I suggest installing from the 2.0 branch, and not master or the latest release for now. For example:
The allow_other is so your non-root user can access the mountpoint switchnand. After this you can see USER.img inside which can be mounted by double-clicking or with hdiutil. If you want to prevent writing, use -r for mount_nandhac. |
|
Latest release should work fine unless the device is read-only, since it currently always tries to open in read-write mode, even if you don't enable writing. If this turns out to be a problem then you will need to install Python and the latest commit of the 2.0 branch. |
|
After the installation of python I get the following error:
|
Use |
Is it also possible to mount it with GUI from the app? |
I have mounted it in the Terminal but it won't let me unmount it.
|
You're supposed to call |
The mount point is switchnand or .switch? |
In this case it would be switchnand. You see the files like USER.img there, right? |
Yes, there is the User.img. Still get this message:
|
Just right-click the disk in Finder and unmount there if you can't figure out how to do it from terminal. |
My finder doesn't show it. |
What do you mean it doesn't show it? It's the disk that has the files like SYSTEM, USER, etc. If you really can't find it then tell me what the output of this is: |
It's not in the sidebar of the Finder. The result of the command:
|
It's not set up to be in the sidebar. Try this instead: |
There is the disk but when I right click and eject, nothing happens. |
Do a reboot to clean up I guess. I don't know why unmounting is failing right now. |
Which "File" should I choose in the GUI in the "Mount Settings"? |
Trying on OSX 10.15.6, I get the Switch to mount and I see the USER.img (0 Bytes). However, double-clicking it in Finder gives an "Image not recognised" error instead of mounting that.
ninfs is d1b8d30 ( |
Since you're using it on a full NAND you shouldn't be using --partition which is meant for mounting files that are a single partition themselves. |
But I'm using it on partition 11 ( Without |
Oh I somehow missed that you were using disk2s11, sorry. Try disk2 without --partition |
Okay, that worked. Thanks a lot! |
I am trying to mount the USER partition of my switch. Therefore, I have mounted the switch with memloader as disk2. Now I want to access the user partition with ninfs but I can't find any information about it in the web. Is it possible at all? I am a Mac user and since TegraRCMGui doesn't work in a VM, I need an alternative.
The text was updated successfully, but these errors were encountered: