1838646 Members
2451 Online
110128 Solutions
New Discussion

Mounting CDROM

 
SOLVED
Go to solution
Brian Taylor
Advisor

Mounting CDROM

Sorry gang, this one is probably easy...but... I am tring to mount a CDROM on a 11.x box. /etc/mount /device /folder errors out with a 'device busy' message. For the life of me I forget the command to see what is using a file. Can someone please refresh my memory???

TIA,

Brian
5 REPLIES 5
John Poff
Honored Contributor
Solution

Re: Mounting CDROM

Hello,

Try 'fuser' filename (as root).

JP
Robin Wakefield
Honored Contributor

Re: Mounting CDROM

Brian,

fuser should do it.

Robin
Brian Taylor
Advisor

Re: Mounting CDROM

(embarrased) thanks gang!
Sachin Patel
Honored Contributor

Re: Mounting CDROM

Hi Brian
fuser -f /dev/dsk/c?t?d?

Sachin
Is photography a hobby or another way to spend $
Jim Turner
HPE Pro

Re: Mounting CDROM

Hi Brian,

It's "fuser -f /folder" for a specific file. Also, make sure your pwd is not /folder when you are trying to mount something on /folder. I've done that before.

Cheers,
Jim