Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: pentam on March 02, 2016, 11:54:42 AM

Title: 64 bit request - xfsprogs and zfs-fuse file systems
Post by: pentam on March 02, 2016, 11:54:42 AM
XFS and ZFS are advanced filesystems for Linux

xfsprogs exists as a 32 bit TCE, it should be an easy compile to make a 64 bit TCE
 
The ZFS filesystem has been ported to Linux in user space, and is called ZFS-FUSE in Debian/Sid

It would be great to have both, but porting XFS over to 64 bit would be a nice start.

cheers and thanks, Doug
Title: Re: 64 bit request - xfsprogs and zfs-fuse file systems
Post by: Juanito on March 03, 2016, 01:59:33 AM
xfsprogs posted, but not tested.

Title: Re: 64 bit request - xfsprogs and zfs-fuse file systems
Post by: pentam on March 03, 2016, 11:40:08 AM
Super, Thanks.

I will test this evening...

Doug
Title: Re: 64 bit request - xfsprogs and zfs-fuse file systems
Post by: pentam on March 05, 2016, 12:10:59 PM
 
Unfortunately, "mkfs.xfs  /dev/sda1"   fails due to missing "libxfs.so.0"

also, these appear to be dependencies: libhistory, libhandle, libreadline, ncurses
so those dependencies should be added to the "xfsprogs.tcz" package
Title: Re: 64 bit request - xfsprogs and zfs-fuse file systems
Post by: Juanito on March 06, 2016, 12:29:00 AM
Did you download/load the extension using the apps gui?

readline is a dep, which would also load ncurses and libhandle is contained in the extension itself.
Title: Re: 64 bit request - xfsprogs and zfs-fuse file systems
Post by: Juanito on March 06, 2016, 03:31:03 AM
bizarrely, "make install" does not install libxfs*.

Extension re-posted with libxfs* - let me know if it works.
Title: Re: 64 bit request - xfsprogs and zfs-fuse file systems
Post by: wksilva on May 03, 2017, 01:37:17 AM
Hi Juanito,

I managed to compile xfs 4.5.0 using 8.x/x86_64.

The install really does not add this library AND mkfs.xfs does not need it too.

But the one that is in the repository does need it.
Title: Re: 64 bit request - xfsprogs and zfs-fuse file systems
Post by: Juanito on May 03, 2017, 04:12:40 AM
oops - reposted