On Mon, 29 Nov 2004, Sara Fonseca wrote: > I see...:) > Is there any flow control problem(or something else) if a larger size is > used??
No flow control problem. But the Linux scsi-disk driver will only accept block sizes of 256, 512, 1024, 2048, or 4096 bytes. Nothing else is supported. It probably has to do with trying to fit disk sectors into memory pages. Alan Stern ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
