ish icon indicating copy to clipboard operation
ish copied to clipboard

mounting a folder isn't working

Open hsarji opened this issue 11 months ago • 1 comments

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:~#.

hsarji avatar Mar 10 '24 02:03 hsarji

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.

lewhfree avatar Mar 11 '24 14:03 lewhfree