simple-mtpfs icon indicating copy to clipboard operation
simple-mtpfs copied to clipboard

Simple MTP fuse filesystem driver.

Results 53 simple-mtpfs issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to build simple-mtpfs for leopard PPC through tigerbrew. I tried using homebrew current formula but i'm getting this configure error: configure: error: *** A compiler with support...

Thanks for publishing this project. For users new to mtpfs, can you explain how it's different from @hanwen's older but more popular [go-mtpfs](https://github.com/hanwen/go-mtpfs) ?

I've used MacPorts to install libmtp on my mac, by default MacPorts use prefix /opt/local for all installed software, so in order to configure I had to use command: ```...

Hi Perhaps this is a limitation of this approach. Please see my long thread and attempt to delete files http://www.linuxquestions.org/questions/linux-software-2/simple-mtpfs-unable-to-delete-files-%5Bpermissions-issue%5D-4175596482/ I had 90% of a solution Looking at the various...

Hello, I see this: # simple-mtpfs -l 1: SamsungGalaxy models (MTP) But when I try to mount onto /mnt/samsung, and I do ls /mnt/samsung, the directory is empty. As well,...

Debian Jessie swallows th command `simple-mtpfs --device 1 mountpoint -o allow_other` but then if I run `fdisk -l`I cannot see the disk mounted. Where am I wrong?

My OSXFUSE Version is 2.8.3. The output of 'simple-mtpfs -d ~/mtp': unique: 0, opcode: INIT (26), nodeid: 0, insize: 56 INIT: 7.8 flags=0x00000000 max_readahead=0x00100000 INIT: 7.8 flags=0x00000000 max_readahead=0x00100000 max_write=0x01000000 unique:...

hello, i haven't used the simple-mtpfs for a few months and, as such, can not pinpoint what might have broke it. Env: fedora 22 just updated to the latest packages....

First at all, I'd like to clarify you have to rename INSTALL to install.sh for example, so configure can start. Then, configure is not able to find libmt although it...

``` Error 2: PTP Layer error 2002: LIBMTP_Send_File_From_File_Descriptor(): Could not send object. Error 2: Error 2002: PTP: General Error ``` I can read files file, but when trying to write...