Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2000 11:43:44 -0700
From:      "Crist J. Clark" <cristjc@earthlink.net>
To:        Stanislav Wissotsky <stan_marina@mail.ru>
Cc:        FreeBSD-questions@FreeBSD.ORG
Subject:   Re: your mail
Message-ID:  <20000617114344.B266@dialin-client.earthlink.net>
In-Reply-To: <001e01c0f756$3b851740$50c52ed4@stan>; from stan_marina@mail.ru on Sun, Jun 17, 2001 at 09:50:48PM %2B0400
References:  <001e01c0f756$3b851740$50c52ed4@stan>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 17, 2001 at 09:50:48PM +0400, Stanislav Wissotsky wrote:
> I tried to create devices 'mcd' and 'scd'  through
> # /dev/MAKEDEV mcd1 scd1
> (I tried "mcd0 scd0" as well).
> It seemed that the script did everything corectly but I was not able to find any
> mcd0/1 or scd0/1 devices in /dev directory. Do you know what should I do?

Try,

  # ls -l *scd*
  crw-r-----  2 root  operator   45,   0 Jun 17 11:41 rscd0a
  crw-r-----  2 root  operator   45,   2 Jun 17 11:41 rscd0c
  crw-r-----  2 root  operator   45,   8 Jun 17 11:41 rscd1a
  crw-r-----  2 root  operator   45,  10 Jun 17 11:41 rscd1c
  crw-r-----  2 root  operator   45,   0 Jun 17 11:41 scd0a
  crw-r-----  2 root  operator   45,   2 Jun 17 11:41 scd0c
  crw-r-----  2 root  operator   45,   8 Jun 17 11:41 scd1a
  crw-r-----  2 root  operator   45,  10 Jun 17 11:41 scd1c

-- 
Crist J. Clark                           cjclark@alum.mit.edu


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?20000617114344.B266>