> > And what is the best fs for flash? > JFFS - there's limited write cycles to flash devices - try to avoid destroying > the device! Only if it's really a flash device (eg. /dev/mtd0). Flash usb drives already run wear levelling / error correction and emulate a block device on top of that - so FS designed for true flash are usually not appropriate. -Cam