Browsing Georgian translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Georgian guidelines.
1120 of 64 results
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)
27.
To list the mounted devices type the following and then press the <keycap>Enter</keycap> key: <screen>mount</screen>
(no translation yet)
Located in hardware/C/hardware.xml:100(para)
28.
The listing shows the device (such as a hard disk partition), the mount point (where you access the files), the filesystem type and the mount options.
(no translation yet)
Located in hardware/C/hardware.xml:108(para)
34.
Read <xref linkend="listpartitiontables"/>
(no translation yet)
Located in hardware/C/hardware.xml:161(para) hardware/C/hardware.xml:232(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>
There are line breaks here. Each one 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)
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>
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in hardware/C/hardware.xml:159(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>
There are line breaks here. Each one 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)
38.
Replace <emphasis role="bold">/dev/hdaX</emphasis> with the correct device name for your partition.
(no translation yet)
Located in hardware/C/hardware.xml:181(para) hardware/C/hardware.xml:263(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>
There are line breaks here. Each one 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)
40.
Mount Windows partitions on boot-up
(no translation yet)
Located in hardware/C/hardware.xml:202(title)
1120 of 64 results

This translation is managed by Ubuntu Georgian Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Alexander Didebulidze, David Machakhelidze, George Salukvadze, OTO_777, Vladimer Sichinava.