Re: fsync() madness
- Date: Mon, 21 Apr 2008 11:11:55 +0200
- From: Stephan Kulow <coolo@xxxxxxx>
- Subject: Re: fsync() madness
Am Montag, 21. April 2008 schrieb Allan Sandfeld Jensen:
> I prefer fsync() in a number of cases. The one time where I appreciate it
> the most; is when copying files to a USB-device, because I know can unplug
> the device as soon as KDE copy claims to be done.
>
Interesting case as there is no sync call in the file slave. You perhaps
mounted your USB device sync, which is the right thing to do if you want
to unplug it suprisingly. It's not the task of the desktop / file manager
to take care of data sync, but of the operating system.
Greetings, Stephan
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<