After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 523858 - "Error writing file: -108: No such file or directory"
"Error writing file: -108: No such file or directory"
Status: RESOLVED NOTABUG
Product: gvfs
Classification: Core
Component: gphoto backend
0.2.x
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2008-03-22 15:06 UTC by Sebastien Bacher
Modified: 2008-03-22 15:31 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Sebastien Bacher 2008-03-22 15:06:18 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/203499

"Getting this error when I try to copy a file to my iphone in Hardy:
There was an error copying the file into gphoto2://[usb:004,004]/DCIM/100APPLE.

More details shows:
Error writing file: -108: No such file or directory

The phone is jailbroken and hacked and such, and I have not yet tested file copying on any older distros yet, so I'm not sure if it's GVFS or the phone or both."
Comment 1 David Zeuthen (not reading bugmail) 2008-03-22 15:29:24 UTC
(In reply to comment #0)
> The bug has been opened on
> https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/203499
> 
> "Getting this error when I try to copy a file to my iphone in Hardy:
> There was an error copying the file into gphoto2://[usb:004,004]/DCIM/100APPLE.
> 
> More details shows:
> Error writing file: -108: No such file or directory

This comes straight from libgphoto2.

> The phone is jailbroken and hacked and such, and I have not yet tested file
> copying on any older distros yet, so I'm not sure if it's GVFS or the phone or
> both."

I actually have an iPhone myself and it was my primary test device when writing the backend. As most digital cameras and PTP devices (unlike MTP devices), it only allows reading, not writing.  

However, libgphoto2 (or rather, probably the phone), reports it supports writing.

Other PTP devices (such as my Canon EOS 5D) however correctly reports they don't support writing. In that case the mount is read only and you'll get the warning much earlier (e.g. from Nautilus, not the vfs layer).

(I doubt the fact the device may be jailbroken makes a difference since this is about the capabilities of the PTP firmware in the device.)
Comment 2 David Zeuthen (not reading bugmail) 2008-03-22 15:31:36 UTC
(and, also, I might add, I have some MTP devices that indeeds allow writing. So that bit should work too.)