KDE How-To - Removable Media
KDE offers some very nice graphical ways to use removable media (floppies,
CD-Rom, zip), but there are a few tweeks you can do to make things nicer for you
now, as well as later.
FSTAB
The place to start is in fstab. This is partly because of one small bug in the
current KDE, and also because by setting up our fstab correctly, we can make
things easier in any Linux enviroment.
This is just an example. You should check your own system to see if your cdrom
and/or zip drive is hdb, hdc, or hdd. But for your normal preformated zip
cartridge, you do have to have it be paritition 4, as shown below.
| <>cat /etc/fstab |
| ... |
| #/dev/cdrom | /mnt/cdrom | iso9660 | user,noauto,owner,ro | 0 0 |
| /dev/hdc | /mnt/cdrom | iso9660 | user,noauto,owner,ro | 0 0 |
| /dev/hdd4 | /mnt/zip | msdos | user,noauto | 0 0 |
| /dev/fd0 | /mnt/floppy | ext2 | noauto,owner | 0 0 |
| /dev/fd0 | /mnt/dos | msdos | user,noauto | 0 0 |
| ... |
You also need to remember to actually create those different directories.
mkdir /mnt/zip
mkdir /mnt/dos
Creating An Icon For Your Zip Drive
Your desktop shows your cd-rom drive and your floppy drive, so why doesn't is
show your zip drive. Well now it can, with just a few simple steps.
- Edit your fstab so that your zip drive is in it (see above)
- Create the directory where your zip drive will be mounted (see above)
- Create your zip icon (see below)
- Right-Click on the mouse, select 'New' 'File System Device'
- Name the icon. (You must leave the .kdelnk on the name)
- Put in the proper device name, corresponding to what is in fstab.
1-1, 1-2, 1-3 Create An Icon
List of icons
dawson@fnal.gov
Back to KDE How To
August 21, 2000