On Sat, Apr 02, 2011 at 06:45:00PM +0200, Helmut Hullen wrote:
> if I've understood some mails in this list correct, then btrfs needs a  
> character device "btrfs-control"  with the ID 10:55
> 
> When I look for this device in
> 
>         /sys/class/misc/btrfs-control/dev
> 
> I see 10:234
> Kernel 2.6.38.1 (self made), no udev, no initrd, no tempfs. btrfs from  
> nov. 2010
> What goes wrong?


  No udev is wrong.  Modern Linux kernels allocate minor devices dynamically.
If you do not use udev, you need to synchronise /dev/ node with 
/sys/class/misc/btrfs-control/dev
manually on each boot.

-- 
Tomasz Torcz       ,,(...) today's high-end is tomorrow's embedded processor.''
xmpp: [email protected]                      -- Mitchell Blank on LKML

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to