On Tue, Mar 12, 2013 at 02:36:22PM +1300, Greg Zapp wrote:
> Hello All,
> 
> I have decided to just test the bcache-3.2 branch for now without
> patching the Ubuntu Kernel.  I've built and installed it successfully
> but for some reason /sys/fs/bcache is not present:
> root@server:~# uname -a
> Linux server.local 3.2.28+ #1 SMP Tue Mar 12 01:28:27 NZDT 2013 x86_64
> x86_64 x86_64 GNU/Linux
> root@server:~# ls /sys/fs
> cgroup  ecryptfs  ext4  fuse
> 
> I'm sure I've done something wrong, would anybody be able to point me
> in the right direction?

It's likely that either the bcache module is not loaded:

  lsmod |grep -q bcache || modprobe bcache

Or you didn't compile the kernel with bcache support. Using:

  make menuconfig

In your bcache source tree, Navigate to "Device drivers" --> "Multiple
devices driver support (RAID and LVM)" --> "Block device as cache" and
ensure that it is either built-in <*> or as a module <M>. If it is not
enabled, you'll need to recompile with one of these options.

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

Reply via email to