Thank-you for the help old-polack,
Shouldn't clicking on "Floppy ..." in Dolphin take me to the mounted directory of the floppy?
I checked "/proc/mounts" and found that "/dev/fd0" was mounted in "/media/disk".
I navigated to "/media/disk/" and found that it holds the contents of the floppy disk.
One problem solved.
Unfortunately, if I swap the floppy disk with another disk, "/media/disk/" does not update.
It does not show the contents of the new disk (it continues to show the contents of the first disk, not the new second disk).
In an attempt to force it to update the contents, I tried clicking on "Floppy ..." in Dolphin. That failed. Just an error message.
So how do I unmount a floppy, and remount a new floppy?
Windows XP does this floppy mount/unmount automatically.
Is there anyway to get Linux to mount/unmount a floppy automatically?
(I'm sorry if my questions are basic. I'm trying to make the transition from XP to Linux. I appreciate your help.)
From the command line,
$ umount /media/floppy If there is a line in
/etc/fstab for the floppy, like this one;
/dev/fd0 /mnt/floppy auto rw,user,noauto,exec 0 0and if the
/mnt/floppy directory has been
created, one can right click the desktop and choose
Create New --> Link to Device --> Floppy Device. On the
Device tab, choose the proper device from the
drop down menu box at the top. Click the generic
icon and select the
Floppy device
icon from amongst the choices. Click the
OK button at the bottom.
You now have a launcher icon on the desktop to mount a floppy. Here's the
silly part. Insert a floppy, then
click the icon. You get this;

Click the OK button to remove the error window.
Right click the
Floppy Device launcher and choose
Open With --> KWrite. You'll see this;
[Desktop Action Format]
Exec=kfloppy %v
Name=Format
Name[af]=Formaat
Name[ar]=تهيئة
Name[as]=আকৃতি
Name[be@latin]=Farmatuj
Name[be]=Фармат
Name[bg]=Форматиране
Name[bn]=ফরম্যাট
Name[bn_IN]=বিন্যাস
Name[br ]=Furmadiñ
Name[ca@valencia]=Format
Name[ca]=Format
Name[cs]=Formát
Name[csb]=Fòrmat
Name[cy]=Fformat
Name[da]=Format
Name[de]=Formatieren
Name[el]=Μορφή
Name[en_GB]=Format
Name[eo]=Formato
Name[es]=Formato
Name[et]=Vorming
Name[eu]=Formatua
Name[fa]=قالب
Name[fi]=Formatoi
Name[fr]=Format
Name[fy]=Formattearje
Name[ga]=Formáid
Name[gl]=Formato
Name[gu]=બંધારણ
Name[he]=אתחל
Name[hi]=फॉर्मेट
Name[hne]=फार्मेट
Name[hr ]=Oblik
Name[hsb]=Format
Name[hu]=Formázás
Name[id]=Format
Name[is]=Snið
Name[it]=Formatta
Name[ja]=フォーマット
Name[ka]=ფორმატი
Name[kk]=Пішім
Name[km]=ទ្រង់ទ្រាយ
Name[kn]=ಸಪಾಟುಗೊಳಿಸು/ವಿನ್ಯಾಸ
Name[ko]=포맷
Name[ku]=Formatkirin
Name[lt]=Formatuoti
Name[lv]=Formatēt
Name[mai]=प्रारूप
Name[mk]=Формат
Name[ml]=രീതി
Name[mr]=स्वरुप
Name[ms]=Format
Name[nb]=Format
Name[nds]=Formateren
Name[nl]=Formatteren
Name[nn]=Format
Name[oc]=Format
Name[or]=ଶୈଳୀ
Name[pa]=ਫਾਰਮੈਟ
Name[pl]=Format
Name[pt]=Formatar
Name[pt_BR]=Formato
Name[ro]=Format
Name[ru]=Формат
Name[se]=Formáhtta
Name[si]=සංයුතිය
Name[sk]=Formát
Name[sl]=Formatiraj
Name[sr@ijekavian]=Формат
Name[sr@ijekavianlatin]=Format
Name[sr@latin]=Format
Name[sr]=Формат
Name[sv]=Format
Name[ta]=வடிவம்
Name[te]=ఫార్మెట్
Name[tg]=Формат
Name[th]=รูปแบบ
Name[table ][tr ][td ]=Biçim
Name[uk]=Формат
Name[uz@cyrillic]=Формат қилиш
Name[uz]=Format qilish
Name[vi]=Định dạng
Name[wa]=Abwesner
Name[x-test]=xxFormatxx
Name[xh]=Ifomati
Name[zh_CN]=格式化
Name[zh_TW]=格式
[Desktop Entry]
Actions=Format;
Dev=/dev/fd0
Icon=3floppy_mount
MountPoint=/mnt/floppy
ReadOnly=false
Type=FSDevice
UnmountIcon=media-floppy
X-KDE-Priority=TopLevelDelete or comment
# the line highlighted in
blue, then save the file. This makes
no sense at all, but
do it. As near as I can tell, the
lack of this line
forces mount to
source /etc/fstab for the
mount point, where it also finds that the
user does have
permission to mount the device.
Clicking the launcher will now
mount the floppy, and open Dolphin at the mount point.
Right clicking the launcher will offer either
Mount or
Unmount, options, depending on the
current state of the floppy. If you've
written to the floppy,
close the Dolphin window then
right click the launcher, select
Unmount, but
wait for the floppy drive
light to
stop blinking, before removing the disk. The system sometimes holds back
part of the
write process, and only completes it when the
unmount command is given. If you
don't wait, your files could become
corrupted.