I don't have a floppy drive in my own computer, so I could not test it,
but something like this shell script could do the trick:

if [ `mount | grep /media/floppy0 | wc -l` -eq 0 ]
then
        mount /media/floppy0 && nautilus /media/floppy0
else
        nautilus /media/floppy0
fi

Place this in e.g. /usr/bin and place a shortcut on the desktop. This
way a beginner can access the floppy without redundant actions.

-- 
Double click on "Floppy Drive" in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to