Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2002 12:18:29 +0700
From:      Max Khon <fjoe@iclub.nsu.ru>
To:        Ruslan Sulemanov <amnesiac@2mcl.com>
Cc:        Kevin Oberman <oberman@es.net>, freebsd-stable@freebsd.org
Subject:   Re: After upgrade problem
Message-ID:  <20020827121829.A29458@iclub.nsu.ru>
In-Reply-To: <1062356281.20020827012538@2mcl.com>; from amnesiac@2mcl.com on Tue, Aug 27, 2002 at 01:25:38AM %2B0400
References:  <20020826181800.AAFFA5D03@ptavv.es.net> <1062356281.20020827012538@2mcl.com>

next in thread | previous in thread | raw e-mail | index | archive | help
hi, there!

On Tue, Aug 27, 2002 at 01:25:38AM +0400, Ruslan Sulemanov wrote:

> 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

actually your mistake was in not running "MAKEDEV all" after mergemaster.
you should have something like this in /dev:

fjoe@husky:~$ls -l /dev/acd0*
crw-rw----  4 root  cdrom  117,   0 27 ΑΧΗ 02:44 /dev/acd0a
crw-rw----  4 root  cdrom  117,   0 27 ΑΧΗ 02:44 /dev/acd0c
fjoe@husky:~$

(note /dev/acd0c minor is now equal to /dev/acd0a minor)

/fjoe


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?20020827121829.A29458>