Difference between revisions of "BtrFS Progs"

From LFScript
(Created page with "<scriptname>btrfs-progs</scriptname> == Sources == * <sourcecode>http://lfscript.org/sources/btrfs-progs_2012_01_27.tar.bz2</sourcecode> <md5>1afa2d828ec80cf21aa530ae2a8caf9...")
 
Line 8: Line 8:
 
== Dependencies ==
 
== Dependencies ==
 
* <dependency>attr</dependency>
 
* <dependency>attr</dependency>
 +
 +
If you want to be able to mount <code>btrfs</code> file systems, you will need to add support for it to your kernel:
 +
 +
<pre>File systems --->
 +
  Btrfs filesystem (EXPERIMENTAL) Unstable disk format</pre>
  
 
== Installation ==
 
== Installation ==

Revision as of 02:18, 3 February 2012

LFScript can find this software under the name btrfs-progs.

Sources


MD5 Checksums:

1afa2d828ec80cf21aa530ae2a8caf99  btrfs-progs_2012_01_27.tar.bz2

Dependencies

  • attr

If you want to be able to mount btrfs file systems, you will need to add support for it to your kernel:

File systems --->
  Btrfs filesystem (EXPERIMENTAL) Unstable disk format

Installation

make

As the root user:

make prefix=/usr install