例如,我使用ifuse
来安装我的iPhone。
$ ifuse iphone
[do stuff]
$ fusermount -u iphone
重新启动后可以正常工作。但是,在挂起笔记本电脑几次后,我得到了:
$ ifuse iphone
No device found, is it connected?
If it is make sure that your user has permissions to access the raw usb device.
If you're still having issues try unplugging the device and reconnecting it.
usb-devices
显示iPhone已连接。
我认为我需要重新启动某些东西(因为重新启动后它也可以正常工作),我只是不知道什么。
我正在运行Ubuntu 17.10,并于2018年1月从github安装了最新的ifuse