Skip site navigation (1)Skip section navigation (2)
Date:      11 Mar 2004 20:15:29 -0500
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        RYAN vAN GINNEKEN <rmvg@shaw.ca>
Cc:        questions@freebsd.org
Subject:   Re: mounting cdrom drives
Message-ID:  <44hdwug91q.fsf@be-well.ilk.org>
In-Reply-To: <4051097B.8000607@shaw.ca>
References:  <40504DF3.9040107@shaw.ca> <44ekrzmong.fsf@be-well.ilk.org> <4051097B.8000607@shaw.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
RYAN vAN GINNEKEN <rmvg@shaw.ca> writes:

> Lowell Gilbert wrote:
> 
> >RYAN vAN GINNEKEN <rmvg@shaw.ca> writes:
> >
> >
> >>I have this in my dmesg output
> >>
> >>acd0: CDROM <NEC CD-ROM DRIVE:28B> at ata1-master PIO4
> >>acd1: CDROM <ATAPI CDROM> at ata1-slave PIO4
> >>
> >>but when i try to mount these acd0 i get this error
> >>
> >>#mount_cd9660 /dev/acd0 /cdrom/cdrom0
> >>mount_cd9660: /dev/acd0: No such file or directory
> >>
> >>so cd to /dev make device acd0 with this command
> >>sh MAKEDEV acd0 seems to work no errors but the device is not created
> >>and when i try to mount agian i get this agian
> >>
> >>#mount_cd9660 /dev/acd0 /cdrom/cdrom0
> >>mount_cd9660: /dev/acd0: No such file or directory
> >>
> >>Please help
> >>
> >
> >What are you running?  [Always include the output of 'uname -a' in questions.]
> >
> >What is the output of 'ls /dev/acd*'?
> >
> >
> v22.computerking.ca > /var/spool #uname -a
> FreeBSD v22.computerking.ca 4.9-STABLE FreeBSD 4.9-STABLE #1: Thu Mar
> 4 01:19:45 MST 2004
> rmvg@v22.computerking.ca:/usr/src/sys/compile/V22.COMPUTERKING.CA  i386
> [Thu Mar 11] 05:43 PM [0]
> v22.computerking.ca > /var/spool #ls /dev/acd*
> /dev/acd0a      /dev/acd0c      /dev/acd1a      /dev/acd1c

mount -t cd9660 /dev/acd0c /cdrom/cdrom0



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