Changes between Version 13 and Version 14 of jazz/21-04-18
- Timestamp:
- Jul 18, 2021, 11:34:35 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified jazz/21-04-18
v13 v14 150 150 55246848 bytes transferred in 21.555367 secs (2563021 bytes/sec) 151 151 }}} 152 * 有時候光碟機會一直在反覆讀又沒有讀出多少,懷疑有點類似運用壞軌機制來防拷,所以在 `dd` 指令中加入 `conv=sync,noerror` 參數會有幫助 153 * [參考] https://unix.stackexchange.com/q/651444 154 {{{ 155 jazzwang:/Volumes/JazzMacBookAir/Video$ sudo time dd if=/dev/disk3 of=filename.iso conv=sync,noerror 156 }}} 152 157 * [https://www.howtogeek.com/tips/how-to-mount-an-iso-image-in-mac-os-x/ How to Mount an ISO Image in Mac OS X] 153 158 {{{