You are not logged in.

#1 2008-04-06 08:57:44

FUF
Member
Registered: 2007-10-20
Posts: 17

[GNOME 2.22.0] Cannot mount floppy

Hi!

When I try to mount inserted floppy disk in GNOME it does nothing... When I try to access it via menu the following error appears:

Cannot invoke CheckForMedia on HAL: org.freedesktop.DBus.Error.UnknownMethod: Method "CheckForMedia" with signature "" on interface "org.freedesktop.Hal.Device.Storage.Removable" doesn't exist
[fuf@localhost ~]$ sudo cat /etc/fstab | grep fd0
/dev/fd0 /mnt/fd0   vfat   user,noauto,utf8   0      0

I still can mount my floppy using mount /dev/fd0

Any suggestions?

Last edited by FUF (2008-04-06 09:19:14)

Offline

#2 2008-04-06 12:59:20

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: [GNOME 2.22.0] Cannot mount floppy

AFAIK hal doesn't work on devices that are in /etc/fstab, but your error message indicates that gnome-volume-manager tries to call a function that isn't available in hal 0.5.10.
https://bugs.launchpad.net/ubuntu/+sour … bug/197954

Looks like another bug that requires us to update hal. I guess we'll use a release candidate then, there's no other option to get rid of these bugs.

Offline

#3 2008-04-06 13:09:34

azleifel
Member
Registered: 2007-10-28
Posts: 486

Re: [GNOME 2.22.0] Cannot mount floppy

FYI: I can mount floppies here under Gnome 2.22.  My fstab entry is different:

/dev/fd0        /media/fl       auto    user,noauto                0      0

This latest version of Gnome seems to be making a distinction between what's mounted in /mnt and what's mounted in /media.  What I haven't managed to get at the moment is an automatically generated desktop icon for the partition that I've got mounted in /mnt:

/dev/sdb6       /mnt/Extra      ext3    defaults                   0      1

Is Gnome now following the Linux FHS to the letter, so anything in /mnt is assumed to be a filesystem temporarily mounted by an administrator?

Offline

#4 2008-04-28 15:52:24

cmlr
Member
From: Rochester, NY, USA
Registered: 2007-04-18
Posts: 99

Re: [GNOME 2.22.0] Cannot mount floppy

Have you added 'fuse' to your list of modules in /etc/rc.conf?  Find the line starting with 'MODULES=('.

Offline

Board footer

Powered by FluxBB