Tool/software: Linux
Hi,
I want to know if i can read files that belongs to the USB device(mass storage) from my beaglebone?
example:
1.I connected the USB otg to my linux host, the host recognized it as USB gadget and i copied "someTextFile.txt" file into the USB gadget, until now everything is O.K.
2.I disconnect the USB from my host .
3.I opened ssh connection to the beaglebone, and now i want to read the "someTextFile.txt" file.
How can i do it?
I searched for the file in the file system and didn't find it.
also i read in linux documentation that its possible to read the file(only read).
Thanks,
Oren