Jump to content

Translations:Kubuntu/Installation/60/ru: Difference between revisions

From KDE UserBase Wiki
KKatanov (talk | contribs)
Created page with "Вставьте USB-носитель в компьютер и найдите соответствующий ему диск с помощью команды <code>lsblk</code..."
 
(No difference)

Latest revision as of 14:17, 26 May 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 (Kubuntu/Installation)
Insert your USB drive into your computer and find the corresponding drive using:
<code>lsblk</code><br/>
Then format the USB drive with the 'dd' command: <br/>
<code> sudo dd if=Downloads/kubuntu-15.04-desktop-amd64.iso of=/dev/sd'''X''' </code><br/>
{{Warning| Be extremely careful to set /dev/sd'''X''' to the right value, if you direct it to your hard drive you will wipe the disk.}}

Вставьте USB-носитель в компьютер и найдите соответствующий ему диск с помощью команды lsblk
Затем отформатируйте USB-носитель с помощью команды 'dd':
sudo dd if=Downloads/kubuntu-15.04-desktop-amd64.iso of=/dev/sdX

Warning

Будьте особенно внимательны, выбирая правильное имя диска для форматирования /dev/sdX. Если Вы укажете вместо флешки жесткий диск, информация на нем будет удалена.