目录/run/user/1000/gvfs
和~/.gvfs
分别为空和不存在。我的图形文件管理器 (Thunar) 能够检测和访问设备的内部和外部内存。
命令gvfs-mount -l
产生:
Volume(0): SAMSUNG Android
Type: GProxyVolume (GProxyVolumeMonitorMTP)
Mount(0): SAMSUNG Android -> mtp://[usb:002,003]/
Type: GProxyShadowMount (GProxyVolumeMonitorMTP)
我假设某处一定有一个挂载点,因为 Thunar 能够访问它。我在哪里可以从命令行找到设备的挂载点?我正在使用 Ubuntu 16.04。
答案1
您必须在 gvfs 中有 fuse 支持。
例如,在 debian 下,它是gvfs-fuse
提供此功能的软件包。
然后可以通过以下方式访问 gvfs 挂载/run/user/$UID/gvfs/...