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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to