Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2001 08:20:02 -0800 (PST)
From:      Eugene Grosbein <eugen@grosbein.pp.ru>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/30817: Addition to kern/28166: impossibility of mounting CD-ROM
Message-ID:  <200112121620.fBCGK2Y72068@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/30817; it has been noted by GNATS.

From: Eugene Grosbein <eugen@grosbein.pp.ru>
To: "Flükiger Fabrizio" <bizi@gmx.ch>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: kern/30817: Addition to kern/28166: impossibility of mounting CD-ROM
Date: Wed, 12 Dec 2001 23:14:06 +0700

 > have you tried to unmount the cdrom with forcing, befor mount ?
 > 
 > like this:
 > 
 > # cdcontrol -f /dev/acd0a
 > 
 > Now it's impossible to mount CD-ROM:
 > 
 > # mount -t cd9660 /dev/acd0a /cdrom
 > cd9660: /dev/acd0a: Device busy
 > 
 > but first try this:
 > 
 > # umount -f  /cdrom
 > (important: you must force it with -f)
 > 
 > # mount -t cd9660 /dev/acd0a /cdrom
 > now it should be possible to mount...
 
 
 Not sure I understand you. CD is not mounted in this example,
 there is nothing to unmount. If you insist to run 'umount -f' brefore
 mounting,
 I tried this. Obviously, this doesn't help.
 
 Eugene Grosbein

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112121620.fBCGK2Y72068>