Displaying 4 results from an estimated 4 matches for "bcachefs".
Did you mean:
cachefs
2019 Jul 25
0
bcachefs-tools
You could try to get this slightly old rpm, save you the build troubles
(untested):
http://ftp5.gwdg.de/pub/opensuse/repositories/home:/garloff:/storage/RHEL_7/x86_64/
Bare in mind there is no support in the stock kernel for bcachefs
(afaik), you might have better luck with the elrepo kernel-ml.
---
Sent from the Delta quadrant using Borg technology!
On 2019-07-25 14:45, Mike wrote:
> Hello,
>
> I want to test bachefs file system on CentOS 7.
> ~$ cat /etc/system-release
> CentOS Linux release 7.6.1810 (Cor...
2019 Jul 25
2
bcachefs-tools
Hello,
I want to test bachefs file system on CentOS 7.
~$ cat /etc/system-release
CentOS Linux release 7.6.1810 (Core)
I'm following the bcachefs howto: https://bcachefs.org/Howto/.
Having a problem trying to complete make && make install of the bcache-tools.
After going through all the dependencies and insuring they are
installed on Cent 7, I get the following output on make && make
install:
Package blkid was not found i...
2024 Feb 15
1
tests for clone-dest
WayneD's clone-dest patch seems to be working for me, it's available here:
https://github.com/WayneD/rsync-patches/blob/master/clone-dest.diff
I've written some very basic tests, which I've attached to this email, in
case they are of use to anyone else. They're also available here:
https://github.com/josephmaher/rsync
Notes:
Tests need to be run as root.
2019 Jul 26
0
bcachefs-tools
...evel-1.0.18-1.el7.x86_64
Installing : libzstd-devel-1.4.0-1.el7.x86_64
I also needed:
libscrypt-devel.x86_64 : Development files for libscrypt
After make && make install it appears I've got a fresh set of problems
with tooling re: function errors and notes.
Time to head over to the bcachefs irc and see what it's all about.
Thanks again for your guidance.