Lesson 4

Working with Removable Media

This lesson intends to familarize the student with removable media in Linux, the Linux filesystem and the Nautilus file manager in GNOME.  The student will conduct several activities that will utilize information found in Chapter 10 of the textbook.

Since hands-on learning is more fun, let's get started.

Mounting and unmounting a floppy

Start by mounting a floppy.  There are three ways this can be accomplished.  Let's review and try them.

Copying files to and from a floppy

Copy a file from your home directory to the floppy.  I'd suggest that you copy the hidden configuration files that are in your home directory.  These files can be seen by setting up Nautilus to show hidden files.  In the Nautilus Window, click the Preferences button.  In the window that opens, highlight 'Icon & List Views'.  This opens a list of options.  Select the option 'Show Hidden Files'.  Click on 'OK'.  Since all of us have some Windows experience, I'm going to assume you know how to drag files from one location to another or to conduct copy and paste files, I'm not going to provide details.  Nautilus behaves like the Window Explorer as a file manager.

Mounting a Zip Drive

There are several ways to mount a zip.  These methods include the ole command prompt, GNOME desktop and GNOME User Mount Tool.  Since these methods are very similar to a floppy, they will not be repeated.  When mounting the zip from the command prompt, the device is not /dev/fd0 but /dev/hdx4, where the x is replaced by b, c, or d.  The instructor will show you how to determine which letter is valid.  The zip drive is an IDE device that can be in one of the following configurations;

The user can determine which configuration is used for the zip drive by watching the beginning of the boot process.  When the BIOS finds the zip drive it will indicate which configuration is utilized.
Circle the two that identify your zip drive configuration.

        Primary        Secondary

        Master         Slave

To mount the zip drive using the other two methods, simply follow the procedure provided for the floppy.

Mounting the CDROM

Now we need to learn how to mount the CDROM.  This too is very easy to mount using one of three methods.

As all other removable media, the CDROM can easily be mounted using the two graphical techniques.  Simply use the procedure defined earlier.

Copying files from the CDROM to the Zip Drives

There are three methods, command prompt method and two graphical methods.  Let's see how well you are doing and copy a couple of files from the RPMS directory on the CDROM to the zip drive.  I'm intentionally not defining every step.  This will require some thought on the user's part, but if you need to discuss this problem with the instructor please do.

In order for us to be consistent, please find the following files in the RPMS directory of the CDROM.  Please ask the instructor for assistance when problems are encountered.


Record any problems encountered that might be helpful when conducting this task in the future. (Examples: change to superuser, change permissions, commands used.........)