[Bug 433147] Re: Nautilus: modification time is silently incorrectly set when copying to a vfat disk mounted with not the current user

2009-12-21 Thread Sense Hofstede
Because of your last comment and because I can't confirm this bug anymore -- 
with and without using your fstab entry -- on an up-to-date version of Ubuntu 
10.04 I'm setting this bug to Fix Released. If you do find this bug again, 
please feel free to reopen it, but include as much details as possible.
Thanks for your participation!

** Changed in: nautilus (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Nautilus: modification time is silently incorrectly set when copying to a vfat 
disk mounted with not the current user
https://bugs.launchpad.net/bugs/433147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 433147] Re: Nautilus: modification time is silently incorrectly set when copying to a vfat disk mounted with not the current user

2009-10-18 Thread Aaz
Ubuntu 8.10:
When I use
$gvfs-copy --preserve somefile /media/commonfat32
it does the operation, preserves mtime.
It seems in this version it works as expected.

-- 
Nautilus: modification time is silently incorrectly set when copying to a vfat 
disk mounted with not the current user
https://bugs.launchpad.net/bugs/433147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 433147] Re: Nautilus: modification time is silently incorrectly set when copying to a vfat disk mounted with not the current user

2009-10-09 Thread nitrogen
I encounter this when copying files to an NTFS partition mounted in
fstab with ntfs-3g.

/etc/fstab line:
UUID=[] /drives/store ntfs-3g rw,gid=121,fmask=002,dmask=002 0 2

This is the result when I use cp -va:

$ cp -va /media/disk/DCIM/100SSCAM/SDC10{717..753}.JPG 
/drives/store/[...]/Photos/Sep\ 5\ 2009/
`/media/disk/DCIM/100SSCAM/SDC10717.JPG' -> `/drives/store/[...]/Photos/Sep 5 
2009/SDC10717.JPG'
cp: preserving times for `/drives/store/[...]/Photos/Sep 5 2009/SDC10717.JPG': 
Operation not permitted

When I use sudo cp -va, the operation works and mtimes are preserved.
So, this is not Nautilus's fault directly, but it should give a warning
about lost timestamps, especially if it is moving files instead of
copying.

-- 
Nautilus: modification time is silently incorrectly set when copying to a vfat 
disk mounted with not the current user
https://bugs.launchpad.net/bugs/433147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 433147] Re: Nautilus: modification time is silently incorrectly set when copying to a vfat disk mounted with not the current user

2009-10-09 Thread nitrogen
** Changed in: nautilus (Ubuntu)
   Status: Incomplete => Confirmed

-- 
Nautilus: modification time is silently incorrectly set when copying to a vfat 
disk mounted with not the current user
https://bugs.launchpad.net/bugs/433147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 433147] Re: Nautilus: modification time is silently incorrectly set when copying to a vfat disk mounted with not the current user

2009-09-22 Thread Aaz
I'm not ready to move from LTS. Hopefully within a week I could have
another instance which I will be able to upgrade. If I have different
results I'll add the description.

-- 
Nautilus: modification time is silently incorrectly set when copying to a vfat 
disk mounted with not the current user
https://bugs.launchpad.net/bugs/433147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 433147] Re: Nautilus: modification time is silently incorrectly set when copying to a vfat disk mounted with not the current user

2009-09-22 Thread Aaz
1. When I use
$gvfs-copy somefile /media/commonfat32
it does the operation and updates mtime.
2. When I use
$gvfs-copy --preserve somefile /media/commonfat32
it does the operation, updates mtime. Silently.

As far as Nautilus internally use gvfs, it doesn't get any diagnostics
from the latter.

-- 
Nautilus: modification time is silently incorrectly set when copying to a vfat 
disk mounted with not the current user
https://bugs.launchpad.net/bugs/433147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 433147] Re: Nautilus: modification time is silently incorrectly set when copying to a vfat disk mounted with not the current user

2009-09-21 Thread Sebastien Bacher
does gvfs-copy has the same issue? any chance that you would try a
recent ubuntu version?

-- 
Nautilus: modification time is silently incorrectly set when copying to a vfat 
disk mounted with not the current user
https://bugs.launchpad.net/bugs/433147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 433147] Re: Nautilus: modification time is silently incorrectly set when copying to a vfat disk mounted with not the current user

2009-09-21 Thread Aaz
P.S. To be more precise, when I say "updates mtime", I mean that it is
not preserved. It is set to the current time.

-- 
Nautilus: modification time is silently incorrectly set when copying to a vfat 
disk mounted with not the current user
https://bugs.launchpad.net/bugs/433147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 433147] Re: Nautilus: modification time is silently incorrectly set when copying to a vfat disk mounted with not the current user

2009-09-21 Thread Aaz
1. I use Hardy Heron 8.04 LTS.
2. When I use
$cp somefile /media/commonfat32
it does the operation and updates mtime.
3. When I use
$cp -p somefile /media/commonfat32
it does the operation, updates mtime and says  "cp: ... Operation not 
permitted.".

-- 
Nautilus: modification time is silently incorrectly set when copying to a vfat 
disk mounted with not the current user
https://bugs.launchpad.net/bugs/433147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 433147] Re: Nautilus: modification time is silently incorrectly set when copying to a vfat disk mounted with not the current user

2009-09-21 Thread Sebastien Bacher
Thank you for your bug report, what ubuntu version do you use? Do you
get the issue copying from a command line too?

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

** Changed in: nautilus (Ubuntu)
   Status: New => Incomplete

** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)

-- 
Nautilus: modification time is silently incorrectly set when copying to a vfat 
disk mounted with not the current user
https://bugs.launchpad.net/bugs/433147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs