NixOS Installation Guide/zh: Difference between revisions
Created page with "# 使用<code>diskutil list</code>找到正确的设备, 比如说<code><i>diskX</i></code>. # 使用<code>diskutil unmountDisk <i>diskX</i></code>取消挂载. # 使用<code>sudo dd if=<b>path_to_nixos.iso</b> of=/dev/<i>diskX</i></code>进行刻录" |
Created page with "{{小贴士|Using <code>rdiskX</code> instead of <code>diskX</code> can makes a large speed difference. You can check the write speed with <code>iostat 2</code> in another terminal.}}" |
||
Line 49: | Line 49: | ||
# 使用<code>sudo dd if=<b>path_to_nixos.iso</b> of=/dev/<i>diskX</i></code>进行刻录 | # 使用<code>sudo dd if=<b>path_to_nixos.iso</b> of=/dev/<i>diskX</i></code>进行刻录 | ||
{{小贴士|Using <code>rdiskX</code> instead of <code>diskX</code> can makes a large speed difference. You can check the write speed with <code>iostat 2</code> in another terminal.}} | |||
{{ | |||
<span id="From_Windows"></span> | <span id="From_Windows"></span> |