Chris Adams <cmadams@xxxxxxxxxx> writes: > Actually, you were supposed to type that as three different commands > (not on the same command line with just semicolons separating them). > The idea was that the first sync was the only one that really mattered; > the time it took you to type "sync<RETURN>" twice more was just how long > you should wait after the first one for it to really complete. The first sync was to queue up the blocks to be written. That sync(1) call would not block. The second call would block until the flush finished. The third one was just for luck. Or something. Not sure what linux does. It sure seems that the first one blocks under some conditions (like a write to a slow usb block device.) -wolfgang -- g+: https://plus.google.com/114566345864337108516/about -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org