If what you're doing is copying a file to a PCFS (aka vfat or fat32) formatted drive, then you're hitting an issue with the pcfs driver on Solaris.
For some reason the driver on Solaris is painfully slow since I think it does a write and verify for each block of data - this means that copying lots or large files over to it can be VERY slow. The same operation on a Linux or WinXP machine can be a lot faster. There was a bug logged against this, but I don't know if it's going to ever be fixed. Darren. On 17/06/2009 15:28, Orvar Korvar wrote: > I achieve slow USB speed (~3MB/sec), despite having USB 2.0 and good speed > (~20MB/sec) in WinXP. Why is that? Can I do something about it?
