You are not logged in.
Pages: 1
Hi
how can I enable the BtrFS filesystem in SliTaz? I would like to set it as default, for everything.
Thanks
Baka
Offline
Hi,
1. Install the packages
# tazpkg get-install linux-btrfs
# tazpkg get-install brtfs-progs
2. Load the module at boot time
Modify /etc/rcS.conf
i.e: LOAD_MODULES="virtio_blk virtio_neti brfs"
3. Build your filesystem
4. Update /etc/fstab
i.e: /dev/vda1 /home btrfs defaults 0 2
Offline
Is it stable enough already?
Offline
I apologize for reviving an old thread, but its info is still useful IMHO.
My problem is that there is no [c]linux-btrfs[/c] package anymore. There are only according to
http://pkgs.slitaz.org/search.sh?file=btrfs
[c]linux-libre-btrfs
linux64-btrfs
btrfs-progs
btrfs-mkfs
btrfs-libs
btrfs-dev[/c]
It would be nice to get the [c]linux-btrfs[/c] package.
Thanks!
Offline
There is not btrfs module. btrfs is supported in the linux package.
http://hg.slitaz.org/wok/file/fcf9e6ce8914/linux/stuff/linux-slitaz.config#l4489
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]