3

Успешно смонтировали устройство MTP на рабочем столе в Ubuntu и выяснили, где находится точка монтирования.

Если я перейду к /run /user /999 /gvfs /mtp:host =% 5Busb% 3A001% 2C006% 5D $

Я вижу 'SD-карту'

Но это также то, что я вижу на рабочем столе.
Как я могу ВНУТРИ SD карты для копирования фотографий или видео?

1 ответ1

3

Я считаю, что ответ, который вы ищете, уже есть на сайте AskUbuntu Stack Exchange.

Из этой статьи:

the mountpoints are in /run/user/$USER/gvfs/ and are named after the
protocol, connection type and address they use. Which makes things 
more difficult, because the connection address may change every time 
you replug the device, even if it is the same port. If you have the 
same device twice it gets even worse.

Если этого недостаточно, я предлагаю вам посмотреть на jmtpfs . Я не использовал его сам, но звучит так, как будто вы установили его, он будет делать то, что вы хотите

Из подробной yum info для jmtpfs:

[user@host ~]$ yum info jmtpfs
...
Available Packages
Name        : jmtpfs
Arch        : x86_64
Version     : 0.4
Release     : 2.el7
Size        : 59 k
Repo        : epel/x86_64
Summary     : FUSE and libmtp based filesystem for accessing MTP devices
URL         : http://research.jacquette.com/jmtpfs-exchanging-files-between-android-devices-and-linux/
License     : GPLv3
Description : jmtpfs is a FUSE and libmtp based filesystem for accessing MTP (Media
            : Transfer Protocol) devices. It was specifically designed for exchanging
            : files between Linux systems and newer Android devices that support MTP
            : but not USB Mass Storage.
            : 
            : The goal is to create a well behaved filesystem, allowing tools like
            : find and rsync to work as expected. MTP file types are set automatically
            : based on file type detection using libmagic. Setting the file appears to
            : be necessary for some Android apps, like Gallery, to be able to find and
            : use the files.
            : 
            : Since it is meant as an Android file transfer utility, the playlists and
            : other non-file based data are not supported.

[user@host ~]$

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .