- 論壇徽章:
- 0
|
各位,目前我有個(gè)向CF卡寫(xiě)數(shù)據(jù)的問(wèn)題向大家請(qǐng)教:每次系統(tǒng)啟動(dòng)后,第一次寫(xiě)總是很慢,后續(xù)再寫(xiě)的話,就速度正常了,如下所示。
#
# dd if=/tmp/sda_active of=/tmp/sda_inactive bs=4096 count=2048 seek=4097 skip=4097
2048+0 records in
2048+0 records out
8388608 bytes (8.4 MB) copied, 8.85815 s, 947 kB/s
#
# dd if=/tmp/sda_active of=/tmp/sda_inactive bs=4096 count=2048 seek=4097 skip=4097
2048+0 records in
2048+0 records out
8388608 bytes (8.4 MB) copied, 3.99351 s, 2.1 MB/s
#
則windows下則完全正常,重啟后每次寫(xiě)操作都可達(dá)到2M的速度。
請(qǐng)問(wèn)大家知道可能的原因嗎? |
|