The USB pen drive I want to access via terminal |
It took me a few minutes to find out how to do it. The complete solution took two steps, although I just needed the second one:
- execute the command
df -h
to find out where every volume is mounted; - change to the proper directory in
/Volumes
, were all drives (internal, external and networked) get mounted.