Fedora 23의 명령줄에서 MTP(SD 카드 및 내부 카드) 장치에 액세스

Fedora 23의 명령줄에서 MTP(SD 카드 및 내부 카드) 장치에 액세스

명령줄에서 MTP 장치(USB를 통해 연결된 삼성 휴대폰)에 액세스해야 합니다. 사용된 연결된 장치를 나열했으며 lsusb결과는 다음과 같습니다.

# lsusb
Bus 002 Device 003: ID 413c:2107 Dell Computer Corp. 
Bus 002 Device 016: ID 04e8:6860 Samsung Electronics Co., Ltd Galaxy (MTP)
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 003: ID 0951:1666 Kingston Technology DataTraveler G4
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

읽고 나서이것게시물 내 로컬 파일 시스템에서 해당 경로를 찾으려고 했지만 찾을 수 없습니다. 폴더 내용은 다음과 같습니다.

# tree /run/user/
/run/user/
├── 1000
│   ├── dconf
│   │   └── user
│   ├── gvfs
│   ├── KeePass
│   ├── pulse
│   │   ├── native
│   │   └── pid
│   └── systemd
│       ├── notify
│       └── private
└── 988
    ├── dconf
    │   └── user
    └── systemd
        ├── notify
        └── private

MTP 장치와 관련이 없는 것 같습니다. 명령줄에서 MTP 장치(SD ​​카드 및 내장 카드)에 어떻게 액세스합니까?

관련 정보