Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 912 Bytes

access-android-directories-using-cli.md

File metadata and controls

40 lines (33 loc) · 912 Bytes
aliases archive_links category classification date date_modified draft id image links local_archive_links pinned print series tags title type
access-android-directories-using-cli
android
public
2020-09-06 08:26:26 -0700
2020-09-06 08:26:26 -0700
false
20200906152626
false
false
android
gvfs
samsung
galaxy-s20
mtp
Access Android Phone Directories On CLI
tech-note

Using the GUI, especially Nautilus to copy photos off an Android phone can be really slow, this process makes it much more reliable.

Firstly, find out where the device is mounted.

mount | grep  'gvfsd-fuse'

That'll return something like the below:

gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)

You can then cd all the way in to that directory.

cd /run/user/1000/gvfs/mtp:host=SAMSUNG_SAMSUNG_Android_RF8N30TLG3M/Phone