hechler:~ # mount /dev/sdb3 /mnt mount: /dev/sdb3 already mounted or /mnt busy
hechler:~ # umount /dev/sdb3 umount: /dev/sdb3: not mounted
hechler:~ # umount /mnt umount: /mnt: not mounted
I've checked the obvious - device and mount point not mounted; not in directory /mnt; tried the "lazy" mount; no entry in /etc/fstab; does not show up in /etc/mtab
Help ?
* Duaine & Laura Hechler dahechler@att.net [09-13-09 16:46]:
hechler:~ # mount /dev/sdb3 /mnt mount: /dev/sdb3 already mounted or /mnt busy
hechler:~ # umount /dev/sdb3 umount: /dev/sdb3: not mounted
hechler:~ # umount /mnt umount: /mnt: not mounted
I've checked the obvious - device and mount point not mounted; not in directory /mnt; tried the "lazy" mount; no entry in /etc/fstab; does not show up in /etc/mtab
No, you haven't checked the *obvious*. Look at the directory, /mnt It is *normally* a place to make other directories for mount points. Try making a directory, mkdir /mnt/sdb3 then, mount -t auto /dev/sdb3 /mnt/sdb3
and see what happens.
ps: google and the manpages help.
Patrick Shanahan wrote:
- Duaine & Laura Hechler dahechler@att.net [09-13-09 16:46]:
hechler:~ # mount /dev/sdb3 /mnt mount: /dev/sdb3 already mounted or /mnt busy
hechler:~ # umount /dev/sdb3 umount: /dev/sdb3: not mounted
hechler:~ # umount /mnt umount: /mnt: not mounted
I've checked the obvious - device and mount point not mounted; not in directory /mnt; tried the "lazy" mount; no entry in /etc/fstab; does not show up in /etc/mtab
No, you haven't checked the *obvious*. Look at the directory, /mnt It is *normally* a place to make other directories for mount points. Try making a directory, mkdir /mnt/sdb3 then, mount -t auto /dev/sdb3 /mnt/sdb3
and see what happens.
ps: google and the manpages help.
hechler:~ # mount -t auto /dev/sdb3 /mnt/sdb3 mount: /dev/sdb3 already mounted or /mnt/sdb3 busy
Here is an oddity: - I add a mount to fstab then reboot and my original mount command works (after and umount) - take out the entry in fstab and then the original command stops working again
Duaine
* Duaine & Laura Hechler dahechler@att.net [09-13-09 23:21]:
hechler:~ # mount -t auto /dev/sdb3 /mnt/sdb3 mount: /dev/sdb3 already mounted or /mnt/sdb3 busy
Please, trim your quotes.
lsof /dev/sdb3
should tell what is holding /dev/sdb3
Patrick Shanahan wrote:
- Duaine & Laura Hechler dahechler@att.net [09-13-09 23:21]:
hechler:~ # mount -t auto /dev/sdb3 /mnt/sdb3 mount: /dev/sdb3 already mounted or /mnt/sdb3 busy
Please, trim your quotes.
lsof /dev/sdb3
should tell what is holding /dev/sdb3
hechler:~ # lsof /dev/sdb3 hechler:~ #
Nothing
Duaine
* Duaine & Laura Hechler dahechler@att.net [09-14-09 00:44]:
Patrick Shanahan wrote:
- Duaine & Laura Hechler dahechler@att.net [09-13-09 23:21]:
hechler:~ # mount -t auto /dev/sdb3 /mnt/sdb3 mount: /dev/sdb3 already mounted or /mnt/sdb3 busy
Please, trim your quotes.
lsof /dev/sdb3
should tell what is holding /dev/sdb3
hechler:~ # lsof /dev/sdb3 hechler:~ #
Nothing
Duaine
--
Duaine Hechler Piano, Player Piano, Pump Organ Tuning, Servicing & Rebuilding Reed Organ Society Member Florissant, MO 63034
ls -la /mnt grep /dev/sdb3 /etc/mtab
(314) 838-5587 dahechler@att.net www.hechlerpianoandorgan.com -- Home & Business user of Linux - 10 years
Patrick Shanahan wrote:
ls -la /mnt grep /dev/sdb3 /etc/mtab
hechler:~ # ls -la /mnt total 1 drw-rw-rw- 5 root root 120 Sep 13 22:09 . drwxr-xr-x 25 root root 600 Sep 13 22:12 .. drwxr-xr-x 2 root root 48 Sep 13 02:52 family drwxr-xr-x 2 root root 48 Sep 13 15:54 home drwxr-xr-x 2 root root 48 Sep 13 22:09 sdb3 hechler:~ # hechler:~ # grep /dev/sdb3 /etc/mtab hechler:~ #
hechler:~ # lsof /dev/sdb3 hechler:~ #
Nothing
Duaine
Just curious, does it show up when you try the mount command?
Michael S. Dunsavage wrote:
hechler:~ # lsof /dev/sdb3 hechler:~ #
Nothing
Duaine
Just curious, does it show up when you try the mount command?
hechler:~ # mount /dev/sda1 on / type reiserfs (rw,acl,user_xattr) /proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) debugfs on /sys/kernel/debug type debugfs (rw) udev on /dev type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/sda3 on /home type reiserfs (rw) /dev/sdc1 on /VirtualBox type reiserfs (rw) fusectl on /sys/fs/fuse/connections type fusectl (rw) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) /proc on /var/lib/ntp/proc type proc (ro) hechler:~ #
On Sun, 2009-09-13 at 15:44 -0500, Duaine & Laura Hechler wrote:
hechler:~ # mount /dev/sdb3 /mnt mount: /dev/sdb3 already mounted or /mnt busy
hechler:~ # umount /dev/sdb3 umount: /dev/sdb3: not mounted
hechler:~ # umount /mnt umount: /mnt: not mounted
So what's in /mnt?
I've checked the obvious - device and mount point not mounted; not in directory /mnt; tried the "lazy" mount; no entry in /etc/fstab; does not show up in /etc/mtab
Help ?
If I can make a suggestion? create a directory under /mnt for the mountpoint.
Mike@P-733-Lin:/mnt> ls -l total 42 drwxrwxr-x 6 root users 152 2009-08-02 23:05 LinVideo drwxrwxr-x 6 root users 152 2009-04-11 15:49 linvideo2 drwxr-xr-x 23 root 4 560 2009-06-28 18:34 Mandriva drwxr-xr-x 22 root root 656 2009-09-12 23:06 SuSE10.2 drwxr-xr-x 22 root root 512 2009-04-27 01:39 Test drwxr-xr-x 2 root root 48 2009-01-01 17:44 Ubuntu-Home drwxr-xr-x 1 root users 12288 2009-09-11 18:12 winvideo2 drwxrwxr-x 1 root users 4096 2009-09-11 18:12 WinVideo drwxr-xr-x 1 root users 24576 2009-09-11 18:12 WinXP
As you can see I have several partitions mounted under /mnt .
On September 13, 2009, Duaine & Laura Hechler wrote:
hechler:~ # mount /dev/sdb3 /mnt mount: /dev/sdb3 already mounted or /mnt busy
hechler:~ # umount /dev/sdb3 umount: /dev/sdb3: not mounted
hechler:~ # umount /mnt umount: /mnt: not mounted
/mnt will show as husy if you are in that directory what does pwd show?
I've seen this with usb drives that are being automounted Do you see it mounted under /media?
Are there more than 1 partition on this drive, some usb devices have hidden partitions.