Jump to content

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

From KDE UserBase Wiki
Claus chr (talk | contribs)
Created page with "Indsæt dit USB-drev i computeren og find ud af, hvilket drev der er tiltelt til det ved hjælp af: <code>lsblk</code><br /> Formattér så USB-drevet med kommandoen 'dd': <br..."
(No difference)

Revision as of 05:07, 23 April 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.}}

Indsæt dit USB-drev i computeren og find ud af, hvilket drev der er tiltelt til det ved hjælp af: lsblk
Formattér så USB-drevet med kommandoen 'dd':
sudo dd if=Downloads/kubuntu-15.04-desktop-amd64.iso of=/dev/sdX

Advarsel

Vær meget omhyggelig med at sætte /dev/sdX til den korrekte værdi; hvis du bruger kommandoen på din harddisk, så vil den blive slettet.