EBUSY trying to mount unmounted /boot filesystem
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Won't Fix
|
Undecided
|
Unassigned | ||
linux-source-2.6.22 (Ubuntu) |
Won't Fix
|
Undecided
|
Kyle McMartin |
Bug Description
Binary package hint: linux-source-2.6.22
Using 2.6.22-6.13 when I try to mount my /boot filesystem I get an EBUSY:
# mount /boot
mount: /dev/disk/
It's not mounted though:
# cat /proc/mounts
rootfs / rootfs rw 0 0
none /sys sysfs rw,nosuid,
none /proc proc rw,nosuid,
udev /dev tmpfs rw 0 0
/dev/mapper/
/dev/mapper/
tmpfs /var/run tmpfs rw,nosuid,
tmpfs /var/lock tmpfs rw,nosuid,
tmpfs /var/run tmpfs rw,nosuid,
tmpfs /var/lock tmpfs rw,nosuid,
linux:/mnt/mp3 /mnt/mp3 nfs rw,vers=
linux:/
tmpfs /dev/shm tmpfs rw 0 0
devpts /dev/pts devpts rw 0 0
usbfs /dev/bus/usb/.usbfs usbfs rw 0 0
udev /proc/bus/usb tmpfs rw 0 0
usbfs /proc/bus/
tmpfs /var/run tmpfs rw,nosuid,
tmpfs /var/lock tmpfs rw,nosuid,
/dev/mapper/
/dev/mapper/
/dev/rootvol/home /home ext3 rw,data=ordered 0 0
/dev/rootvol/vms /vms ext3 rw,data=ordered 0 0
/dev/rootvol/XXX /XXX ext3 rw,data=ordered 0 0
/dev/rootvol/
udev /mnt/cooker/dev tmpfs rw 0 0
none /mnt/cooker/proc proc rw,nosuid,
/dev/rootvol/home /mnt/cooker/home ext3 rw,data=ordered 0 0
tmpfs /var/run tmpfs rw,nosuid,
tmpfs /var/lock tmpfs rw,nosuid,
linux:/mnt/data /data nfs rw,vers=
linux:/
linux:/usr/local /usr/local nfs rw,vers=
linux:/usr/src /usr/src nfs rw,vers=
tmpfs /var/run tmpfs rw,nosuid,
tmpfs /var/lock tmpfs rw,nosuid,
automount(pid5850) /autohome autofs rw,fd=4,
nfsd /proc/fs/nfsd nfsd rw 0 0
rpc_pipefs /var/lib/
binfmt_misc /proc/sys/
pvr:/video /video nfs rw,vers=
tmpfs /lib/modules/
as you can see. I just noticed all those duplicate tmpfs mounts though. What's that all about? I digress.
Any ideas why trying to mount something not mounted would return an EBUSY?
Hi,
Can you run "lsof /boot" and see if anything has an open file handle there?
Cheers, Kyle