Re: Unable to umount Cdrom drive.

2004-10-13 Thread Randy Grafton
Mike Jeays wrote: On Wed, 2004-10-13 at 14:22, Laszlo Antal wrote: Hi, I have FreeBSD 4.10 installed. When I mount the cdrom with #mount -t cd9660 /dev/acd0c /cdrom everything works fine.I can get to my ports and everything But when I want to swap cds and I type #umount /cdrom I get this error m

Re: Unable to umount Cdrom drive.

2004-10-13 Thread Mike Jeays
On Wed, 2004-10-13 at 14:22, Laszlo Antal wrote: > Hi, > > I have FreeBSD 4.10 installed. > When I mount the cdrom with #mount -t cd9660 /dev/acd0c /cdrom > everything works fine.I can get to my ports and everything > But when I want to swap cds and I type #umount /cdrom > I get this error message

Re: Unable to umount Cdrom drive.

2004-10-13 Thread terry tyson
On Wed, 13 Oct 2004 11:22:12 -0700, Laszlo Antal <[EMAIL PROTECTED]> wrote: > Hi, > > I have FreeBSD 4.10 installed. > When I mount the cdrom with #mount -t cd9660 /dev/acd0c /cdrom > everything works fine.I can get to my ports and everything > But when I want to swap cds and I type #umount /cdrom

Re: Unable to umount Cdrom drive.

2004-10-13 Thread W. D.
At 13:22 10/13/2004, Laszlo Antal wrote: >Hi, > >I have FreeBSD 4.10 installed. >When I mount the cdrom with #mount -t cd9660 /dev/acd0c /cdrom >everything works fine.I can get to my ports and everything >But when I want to swap cds and I type #umount /cdrom >I get this error message:: Unable to um

Re: Unable to umount Cdrom drive.

2004-10-13 Thread Eric Crist
On Oct 13, 2004, at 1:29 PM, Matthew Seaman wrote: On Wed, Oct 13, 2004 at 11:22:12AM -0700, Laszlo Antal wrote: When I mount the cdrom with #mount -t cd9660 /dev/acd0c /cdrom Verb. Sap. Make that: # mount -t cd9660 -o ro /dev/acd0c /cdrom For best results, set up all of the options etc. in /e

Re: Unable to umount Cdrom drive.

2004-10-13 Thread Matthew Seaman
On Wed, Oct 13, 2004 at 11:22:12AM -0700, Laszlo Antal wrote: > When I mount the cdrom with #mount -t cd9660 /dev/acd0c /cdrom Verb. Sap. Make that: # mount -t cd9660 -o ro /dev/acd0c /cdrom For best results, set up all of the options etc. in /etc/fstab, and then just use: # mount /cd

Unable to umount Cdrom drive.

2004-10-13 Thread Laszlo Antal
Hi, I have FreeBSD 4.10 installed. When I mount the cdrom with #mount -t cd9660 /dev/acd0c /cdrom everything works fine.I can get to my ports and everything But when I want to swap cds and I type #umount /cdrom I get this error message:: Unable to umount /cdrom, Device is busy. If I do the umont fr