Translations by Kristian Nejsum

Kristian Nejsum has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

117 of 17 results
20.
Install the <application>qtparted</application> package (refer to the <ulink type="help" url="help:/kubuntu/add-applications/">Adding Applications</ulink> documentation for more help on installing applications).
2009-04-28
Installér <application>qtparted</application>-pakken (refer to the <ulink type="help" url="help:/kubuntu/add-applications/">Tilføje programmer</ulink> dokumentation for mere hjælp om at installere programmer).
35.
First, make a directory where the partition can be mounted. To do so, type the following at the command prompt followed by pressing the <keycap>Enter</keycap> key (if asked for a password, enter your user password and press the <keycap>Enter</keycap> key): <screen> sudo mkdir /media/windows </screen>
2009-04-28
Lav først en folder hvor partitionen kan monteres. Dette gøres ved at skrive følgende ved terminalprompten, efterfulgt af tryk på <keycap>Enter</keycap>-tasten (hvis der spørges til kodeord, indtast da dit bruger-kodeord og tryk på <keycap>Enter</keycap>-tasten): <screen> sudo mkdir /media/windows </screen>
36.
Next, type the following command to mount an NTFS Windows Partition and allow read-only access followed by pressing the <keycap>Enter</keycap> key (if asked for a password, enter your user password and press the <keycap>Enter</keycap> key): <screen> sudo mount /dev/hdaX /media/windows/ -t ntfs -o ro,umask=0222 </screen>
2009-04-28
Indtast dernæst følgende kommando for at montere en NTFS- / Windows-partition og tillade kun læseadgang, efterfulgt af et tryk på <keycap>Enter</keycap>-tasten (hvis der spørges til kodeord, indtast da dit bruger-kodeord og tryk på <keycap>Enter</keycap>-tasten): <screen> sudo mount /dev/hdaX /media/windows/ -t ntfs -o ro,umask=0222 </screen>
37.
If your Windows partition uses the FAT32 filesystem, it is safe to allow read-write access to the partition. To do so, type the following command at the prompt followed by the <keycap>Enter</keycap> key (if asked for a password, enter your user password and press the <keycap>Enter</keycap> key): <screen> sudo mount /dev/hdaX /media/windows/ -t vfat -o umask=0000 </screen>
2009-04-28
Hvis din Windows-partition bruger FAT32-filsystemet, er det sikkert at tillade både læse- og skrive-adgang til partitionen. Dette gøres ved at indtaste følgende kommando ved terminalprompten, efterfulgt af et tryk på <keycap>Enter</keycap>-tasten (hvis der spørges til kodeord, indtast da dit bruger-kodeord og tryk på <keycap>Enter</keycap>-tasten): <screen> sudo mount /dev/hdaX /media/windows/ -t vfat -o umask=0000 </screen>
38.
Replace <emphasis role="bold">/dev/hdaX</emphasis> with the correct device name for your partition.
2009-04-28
Erstat <emphasis role="bold">/dev/hdaX</emphasis> med det korrekte navn på din partition.
39.
To unmount the partition, type the following command at the prompt followed by the <keycap>Enter</keycap> key (if asked for a password, enter your user password and press the <keycap>Enter</keycap> key): <screen> sudo umount /media/windows/ </screen>
2009-04-28
For at afmontere partitionen, indtast da følgende kommando ved terminalprompten, efterfulgt af et tryk på <keycap>Enter</keycap>-tasten (hvis der spørges til kodeord, indtast da dit bruger-kodeord og tryk på <keycap>Enter</keycap>-tasten): <screen> sudo umount /media/windows/ </screen>
40.
Mount Windows partitions on boot-up
2009-04-28
Montér Windows-partitioner ved opstart
41.
Next, backup your configuration file for mounting drives and open the file in a text editor with administrative privileges. To do so, type the following at the prompt followed by pressing the <keycap>Enter</keycap> key (if asked for a password, enter your user password and press the <keycap>Enter</keycap> key): <screen> sudo cp /etc/fstab /etc/fstab_backup </screen>
2009-04-28
Lav dernæst en backup af konfigurationsfilen der styrer montering af partitioner, og åben filen i en teksteditor. Dette gøres ved at indtaste følgende ved terminalprompten, efterfulgt af et tryk på <keycap>Enter</keycap>-tasten (hvis der spørges til kodeord, indtast da dit bruger-kodeord og tryk på <keycap>Enter</keycap>-tasten): <screen> sudo cp /etc/fstab /etc/fstab_backup </screen>
42.
Edit your <filename>/etc/fstab</filename> by pressing <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> and then typing <userinput>kdesu kate /etc/fstab</userinput> in the <guilabel>Run Command</guilabel> dialog followed by pressing the <guibutton>OK</guibutton> button.
2009-04-28
Redigér din <filename>/etc/fstab</filename> ved at holde <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> nede, og så indtaste <userinput>kdesu kate /etc/fstab</userinput> i the <guilabel>Run Command</guilabel> dialogboksen, og klik dernæst på <guibutton>OK</guibutton>-knappen.
43.
/dev/hdaX /media/windows ntfs ro,umask=0222 0 0
2009-04-28
/dev/hdaX /media/windows ntfs ro,umask=0222 0 0
44.
If your Windows partition uses the NTFS filesystem, append the following line at the end of file: <placeholder-1/>
2009-04-28
Hvis din Windows-partition bruger NTFS-filsystemet, tilføj da følgende linie sidst i filen: <placeholder-1/>
45.
/dev/hdaX /media/windows vfat umask=0000 0 0
2009-04-28
/dev/hdaX /media/windows vfat umask=0000 0 0
46.
If your Windows partition uses the FAT32 filesystem, it is safe to allow read-write access to the partition. Append the following line at the end of the file: <placeholder-1/> instead of the one above.
2009-04-28
Hvis din Windows-partition bruger FAT32-filsystemet, er det sikkert at tillade både læse- og skriveadgang til partitionen. Tilføj følgende linie sidst i filen: <placeholder-1/> i stedet for den ovenstående linie.
47.
Save and close out of the edited file.
2009-04-28
Gem og luk derpå den redigerede fil.
48.
Read <xref linkend="remountfstabwithoutreboot"/>.
2009-04-28
Læs <xref linkend="remountfstabwithoutreboot"/>.
49.
Remount /etc/fstab without rebooting
2009-04-28
Genmontér /etc/fstab uden at genstarte
50.
At the prompt, type the following and then press the <keycap>Enter</keycap> key (if asked for a password, enter your user password and press the <keycap>Enter</keycap> key): <screen> sudo mount -a </screen>
2009-04-28
Ved terminalprompten indtastes følgende, efterfulgt af et tryk på <keycap>Enter</keycap>-tasten (hvis der spørges til kodeord, indtast da dit bruger-kodeord og tryk på <keycap>Enter</keycap>-tasten): <screen> sudo mount -a </screen>