Bob123 Posted September 5, 2021 Share Posted September 5, 2021 I'm sure this has been asked and explained in the past but I just can't find it. When I plug the bunny in in arming mode, the files I see, where are they located when I SSH in through serial or ethernet? I cannot find the switch positions through a terminal. I'm trying to install some python files and pip isn't happy so I want to just drag and drop them somewhere and then see them in the terminal window. I just don't know how to get to say the loot folder or a switch folder. I'm not sure where they are hiding. Any help would be great. Thanks. Quote Link to comment Share on other sites More sharing options...
kuyaya Posted September 5, 2021 Share Posted September 5, 2021 28 minutes ago, Bob123 said: I'm sure this has been asked and explained in the past but I just can't find it. When I plug the bunny in in arming mode, the files I see, where are they located when I SSH in through serial or ethernet? I cannot find the switch positions through a terminal. I'm trying to install some python files and pip isn't happy so I want to just drag and drop them somewhere and then see them in the terminal window. I just don't know how to get to say the loot folder or a switch folder. I'm not sure where they are hiding. Any help would be great. Thanks. hey, first you need to mount /dev/nandf to /root/udisk: mount -o sync /dev/nandf /root/udisk/ then you can cd into /root/udisk and you can see the filesystem you usually see when you plug it in during arming mode 👍 Quote Link to comment Share on other sites More sharing options...
chrizree Posted September 5, 2021 Share Posted September 5, 2021 An alternative command is; udisk mount (and udisk unmount) Quote Link to comment Share on other sites More sharing options...
Bob123 Posted September 5, 2021 Author Share Posted September 5, 2021 (edited) Thanks guys that's exactly what I needed. I got the install script to work since pip was upset. And my python script works too! Thanks for the help! Edited September 5, 2021 by Bob123 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.