[Bug 1336184] Re: USB flash drive (NTFS) keeps writing for quite a while even after "Eject" completes

2021-12-12 Thread MasterCATZ
Ubuntu 22.04 Kernel 5.15's and this issue still exists I really do wish someone would do something about this I have been waiting hours for a ~100meg file to finish writing to a NTFS partition and yep its almost midnight its a USB3 drive that I can read 400mbs from ... Every 2.0s: grep -e

[Bug 1336184] Re: USB flash drive (NTFS) keeps writing for quite a while even after "Eject" completes

2018-11-12 Thread Gleb
I encountered several times with this bug, with data loss on the flash drive -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1336184 Title: USB flash drive (NTFS) keeps writing for quite a while even

[Bug 1336184] Re: USB flash drive (NTFS) keeps writing for quite a while even after "Eject" completes

2018-03-23 Thread Seb Bonnard
I see this process : $ ps -fp $(\pgrep ntfs) UIDPID PPID C STIME TTY TIME CMD root 25693 1 0 16:04 ?00:00:00 /sbin/mount.ntfs /dev/sdb1 /media/mansfeld/Win7_USB_Installer -o rw,nodev,nosuid,uid=1000,gid=1000,uhelper=udisks2 $ -- You received this bug

[Bug 1336184] Re: USB flash drive (NTFS) keeps writing for quite a while even after "Eject" completes

2018-03-23 Thread Seb Bonnard
I have the same pb. on Ubuntu 17.10 with Xfce + thunar file manager, so I believe this bug is maybe not linked to nautilus but to fuseblk ** Package changed: nautilus (Ubuntu) => fuse (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1336184] Re: USB flash drive (NTFS) keeps writing for quite a while even after "Eject" completes

2018-03-23 Thread Seb Bonnard
Hi, I have the same pb. in Ubuntu 17.10. Where is the rule (udev ?) that automatically mounts my USB pendrive so that I can add "flush" or "sync" to it ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1336184] Re: USB flash drive (NTFS) keeps writing for quite a while even after Eject completes

2014-09-08 Thread sumedh
When I plug in a FAT32 formatted pen drive, mount shows: /dev/sdc1 /media/sumedh/PenDrive vfat rw,nosuid,nodev,uid=1000,gid=100,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2 0 0 The man page for mount says this about flush: flush If set, the filesystem will try to

[Bug 1336184] Re: USB flash drive (NTFS) keeps writing for quite a while even after Eject completes

2014-09-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: nautilus (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1336184 Title:

[Bug 1336184] Re: USB flash drive (NTFS) keeps writing for quite a while even after Eject completes

2014-09-06 Thread Michele Giacomoli
Hi, this afternoon I realized I have the same problem. I never noticed before because i often work with FAT32 or EXT filesystems, that aren't affected from this problem ** Tags added: trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1336184] Re: USB flash drive (NTFS) keeps writing for quite a while even after Eject completes

2014-09-06 Thread Michele Giacomoli
@sumedh Where did you see that mounting a FAT32 device adds the flush mount option? In this moment I have both an ext4 and a ntfs external hdds mounted and running. reading from a cat /etc/mtab output none of them has the flush option, but I'm pretty sure that with the ext4 hdd I don't have this

[Bug 1336184] Re: USB flash drive (NTFS) keeps writing for quite a while even after Eject completes

2014-07-01 Thread sumedh
FYI, using FAT32 as filesystem does not cause the issue. As I reported, mounting FAT32 add the flush mount option which probably avoids the above issue. I have updated the bug title accordingly. I suspect that adding the same manually instead of sync as suggested in previous comment as workaround