GNOME Bugzilla – Bug 612272
cannot move files to trash that are on a ntfs-3g volume
Last modified: 2016-06-10 09:41:39 UTC
When I try to move files to trash that are on a ntfs-3g volume I get an error popup aksing if I want to delete immediately instead. I am using gvfs 1.5.5, nautilus 2.29.92 and ntfs-3g 2010.3.6 on Mandriva Cooker. The volume is mounted like this: /dev/sda1 on /mnt/windows type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
doesn't look like ntfs-3g, looks like fuseblk. try mount -t ntfs-3g /dev/sda1 /mnt/windows I am not part of the gparted staff, but I have a little exp. with ntfs-3g. if it truly is an NTFS partition.
This is not a GVfs bug. File trashing is implemented in GLib/GIO. It seems to me like a duplicate of 611607, but it may be already fixed... *** This bug has been marked as a duplicate of bug 611607 ***