<div dir="ltr"><div><div><div><div><div><div>Hello,<br><br></div>I'm using Arch Linux, and have Samsung Galaxy S4.<br></div>It uses MTP in order to allow me to access files.<br><br></div>I'ved read several wiki's (Including Arch wiki) and forums about it, and came out for the following settings (/etc/udev/rules.d/51-android.rules), after install go-mtpfs:<br>
<br># Galaxy S4 GT-I9500<br>ATTR{idVendor}=="04e8", ATTR{idProduct}=="685d", SYMLINK+="android_adb", MODE="0666"<br>ATTR{idVendor}=="04e8", ATTR{idProduct}=="6860", SYMLINK+="android_adb", MODE="0666"<br>
ATTR{idVendor}=="04e8", ATTR{idProduct}=="6860", SYMLINK+="android_adb", MODE="0666", ACTION=="add", RUN+="/usr/bin/sudo -b -u ik /usr/bin/go-mtpfs -allow-other=true -android=true /mnt/ando"<br>
ATTR{idVendor}=="04e8", ATTR{idProduct}=="6860", SYMLINK+="android_adb", MODE="0666", ACTION=="remove", RUN+="/bin/umount /mnt/ando"<br><br><br></div>It does mount properly the content, however, when I try to access the content, it keep on looping an remounting everything until I take off the USB cable.<br>
</div>I then need to wait several minutes to try again, or the loop just continue ...<br><br></div><div>I can see the remounting also in /var/log/messages and dmesg.<br><br></div><div>What am I missing or doing wrong here ?<br>
<br></div><div>Thanks,<br></div><div>Ido<br></div></div>