Re: KDE file copy to usb device without file cache

2015-10-03 Thread Stuart Longland
On 03/10/15 18:31, Thomas Schmitt wrote: > If it is about a mounted filesystem, then your question should > rather be how to properly unmount the device before removing it. > Unmounting is supposed to flush pending filesystem data. I would concur here… yanking a removable storage device just after

Re: KDE file copy to usb device without file cache

2015-10-03 Thread Tony van der Hoff
On 03/10/15 00:02, Serkan KURT wrote: > How can i a file copy to usb device without file cache? > KDE notifier shows copy completed but actually copy process does not > finished. > > > How can I solve it? > > Debian Jessie amd64, KDE. In KDE click on the USB icon in the task bar, and then click

Re: KDE file copy to usb device without file cache

2015-10-03 Thread Thomas Schmitt
Hi, Serkan KURT wrote: > I use sync but how can i this with GUI for newbie users? Find or make a GUI tool which uses fsync(2) or fflush(3) on the output file before closing it. But probably that's not the decisive point here. If it is about a mounted filesystem, then your question should rather

Re: KDE file copy to usb device without file cache

2015-10-02 Thread Thomas Schmitt
Hi, Serkan KURT wrote: > How can i a file copy to usb device without file cache? > KDE notifier shows copy completed but actually copy process does not > finished. After the GUI programs reported success, execute command "sync" in a shell and wait until it is done. If you really want to write u