Re: usb CF reader and 2.4.19

Greg KH (greg@kroah.com)
Wed, 16 Oct 2002 08:34:31 -0700


On Wed, Oct 16, 2002 at 11:22:04AM +0200, Joseph Wenninger wrote:
> Hi
>
> Is there anything I can do to flush all usb / usb storage buffers to my
> compact flash ?
>
> At the moment I have to rmmod usb-storage && rmmod usb-uhci && modprobe
> usb-uhci && modprobe usb-storage to ensure all data is written
> correctly, otherwise the directory structure isn't saved even after an
> unmount.
>
> Is there an application, function call, ioctl, .... which I can use,
> instead of the above mentioned inconvenient way ?

sync(1) and then umount(8) doesn't flush everything to the device?

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/