WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: 64 bit request - xfsprogs and zfs-fuse file systems  (Read 3736 times)

Offline pentam

  • Newbie
  • *
  • Posts: 3
64 bit request - xfsprogs and zfs-fuse file systems
« on: March 02, 2016, 08: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

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: 64 bit request - xfsprogs and zfs-fuse file systems
« Reply #1 on: March 02, 2016, 10:59:33 PM »
xfsprogs posted, but not tested.


Offline pentam

  • Newbie
  • *
  • Posts: 3
Re: 64 bit request - xfsprogs and zfs-fuse file systems
« Reply #2 on: March 03, 2016, 08:40:08 AM »
Super, Thanks.

I will test this evening...

Doug

Offline pentam

  • Newbie
  • *
  • Posts: 3
Re: 64 bit request - xfsprogs and zfs-fuse file systems
« Reply #3 on: March 05, 2016, 09:10:59 AM »
 
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

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: 64 bit request - xfsprogs and zfs-fuse file systems
« Reply #4 on: March 05, 2016, 09:29:00 PM »
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.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: 64 bit request - xfsprogs and zfs-fuse file systems
« Reply #5 on: March 06, 2016, 12:31:03 AM »
bizarrely, "make install" does not install libxfs*.

Extension re-posted with libxfs* - let me know if it works.

Offline wksilva

  • Newbie
  • *
  • Posts: 11
Re: 64 bit request - xfsprogs and zfs-fuse file systems
« Reply #6 on: May 02, 2017, 10:37:17 PM »
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.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: 64 bit request - xfsprogs and zfs-fuse file systems
« Reply #7 on: May 03, 2017, 01:12:40 AM »
oops - reposted