[gnome-user-docs] g-h/files-removedrive: Topic on unmounting



commit 07725ea816a157d859a42d974d9bf6cfce6fa2b6
Author: Shaun McCance <shaunm gnome org>
Date:   Wed Mar 23 13:04:42 2011 -0400

    g-h/files-removedrive: Topic on unmounting

 gnome-help/C/files-removedrive.page |   52 +++++++++++++++++++++++++++++++++++
 gnome-help/Makefile.am              |    1 +
 2 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/gnome-help/C/files-removedrive.page b/gnome-help/C/files-removedrive.page
new file mode 100644
index 0000000..abeef9b
--- /dev/null
+++ b/gnome-help/C/files-removedrive.page
@@ -0,0 +1,52 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="files-removedrive">
+  <info>
+    <link type="guide" xref="files#removable"/>
+    <revision pkgversion="3.0" date="2011-03-23" status="remove"/>
+
+    <credit type="author">
+      <name>Shaun McCance</name>
+      <email>shaunm gnome org</email>
+    </credit>
+
+    <desc>Eject or unmount a USB flash drive, CD, DVD, or other device.</desc>
+  </info>
+
+  <title>Safely remove an external drive</title>
+
+  <p>When you use external storage devices like USB flash drives, you
+  should safely remove them before unplugging them. If you just unplug
+  a device, you run the risk of unplugging while an application is still
+  writing to it, which could result in corrupted files. When you use an
+  optical disc like a CD or DVD, you can use the same steps to eject
+  the disc from your computer.</p>
+
+  <steps>
+    <item><p>From the <gui>Activities</gui> overview, open <app>Files</app>.</p></item>
+    <item><p>Locate the device in the sidebar. It should have a small
+    eject icon next to the name. Double-click the eject icon to safely
+    remove or eject the device.</p></item>
+  </steps>
+
+  <p>Alternatively, you can right-click the device and select either
+  <gui>Eject</gui> or <gui>Safely Remove Drive</gui>. USB drives can't
+  be physically ejected, so for these devices, there is no difference
+  between <gui>Eject</gui> and <gui>Safely Remove Drive</gui>.</p>
+
+  <p>If you have any files on the device open in any applications, you
+  will not be able to remove the device. You will be prompted with a
+  window telling you the volume is busy, and listing all the open files
+  on the device. Once you close all the files on the device, the device
+  will automatically be removed.</p>
+
+  <p>You can also choose <gui>Unmount Anyway</gui> to remove the device
+  without closing the files. This can cause errors in applications that
+  are reading those files.</p>
+
+  <p>If you can't close one of the files, for example if the application
+  using the file is locked up, you can right-click the file in the
+  <gui>Volume is busy</gui> window and select <gui>End Process</gui>.
+  This will force the entire application to close, which could close
+  other files you have open with that application.</p>
+</page>
diff --git a/gnome-help/Makefile.am b/gnome-help/Makefile.am
index 2500eda..ec30419 100644
--- a/gnome-help/Makefile.am
+++ b/gnome-help/Makefile.am
@@ -71,6 +71,7 @@ DOC_PAGES = \
 	files.page \
 	files-preview-music.page \
 	files-recover.page \
+	files-removedrive.page \
 	files-renaming.page \
 	files-search.page \
 	files-sharing.page \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]