I went down and bought a Dazzle CF-SD-blah-blah card reader. This is the 6 in 1 model. I managed to get it mounted and see the files on the CF card. Now my problem is I can't get it unmounted. Here's the fstab config.... /dev/sdb1 /media/sdb1 auto noauto,user,exec 0 0 #HOTPLUG B3Fu.o4XOFJX1US6 So I do a umount /media/sdb1 and get umount: /media/sdb1: device is busy No it's not. I closed everything having to do with it, pulled out the CF card and tried it again. No luck. Any thoughts other than rebooting? Also, I'd like to mount it as user....matter of fact, I'd like the whole 'media' directory as user. How would I do that? Thanks, Tom - - - - - - - - - - - - - - - - - - Tom Nielsen Neuro Logic Systems, Inc. 805.389.5435 x18 www.neuro-logic.com
* Tom Nielsen <tom@neuro-logic.com> [09-21-03 18:04]:
So I do a umount /media/sdb1 and get umount: /media/sdb1: device is busy
No it's not. I closed everything having to do with it, pulled out the CF card and tried it again. No luck. Any thoughts other than rebooting?
Linux is lying???? Yes, something is open in a /media/sdb1/.... directory/sub-directory. Retrace the steps you took to get the pictures from the card.
Also, I'd like to mount it as user....matter of fact, I'd like the whole 'media' directory as user. How would I do that?
HINT...HINT...HINT: what are the perms in /media ???? -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org
On Monday 22 September 2003 00:01, Tom Nielsen wrote:
So I do a umount /media/sdb1 and get umount: /media/sdb1: device is busy
No it's not. I closed everything having to do with it, pulled out the CF card and tried it again. No luck. Any thoughts other than rebooting? Try:
lsof /media/sdb1 iirc that should show you all processes attached to that directory. You can then kill the PID. Usually it is something to do with konqueror holding on to the directory :/ Hope this helps.
On Sun, 2003-09-21 at 16:57, The Purple Tiger wrote:
On Monday 22 September 2003 00:01, Tom Nielsen wrote:
So I do a umount /media/sdb1 and get umount: /media/sdb1: device is busy
No it's not. I closed everything having to do with it, pulled out the CF card and tried it again. No luck. Any thoughts other than rebooting? Try:
lsof /media/sdb1
iirc that should show you all processes attached to that directory. You can then kill the PID.
Thanks!! That did it. I'll have to save this one....never going to remember the lsof later. - - - - - - - - - - - - - - - - - - Tom Nielsen Neuro Logic Systems, Inc. 805.389.5435 x18 www.neuro-logic.com
On Monday 22 September 2003 03:17, Tom Nielsen wrote:
Thanks!! That did it. I'll have to save this one....never going to remember the lsof later. Hehe :) I know what you mean. It took me a while to remember it, I had to keep searching my suse folder lol. It got there in the end :)
Have fun :)
On Monday 22 September 2003 00:57, The Purple Tiger wrote:
No it's not. I closed everything having to do with it, pulled out the CF card and tried it again. No luck. Any thoughts other than rebooting? Usually it is something to do with konqueror holding on to the directory
In my experience, you do indeed have to close the konqueror instance with which you accessed the drive/card before it will allow you to unmount. Merely changing in konqueror to look at a different dir is not enough. This seems to me to be a little bug in Konqueror. -- Best wishes Kevin Donnelly www.kyfieithu.co.uk - Meddalwedd Rydd yn Gymraeg
Kevin Donnelly wrote:
On Monday 22 September 2003 00:57, The Purple Tiger wrote:
No it's not. I closed everything having to do with it, pulled out the CF card and tried it again. No luck. Any thoughts other than rebooting?
Usually it is something to do with konqueror holding on to the directory
In my experience, you do indeed have to close the konqueror instance with which you accessed the drive/card before it will allow you to unmount. Merely changing in konqueror to look at a different dir is not enough. This seems to me to be a little bug in Konqueror.
I note the same behavior with 8.2 on my box dave -- David C. Johanson Linux Counter # 116410 Powered by SuSE Linux 7.1 People who behold a phenomenon will often extend their thinking beyond it; people who merely hear about the phenomenon will not be moved to think at all. -- Goethe
participants (5)
-
David Johanson
-
Kevin Donnelly
-
Patrick Shanahan
-
The Purple Tiger
-
Tom Nielsen