NixOS Installation Guide/zh: Difference between revisions

Mayer (talk | contribs)
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>进行刻录"
Mayer (talk | contribs)
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>进行刻录


<div lang="en" dir="ltr" class="mw-content-ltr">
{{小贴士|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.}}
{{tip|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.}}
</div>


<span id="From_Windows"></span>
<span id="From_Windows"></span>