Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Feb 2004 16:06:01 +0530
From:      Shantanoo <freebsd@dhumketu.cjb.net>
To:        Jeff Elkins <bsd@elkins.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Using the ATAPI/CAM Driver
Message-ID:  <20040203103600.GB451@dhumketu.homeunix.net>
In-Reply-To: <E1AmfUg-0001xm-00@elkins.org>
References:  <E1AmfUg-0001xm-00@elkins.org>

next in thread | previous in thread | raw e-mail | index | archive | help
+++ Jeff Elkins [freebsd] [30-01-04 15:44 -0500]:
|  
| Date: Fri, 30 Jan 2004 15:44:00 -0500
| User-Agent: KMail/1.5.4
| MIME-Version: 1.0
| Content-Type: text/plain;
|   charset="us-ascii"
| Content-Transfer-Encoding: 7bit
| Content-Disposition: inline
| Message-Id: <200401301544.01023.bsd@elkins.org>
| Status: RO
| X-Status: Q
| X-KMail-EncryptionState:  
| X-KMail-SignatureState:  
| 
| I've enabled the ATAPI/CAM driver in my kernel under freebsd 5.2 - this has 
| given me two devices: /dev/cd0 and /dev/cd1. Thus far, I'm able to burn 
| CDs/DVDs but I am having trouble mounting them (as root).
| 
| If I issue the command: mount /cdrom or mount -t cd9660 /dev/cd0 /cdrom I get 
| the message:  cd9660: /dev/cd0: Device not configured
| 
| However, if I comment out the /dev/cd devices in fstab and enable the acd 
| devices:
| 
| /dev/acd0               /cdrom cd9660   ro,noauto       0       0
| /dev/acd1               /cdrom1 cd9660 ro,noauto        0       0
| #/dev/cd0               /cdrom cd9660   ro,noauto       0       0
| #/dev/cd1               /cdrom1 cd9660 ro,noauto        0       0
| 
| I'm able to mount w/o problems.
| 
| Do I have something misconfigured?

Following worked for me.

# mount_cd9660 /dev/cd0c /cdrom

Shantanoo

| 
| Thanks,
| 
| Jeff Elkins
| 
| 
| ------------------------------



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