Jump to content

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

From KDE UserBase Wiki
Sauler (talk | contribs)
Created page with "Podłącz swoje dysk USB do komputera i sprawdź jak zostało nazwane w komputerze używając polecenia: <code>lsblk</code><br /> Następnie sformatuj dysk USB za pomocą pole..."
 
(No difference)

Latest revision as of 15:13, 29 May 2015

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.}}

Podłącz swoje dysk USB do komputera i sprawdź jak zostało nazwane w komputerze używając polecenia: lsblk
Następnie sformatuj dysk USB za pomocą polecenia 'dd':
sudo dd if=Downloads/kubuntu-15.04-desktop-amd64.iso of=/dev/sdX

Warning

Bądź bardzo ostrożny zmieniając /dev/sdX na prawidłową wartość, jeśli wskażesz tutaj swój dysk twardy to zostanie on wyczyszczony.