Difference between revisions of "Translations:FAQ/41/ja"

From GhostBSD Wiki
Jump to: navigation, search
(Created page with "コンソールを使用する方法を説明します。ISOファイルの名前をあなたがダウンロードしたものに変更し、sdXの部分をあなたのディ...")
 
(No difference)

Latest revision as of 07:12, 12 February 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (FAQ)
Here's an example using the console (use the filename of your ISO and make sure you replace the "sdX" with the right device's name!). The following command needs root privileges (issue as user ''root'' or using ''sudo''):
: <code>dd if=''GhostBSD19.10.iso'' of=/dev/''sdX'' bs=1M</code>
Translationコンソールを使用する方法を説明します。ISOファイルの名前をあなたがダウンロードしたものに変更し、sdXの部分をあなたのディスクのデバイスの名前にかえてください。下記のコマンドはルート権限を必要とします(ルートユーザで実行するか、sudoを使ってください)。
: <code>dd if=''GhostBSD10.3-RELEASE-20160829-213046-mate-amd64.iso'' of=/dev/''sdX'' bs=1M</code>

コンソールを使用する方法を説明します。ISOファイルの名前をあなたがダウンロードしたものに変更し、sdXの部分をあなたのディスクのデバイスの名前にかえてください。下記のコマンドはルート権限を必要とします(ルートユーザで実行するか、sudoを使ってください)。

dd if=GhostBSD10.3-RELEASE-20160829-213046-mate-amd64.iso of=/dev/sdX bs=1M