Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2002 09:38:00 -0700
From:      "Kevin Oberman" <oberman@es.net>
To:        Ruslan Sulemanov <amnesiac@2mcl.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Re[4]: After upgrade problem 
Message-ID:  <20020827163800.68D265D03@ptavv.es.net>
In-Reply-To: Your message of "Tue, 27 Aug 2002 01:25:38 %2B0400." <1062356281.20020827012538@2mcl.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Tue, 27 Aug 2002 01:25:38 +0400
> From: Ruslan Sulemanov <amnesiac@2mcl.com>
> 
> Thank for the help!
> My mistake was in /etc/fstab, i has changed
> /dev/acd0c on /dev/acd0a, and all began on the places!
> ls -l /dev/acd*
> crw-rw-rw-  2 root  operator  117,   0 Aug 26 18:53 /dev/acd0a
> crw-rw-rw-  2 root  operator  117,   2 Aug 26 18:53 /dev/acd0c
> crw-rw-rw-  2 root  operator  117,   8 Aug 26 18:53 /dev/acd1a
> crw-rw-rw-  2 root  operator  117,  10 Aug 26 18:53 /dev/acd1c

Bingo! The minor mode is incorrect for the 'c' devices. The values
should be 0 (for acd0c) and 8 (for acd1c).

# ls -l /dev/acd*
crw-rw-rw-  4 root     operator  117,   0 Aug 26 10:03 /dev/acd0a
crw-rw-rw-  4 root     operator  117,   0 Aug 26 10:03 /dev/acd0c
crw-r-----  4 root     operator  117,   8 Aug 26 10:03 /dev/acd1a
crw-r-----  4 root     operator  117,   8 Aug 26 10:03 /dev/acd1c


Aside from fixing the problem by deleting and re-creating the device
entries, you could try using the 'a' devices as they are almost always
(always?) the same on a CD.

R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman@es.net			Phone: +1 510 486-8634

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




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