dd 出現錯誤訊息 /root/linux>dd if=Image of=/dev/fd0 bs=81 - BBS

Table of Contents

我想把 Image 這個檔案寫到磁片
可是出現這樣的畫面
結果是Image寫入一部份而已
請問到底哪裡出錯了呢?
thanks~

/root/linux>dd if=Image of=/dev/fd0 bs=8192
dd: /dev/fd0: Invalid argument
10+1 records in
10+0 records out
81920 bytes transferred in 0.021643 secs (3785029 bytes/sec)

--

All Comments