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

mounting a folder isn't working #2361

Open
hsarji opened this issue Mar 10, 2024 · 1 comment
Open

mounting a folder isn't working #2361

hsarji opened this issue Mar 10, 2024 · 1 comment

Comments

@hsarji
Copy link

hsarji commented Mar 10, 2024

mount -t ios . /mnt isn't working as expected. The dialog to choose a directory opens and allows me to navigate to a directory and click on Open, but iSh remains at localhost:~#.

@lewhfree
Copy link

The command you have included mounts the chosen folder at /mnt

another way to do it would be


localhost:~ # mkdir mountedFolder
localhost:~ # cd mountedFolder
localhost:~/mountedFolder # mount -t ios . .

That should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants