how to see sd card? omega2+
-
guys trying to utilize the microsd slot to expand storage and ram
no idea how to even see omega can access it, i can't se it anywhere obviouswhat do i do in terminal to format
how do i know what it is called
-
On mine, the card was mounted automatically but not where I expected. It is at /tmp/mounts/SD-P1
-
@Shanan-Clark type df -h in the console.
-
@Steve-Smythe Thanks for your help, mounted and I can list the files. Can I run a .exe file from the ssh command line?
-
@Steven-Boston said in how to see sd card? omega2+:
Can I run a .exe file from the ssh command line?
Not really, you are using a linux based operating system.
But if you tell us in a own request what exactly you would like to do, we might help you out with a Linux based solution.
-
@Steven-Boston said in how to see sd card? omega2+:
Can I run a .exe file from the ssh command line?
Yes but you will not see .exe files in Linux.
If you have a compiled program called myprog then via ssh you just type:myprog
If you have a bash script that you have made "executable" with chmod +x scriptname.sh then it is
sh scriptname.sh
or./scriptname.sh
-
@Steven-Boston btw ... there is a wiki:
https://wiki.onion.io/Tutorials/Contents
-
Anyone know how to extend the omega2 plus 32 MB storage space to SD card ?
-
@Elaine-Tey : The process is described here: https://docs.onion.io/omega2-docs/boot-from-external-storage.html.