Usbmount not showing mounted partitions to mount

Bug #189220 reported by marc
4
Affects Status Importance Assigned to Milestone
usbmount (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: usbmount

As you can see above partition (there is any partition with 47G used) is mounted by automount but not showed by mount. A litle crazy, no ?

root@sbg-ajuntament:/var/run/usbmount/ST350083_0AS_1# du -hs *
56K log
47G pc
18M pool

root@sbg-ajuntament:/var/run/usbmount/ST350083_0AS_1# mount
/dev/md0 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/md1 on /home type xfs (rw)
securityfs on /sys/kernel/security type securityfs (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)

root@sbg-ajuntament:/var/run/usbmount/ST350083_0AS_1# df -h
S. fitxers Tamany En ús Lliure %Ús Muntat a
/dev/md0 23G 8,0G 14G 37% /
varrun 502M 536K 502M 1% /var/run
varlock 502M 4,0K 502M 1% /var/lock
udev 502M 100K 502M 1% /dev
devshm 502M 0 502M 0% /dev/shm
/dev/md1 49G 38G 11G 78% /home

Revision history for this message
Rogério Theodoro de Brito (rbrito) wrote :

Hi, I am upstream for usbmount. Please, see bug #229883.

Do you have HAL running? Any gnome or kde thing automounting devices?

If not, could you please use the following command to see what udev would do with your device:

udevadm test --action=add /sys/class/block/sda1 (or whatever)

It generates *a lot* of output. Many screens, depending on the device.

Another good diagnostic tool would be the following:

udevinfo -a -p $(udevinfo -q path -n /dev/sda1) (idem)

Regards, Rogério Brito.

Revision history for this message
marc (marc-teclliure) wrote : Re: [Bug 189220] Re: Usbmount not showing mounted partitions to mount
Download full text (8.7 KiB)

El dom, 19-10-2008 a las 14:54 +0000, Rogério Brito escribió:
> Hi, I am upstream for usbmount. Please, see bug #229883.
>
> Do you have HAL running? Any gnome or kde thing automounting devices?

Yes, i've HAL running. No GNOME or KDE installed.

> If not, could you please use the following command to see what udev
> would do with your device:
>
> udevadm test --action=add /sys/class/block/sda1 (or whatever)
>
> It generates *a lot* of output. Many screens, depending on the device.

root@sbg-ajuntament:~# udevadm test --action=add /sys/class/block/sdc1
This program is for debugging only, it does not run any program,
specified by a RUN key. It may show incorrect results, because
some values may be different, or not available at a simulation run.

parse_file: reading '/etc/udev/rules.d/05-options.rules' as rules file
parse_file: reading '/etc/udev/rules.d/05-udev-early.rules' as rules
file
parse_file: reading '/etc/udev/rules.d/20-names.rules' as rules file
parse_file: reading '/etc/udev/rules.d/30-cdrom_id.rules' as rules file
parse_file: reading '/etc/udev/rules.d/40-basic-permissions.rules' as
rules file
parse_file: reading '/etc/udev/rules.d/40-permissions.rules' as rules
file
parse_file: reading '/etc/udev/rules.d/45-fuse.rules' as rules file
parse_file: reading '/etc/udev/rules.d/60-persistent-input.rules' as
rules file
parse_file: reading '/etc/udev/rules.d/60-persistent-storage-tape.rules'
as rules file
parse_file: reading '/etc/udev/rules.d/60-persistent-storage.rules' as
rules file
parse_file: reading '/etc/udev/rules.d/60-symlinks.rules' as rules file
parse_file: reading '/etc/udev/rules.d/61-persistent-storage-edd.rules'
as rules file
parse_file: reading '/etc/udev/rules.d/65-mdadm.vol_id.rules' as rules
file
parse_file: reading '/etc/udev/rules.d/70-persistent-cd.rules' as rules
file
parse_file: reading '/etc/udev/rules.d/70-persistent-net.rules' as rules
file
parse_file: reading '/etc/udev/rules.d/75-cd-aliases-generator.rules' as
rules file
parse_file: reading
'/etc/udev/rules.d/75-persistent-net-generator.rules' as rules file
parse_file: reading '/etc/udev/rules.d/80-programs.rules' as rules file
parse_file: reading '/etc/udev/rules.d/85-alsa.rules' as rules file
parse_file: reading '/etc/udev/rules.d/85-hdparm.rules' as rules file
parse_file: reading '/etc/udev/rules.d/85-hwclock.rules' as rules file
parse_file: reading '/etc/udev/rules.d/85-ifupdown.rules' as rules file
parse_file: reading '/etc/udev/rules.d/85-mdadm.rules' as rules file
parse_file: reading '/etc/udev/rules.d/85-pcmcia.rules' as rules file
parse_file: reading '/etc/udev/rules.d/90-modprobe.rules' as rules file
parse_file: reading '/etc/udev/rules.d/95-hal.rules' as rules file
parse_file: reading '/etc/udev/rules.d/95-udev-late.rules' as rules file
parse_file: reading '/etc/udev/rules.d/z60_usbmount.rules' as rules file
unable to open device '/class/block/sdc1'

> Another good diagnostic tool would be the following:
>
> udevinfo -a -p $(udevinfo -q path -n /dev/sda1) (idem)

root@sbg-ajuntament:~# udevinfo -a -p $(udevinfo -q path -n /dev/sdc1)

Udevinfo starts with the device specified by the devpath and then
walks up the chain of parent devices. It prin...

Read more...

Revision history for this message
Daniel T Chen (crimsun) wrote :

Is this symptom still reproducible in 9.04?

Changed in usbmount:
status: New → Incomplete
Revision history for this message
Pedro Villavicencio (pedro) wrote :

We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status column, and change the Status back to New. Thanks again!.

Changed in usbmount:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.