[Open_electroporator] looking at the downloaded files

John Griessen john at cibolo.com
Wed Jul 19 20:26:47 UTC 2017


On 07/19/2017 12:15 PM, Mitchell Altschuler wrote:
> ls: /flash: No such file or directory
>
>
> if I use ls / then i get my desktop files
>

I found this on using Mac OSX in single user mode, (like unix command line):

http://alvinalexander.com/mac-os-x/mac-osx-single-user-mode-usb-drive

ls /dev/disk*       #should show drives changing as you plug, unplug USB devices like the micropython system.

If the system has already mounted the drive, it should be name like this:
/Volumes/usb

so try this command to see there:
ls /Volumes/usb

and do:

ls -l  /Volumes/usb

and try:

ls -la  /Volumes/usb




More information about the open_electroporator mailing list