|
14.
|
|
|
<trademark class="registered">Bluetooth</trademark> Internet options are available from within the <application>KMenu</application> by going to <menuchoice><guimenu>Application Launcher</guimenu><guisubmenu>Internet</guisubmenu><guimenuitem>Bluetooth Chat</guimenuitem></menuchoice> and <menuchoice><guimenu>Application Launcher</guimenu><guisubmenu>Internet</guisubmenu><guimenuitem>Bluetooth OBEX Client</guimenuitem></menuchoice>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:46(para)
|
|
26.
|
|
|
Open <application>Konsole</application> by going to <menuchoice><guimenu>Application Launcher</guimenu><guisubmenu>System</guisubmenu><guimenuitem>Terminal (Konsole)</guimenuitem></menuchoice>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:121(para) hardware/C/hardware.xml:174(para) hardware/C/hardware.xml:244(para) hardware/C/hardware.xml:327(para) hardware/C/hardware.xml:356(para) hardware/C/hardware.xml:405(para) hardware/C/hardware.xml:461(para) hardware/C/hardware.xml:514(para)
|
|
33.
|
|
|
For <acronym>NTFS</acronym> drives refer to step 4. For <acronym>FAT32</acronym> drives refer to step 5. <acronym>NTFS</acronym> allows only <emphasis>read-only</emphasis> access whereas <acronym>FAT32</acronym> allows both <emphasis>read</emphasis> and <emphasis>write</emphasis> access.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:131(para)
|
|
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>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:147(para) hardware/C/hardware.xml:212(para)
|
|
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>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:171(para)
|
|
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>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:189(para)
|
|
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>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:224(para)
|
|
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.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:236(para)
|
|
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>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:295(para)
|
|
51.
|
|
|
Run a system command automatically at Startup
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:308(title)
|