Bug 100615 - Copy file operation never completes to USB drive when mounted by udisks
Summary: Copy file operation never completes to USB drive when mounted by udisks
Status: NEW
Alias: None
Product: udisks
Classification: Unclassified
Component: operations (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Martin Pitt
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-07 22:57 UTC by William L. Thomson Jr.
Modified: 2017-04-07 22:57 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description William L. Thomson Jr. 2017-04-07 22:57:17 UTC
I was recently copying some ISO's to USB drive via command line. The copy operation never completed once the file was fully copied. Not sure exactly why, but interrupting it, did cause corruption of the file. Despite the copied file size matching the original.

I mounted the same USB drive directly as root bypassing udisks. The copy operation completed as expected. This clearly seems to be some issue with either how udisks is mounted the drive and/or the mount options.


Mounted via udisks
/dev/sdf1 on /run/media/wlt/4849-D2E7 type vfat (rw,nosuid,nodev,relatime,uid=10001,gid=100,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)

Mounted as root
/dev/sdf1 on /mnt/floppy type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)


sys-fs/udisks-2.1.8:2::gentoo

Not sure versions of other stuff matter. Since when not mounted under udisks. There were no problems with copy operations not completing. The copied files were copied entirely without corruption and job completed.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.