I'm currently filling up an empty 16GB flash drive which gives me a lot of time for imponderables. It's formatted as fat32 or whatever it came with (and I'll probably leave it that way for ease of portability). I'm just wondering if it would make any difference in write/access times if I had formatted it to ext2 or 3.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
A copy operation involves updating/adding a node in the filesystem's datastructure.This involves reading,processing and finally inserting the info node for the copied file.If your device and port(Remember port throughput is determined according to the slower one) is fast enough then the problem lies in the filesystem. You may be victim of one of the two situations:
|
||||
|
|
Your usb flash drive wont be more affected by filesystem perfomance than by your usb interface speeds. USB 2.0 interface speeds are very low and flash drive write speeds are very low, so slow that heavy write operation would slow the process to crawl. |
|||
|
|