Search found 12 matches

by toxaris01
21 Mar 2015, 20:35
Forum: Help
Topic: Ubuntu 14.04 sync to NTFS: Cannot write modification time of xxxx (Error Code 22: Invalid argument (utimes))
Replies: 21
Views: 3811

Re: Ubuntu 14.04 sync to NTFS: Cannot write modification time of xxxx (Error Code 22: Invalid argument (utimes))

I knew about that, but this is not a physical drive in the server, but on another machine. The solution described does not work in this case. The version I tested the last time worked fine!
by toxaris01
10 Mar 2015, 16:52
Forum: Help
Topic: Ubuntu 14.04 sync to NTFS: Cannot write modification time of xxxx (Error Code 22: Invalid argument (utimes))
Replies: 21
Views: 3811

Re: Ubuntu 14.04 sync to NTFS: Cannot write modification time of xxxx (Error Code 22: Invalid argument (utimes))

Version 2 seems to work. I only has the following message twice during the whole operation (in the terminal):

ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
by toxaris01
09 Mar 2015, 16:57
Forum: Help
Topic: Ubuntu 14.04 sync to NTFS: Cannot write modification time of xxxx (Error Code 22: Invalid argument (utimes))
Replies: 21
Views: 3811

Re: Ubuntu 14.04 sync to NTFS: Cannot write modification time of xxxx (Error Code 22: Invalid argument (utimes))

Alas...

Cannot write modification time of "/media/m8/hdd/tv/2 Broke Girls/Season 01/2 Broke Girls - S01E01 - Pilot.avi.ffs_tmp".

Error Code 22: Invalid argument (utimensat)
by toxaris01
08 Mar 2015, 20:44
Forum: Help
Topic: Ubuntu 14.04 sync to NTFS: Cannot write modification time of xxxx (Error Code 22: Invalid argument (utimes))
Replies: 21
Views: 3811

Re: Ubuntu 14.04 sync to NTFS: Cannot write modification time of xxxx (Error Code 22: Invalid argument (utimes))

I get the following error:

Cannot write modification time of "/media/m8/hdd/tv/2 Broke Girls/Season 01/2 Broke Girls - S01E01 - Pilot.avi.ffs_tmp".

Error Code 22: Invalid argument (utime)
by toxaris01
02 Mar 2015, 09:18
Forum: Help
Topic: Ubuntu 14.04 sync to NTFS: Cannot write modification time of xxxx (Error Code 22: Invalid argument (utimes))
Replies: 21
Views: 3811

Re: Ubuntu 14.04 sync to NTFS: Cannot write modification time of xxxx (Error Code 22: Invalid argument (utimes))

Ok, I have tested the version you posted. I had to install some additional libraries first, but no real issue. Some icons do not have pictures btw.

I get the following error:
Cannot write modification time of "/media/m8/hdd/tv/The Block All Stars/Season 10/The Block - S10E22 - Bedrooms Revealed.mp4 ...
by toxaris01
28 Feb 2015, 07:25
Forum: Help
Topic: Ubuntu 14.04 sync to NTFS: Cannot write modification time of xxxx (Error Code 22: Invalid argument (utimes))
Replies: 21
Views: 3811

Re: Ubuntu 14.04 sync to NTFS: Cannot write modification time of xxxx (Error Code 22: Invalid argument (utimes))

It may be, although it does not seem to work on Ubunty with CIFS/NTFS. Perhaps a fallback option? I like the program on Windows, but this issue makes it unusable to use on my server it seems.
by toxaris01
26 Feb 2015, 22:37
Forum: Help
Topic: Ubuntu 14.04 sync to NTFS: Cannot write modification time of xxxx (Error Code 22: Invalid argument (utimes))
Replies: 21
Views: 3811

Re: Ubuntu 14.04 sync to NTFS: Cannot write modification time of xxxx (Error Code 22: Invalid argument (utimes))

A quick additional note, touch uses utimensat instead of utimes on Ubuntu. So, perhaps if utimensat instead of utimes was used, it would also work.
by toxaris01
26 Feb 2015, 22:31
Forum: Help
Topic: Ubuntu 14.04 sync to NTFS: Cannot write modification time of xxxx (Error Code 22: Invalid argument (utimes))
Replies: 21
Views: 3811

Ubuntu 14.04 sync to NTFS: Cannot write modification time of xxxx (Error Code 22: Invalid argument (utimes))

I am unable to sync between my Ubuntu server and my mediaplayer. I get the errors like the one in the subject header. It seems that it fails when the time of the file must be adjusted (of the .ffs_tmp files to be exact). From what I have gathered, it might be a problem of the implementation of NTFS ...