sigh said:
Unfortunately I'm pretty lost as to how to get this going. I installed mtpfs but am not sure which commands I'm suppose to be using with it. I ran mtpfs but I get "fuse: failed to open fuse device: No such file or directory" Is there a man page? man mtpfs produces nothing. How did you mount the galaxy ACE?
You should:
1. enable FUSE support in
/etc/rc.conf to load FUSE kernel module in every system startup
2. enable mount by user in
/etc/sysctl.conf
After you connect the Galaxy S3 as MTP device to your FreeBSD, you can mount with
mtpfs /mnt
. Now, you can access the filesystem of Galaxy S3 under
/mnt directory.
To umount your Galaxy S3, just do as follow
umount /mnt