View Single Post
  #4   (View Single Post)  
Old 21st September 2008
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

Quote:
Originally Posted by TerryP View Post
adding to /etc/devfs.conf:

Code:
link /dev/acd0 /dev/cd0
Would probably deal with the cd issue when the system restarts, assuming you've got acd's and need them aliased to cd's on startup.
/dev/acd* is for ATAPI CD-ROM drives.
/dev/cd* is for SCSI CD-ROM drives.

In order to get /dev/cd* entries for ATAPI CD-ROM drives, you just have to load atapicam.ko.
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote