Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2001 08:00:04 -0800 (PST)
From:      =?iso-8859-1?Q?Fl=FCkiger_Fabrizio?= <bizi@gmx.ch>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/30817: Addition to kern/28166: impossibility of mounting CD-ROM
Message-ID:  <200112121600.fBCG04Q52638@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: =?iso-8859-1?Q?Fl=FCkiger_Fabrizio?= <bizi@gmx.ch>
To: "Eugene Grosbein" <eugen@grosbein.pp.ru>
Cc: <FreeBSD-gnats-submit@freebsd.org>
Subject: Re: kern/30817: Addition to kern/28166: impossibility of mounting CD-ROM
Date: Wed, 12 Dec 2001 16:52:18 +0100

 ----- Original Message -----
 From: "Eugene Grosbein" <eugen@grosbein.pp.ru>
 To: <freebsd-bugs@FreeBSD.org>
 Sent: Wednesday, December 12, 2001 4:30 PM
 Subject: Re: kern/30817: Addition to kern/28166: impossibility of mounting
 CD-ROM
 
 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...
 
     thx & cu
     Fabrizio
 
 

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?200112121600.fBCG04Q52638>