When plugging an iPhone to a Ubuntu 10.04 machine for a few times, the CPU becomes busy with 100% utilization.
This is due to some bugs which causes both iphone-set-info and gvfs-afc-volume-monitor processes to fully utilize the CPU.
The problem can be fixed by stopping both processes from the terminal.
Steps to fix high CPU issue when plugging an iPhone to Ubuntu:
- Launch terminal.
- Kill iphone-set-info process.
$ sudo killall -9 iphone-set-info password:
- Kill gvfs-afc-volume-monitor process.
$ sudo killall -9 gvfs-afc-volume-monitor

Author: Mohd
Shakir Zakaria
Mohd Shakir Zakaria is a cloud architect with deep roots in software development and open-source advocacy. Certified in AWS, Red Hat, VMware, ITIL, and Linux, he specializes in designing and managing robust cloud and on-premises infrastructures.

Mohd Shakir Zakaria is a cloud architect with deep roots in software development and open-source advocacy. Certified in AWS, Red Hat, VMware, ITIL, and Linux, he specializes in designing and managing robust cloud and on-premises infrastructures.
Discuss the article:
Comment anonymously. Login not required.