View previous topic :: View next topic |
Author |
Message |
mcdreamer n00b
Joined: 10 Jul 2006 Posts: 22 Location: London, England
|
Posted: Mon Aug 21, 2006 7:40 am Post subject: Flushing IO requests to a device |
|
|
Hi all,
Is there any way to flush pending IO requests (specificially writes) to a usb flash drive? The reason I ask is that I've aquired a new usb stick and unmounting blocks. If I pull out the device the unmount completes however if I look in the kernel messages then there are lost write requests. |
|
Back to top |
|
|
nitho n00b
Joined: 19 Jul 2006 Posts: 16
|
Posted: Mon Aug 21, 2006 3:00 pm Post subject: |
|
|
Yep, you just have to issue
to flush the filesystem buffers. |
|
Back to top |
|
|
|