Users Guide

Table Of Contents
Mounting USB drive
NOTE: If the USB drive is using the NTFS file system, ensure that you perform the steps in Accessing and remounting local
NTFS file system.
To mount a USB drive:
1. Boot the system using the Linux-Based Diagnostics Tools (Dell 9G-13G servers) option.
The CentOS desktop is displayed.
2. Double-click the gnome-terminal icon.
The GNOME terminal window is displayed.
3. At the command prompt, type su , and then press <Enter>.
The Password prompt is displayed.
4. Type dell, and then press <Enter>.
The root user command prompt is displayed.
5. Type mount, and then press <Enter>.
The available storage devices are listed. The USB drive is listed as type vfat (ro). For example, the USB drive may be
listed as /dev/sda1 on /mnt/disc/sda1 type vfat (ro).
6. Type mount -o remount,rw /dev/<device_name>, where <device_name> is the name of the USB device.
Copying files to a USB drive
To copy files to an USB drive:
1. Boot the system using the Linux-Based Diagnostics Tools (Dell 9G-13G servers) option.
The CentOS desktop is displayed.
2. Double-click the gnome-terminal icon.
The GNOME terminal window is displayed.
3. At the command prompt, type sudo nautilus, and then press <Enter>.
The Nautilus browser is displayed.
4. Under Places, click File System.
5. In the right pane, navigate to the /var/data folder, and locate the file (for example, DSET collection report) you want to
copy.
6. Right-click the file you want to copy, and then select Copy.
7. Under Places, click File System.
8. In the right pane, navigate to the /mnt/disc/ folder, and open the folder that corresponds to the mounted USB drive.
9. Right-click and select Paste.
Starting the Vim editor
Vim Editor is a text editing tool used to open the .txt files.
To start the vim editor:
1. Boot the system using the Linux-Based Diagnostics Tools (Dell 9G-13G servers) option.
The CentOS desktop is displayed.
2. Double-click the gnome-terminal icon.
The GNOME terminal window is displayed.
3. At the command prompt, type vim file_name, where file_name is the name of the file.
The vim editor is displayed.
4. To insert text, type i.
5. Type the required information.
6. To exit the insert mode, press <Esc>.
7. To save the file, type :wq.
The file is saved in the current folder.
Using Support Live Image
23