Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2002 17:06:15 -0700
From:      "Samuel Chow" <cyschow@shaw.ca>
To:        "MIS" <mis@mesaintl.com>
Cc:        "FreeBSD Questions" <freebsd-questions@freebsd.org>
Subject:   Re: MAKEDEV questions
Message-ID:  <005201c1c959$ba79c7a0$2784412f@ca.nortel.com>
References:  <000f01c1c947$fb2ee4e0$780000d2@mesaintl.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> How can I use MAKEDEV to create a device file for my ide cd-rom?  I
> installed the system using ftp and the installation didn't create one.  I
> can't remember how I did it last time around...

    # cd /dev
    # ./MAKEDEV acd0 
    to create acd0a and acd0c

    OR 
    # ./MAKEDEV acd0t20
    to create acd0t0 to acd0t20 representing different tracks.

---
Samuel Chow
cyschow@shaw.ca

This message is displayed using recycled electrons.
Segmentation Fault (core dumped)




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005201c1c959$ba79c7a0$2784412f>