BTRFS 0.17 in rawhide (at some point)

Eric Sandeen sandeen at redhat.com
Sat Jan 17 17:50:31 UTC 2009


Rakesh Pandit wrote:
> 2009/1/13 Josef Bacik <josef at toxicpanda.com>:
>> Hello,
>>
> [..]
>> Btrfs has built in snapshotting, subvolumes and RAID support, so lots
>> of fun new things to tinker with.  A few disclaimers
> 
>> Please feel free to file a bugzilla if something goes horribly wrong,
>> stability and finishing out the remaining features is what our main
>> focus is now.  Thanks,
>>
> 
> I tried two kernels:
> 
> First one:
> mkfs.btrfs /dev/sda5
> 
> [root at test-rocky /]# uname -a
> Linux test-rocky 2.6.29-0.41.rc2.fc11.i686
> 
> [root at test-rocky /]# modprobe libcrc32c ; modprobe zlib_inflate
> zlib_deflate ; insmod btrfs.ko
> FATAL: Module zlib_inflate not found.
> insmod: can't read 'btrfs.ko': No such file or directory

# modprobe btrfs

should suffice

heck just

# mount -t btrfs /dev/sda5 /mnt/blah

should suffice, or on uptodate rawhide, just

# mount /dev/sda5 /mnt/blah

-Eric




More information about the devel mailing list