kern/105539: newly added disk devices don't have slice-devices created

Poul-Henning Kamp phk at phk.freebsd.dk
Tue Nov 14 20:47:01 UTC 2006


The following reply was made to PR kern/105539; it has been noted by GNATS.

From: "Poul-Henning Kamp" <phk at phk.freebsd.dk>
To: Mikhail Teterin <mi at aldan.algebra.com>
Cc: FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: kern/105539: newly added disk devices don't have slice-devices created 
Date: Tue, 14 Nov 2006 20:32:58 +0000

 In message <200611141958.kAEJwKbg065766 at symbion.zaytman.com>, Mikhail Teterin w
 rites:
 
 This is a well known "sort of design choice" in the CAM code.
 
 You can work around it two ways:
 
 Insert the flash card in the reader before you plug the reader in.
 
 or
 
 after insterting the card do
 
 	true > /dev/da0
 
 -- 
 Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
 phk at FreeBSD.ORG         | TCP/IP since RFC 956
 FreeBSD committer       | BSD since 4.3-tahoe    
 Never attribute to malice what can adequately be explained by incompetence.


More information about the freebsd-bugs mailing list