|
106.
|
|
|
Partitioning a hard disk can be done for several reasons:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:470(para)
|
|
107.
|
|
|
To retrieve free space
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:475(para)
|
|
108.
|
|
|
To install different operating systems
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:480(para)
|
|
109.
|
|
|
To organize data better on the hard disk
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:485(para)
|
|
110.
|
|
|
Mounting and unmounting devices
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:492(title)
|
|
111.
|
|
|
When a removable storage device is connected to a computer, it must be <emphasis>mounted</emphasis> by the operating system so the files on the device can be accessed.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:493(para)
|
|
112.
|
|
|
When files are copied to a storage device, they are not always written to the device immediately. Instead, they are often stored in a queue so that they can all be transferred to the device at the same time (for efficiency). If the device is disconnected before all of the files have been transferred, some or all of the files may be lost. To prevent this, a storage device must be <emphasis>unmounted</emphasis> before being disconnected.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:498(para)
|
|
113.
|
|
|
Mounting a device
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:506(title)
|
|
114.
|
|
|
Plug in the removable storage device.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:508(para)
|
|
115.
|
|
|
A notification menu and blue circle icon will appear in the bottom right corner of the screen. By <mousebutton>clicking</mousebutton> the device in the popup menu, the device will be <emphasis>mounted</emphasis>. As soon as it is mounted, either the file manager will appear or a dialog will be presented that contains a list of options for the device.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:513(para)
|