Activity for fuse-xfs

  • Radovan Biciste Radovan Biciste posted a comment on discussion General Discussion

    Hi, Thank you for the quick reply. I did not have a luck even with the commercial product. My disk is using snapshots and I did not see all folders etc. To get the XFS working again would most likely require remerge the latest XFS codebase. That is well beyound my knowledge. After all I was able to get my data out using Ubuntu USB stick fairly easily. Best, Radovan

  • Alexandre Hardy Alexandre Hardy posted a comment on discussion General Discussion

    Hi! I think it should be possible to compile for M1 and M2 chips, if I recall correctly the types are well specified in the xfsprogs code, so it should work fine. However, I tried to access an XFS volume on a more recent XFS based linux install, and found that the xfsprogs currently in use is not compatible with recent XFS filesystems. As noted above, it will take quite some work to get that working. I am no longer on a Mac OS X system, so I will not be attempting to support the newer XFS filesystems...

  • Radovan Biciste Radovan Biciste posted a comment on discussion General Discussion

    Hello, Do think it would be possible to compile it for Apple M1 and M2 chips? Do you please have a dmg available? My OpenSuSE laptop died on me and need to get data out of there.

  • Christophe Migliorini Christophe Migliorini modified a comment on discussion General Discussion

    Hi, I thought I would give you an update. xfsprogs v4.18.0 is the last version that offers support for darwin (and it was not compiling that much...). I sort of fixed it here. https://github.com/cmigliorini/xfsprogs-dev/pull/1/files Was able to use mkfs-xfs and xfs_repair on a file. Then I dd--ed the file to a diskand was able to mount it from a Linux box.

  • Christophe Migliorini Christophe Migliorini posted a comment on discussion General Discussion

    Hi, I thought I would give you an update. xfsprogs v4.18.0 is the last version that offers support for darwin (and it was not compiling that much...). I sort of fixed it here. https://github.com/cmigliorini/xfsprogs-dev/pull/1/files Was able to use mkfs-xfs and xfs_repair on a file. Still, after I dd--ed the file to a disk I was not able to mount it from a Linux box. So, some more work...

  • Christophe Migliorini Christophe Migliorini posted a comment on discussion General Discussion

    Hi, Thanks much for replying! In fact my main issue is support for XFS v5. But then yes, it's going to be a decent amount of work to get a more recent xfsprogs 5+ to compile. I'll give it a shot anyway.

  • Alexandre Hardy Alexandre Hardy posted a comment on discussion General Discussion

    Hi! Thanks for the feedback! I'm afraid I have not had time to work on fuse-xfs to keep it up to date. I generally use /usr/local/bin/xfs-cli which is installed with the package to access my disk drives when I lose access with macFUSE / osxFUSE. You can execute that in a terminal like this /usr/local/bin/xfs-cli /dev/rdisk1 (depending on which disk you want to access). You probably still need sudo The commands are fairly straight forward, if you are familiar with the terminal interface, and you can...

  • Christophe Migliorini Christophe Migliorini posted a comment on discussion General Discussion

    In fact it does work -- I was using a /dev/diskx so needed sudo. I managed to create a filesystem, add files on another machine and read them from my Catalina box. Still, creating the filesystem on another, more recent, linux box does not work because fuse-xfs does not support V5 -- so an XFS filesystem created on a modern machine will not be recognized. I figured out you use xfsprogs, which I'm willing to upgrate to a more recent version, so I pulled 3.1.4 (based on xfsprogs/VERSION) from kernel.org,...

  • Christophe Migliorini Christophe Migliorini modified a comment on discussion General Discussion

    I have been able to build and use osxFuse with macFUSE 4.0.5 on Catalina and the following patch. diff -r dcd83b3f36e5 src/Make.inc --- a/src/Make.inc Wed Jan 13 21:14:14 2016 +0200 +++ b/src/Make.inc Thu Feb 11 16:18:40 2021 +0100 @@ -7,9 +7,9 @@ OBJECTS=$(BUILD)/obj CC=gcc -FUSE_CFLAGS=-D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -FUSE_LDFLAGS=-losxfuse -FUSE_INCLUDES=-I /usr/local/include/osxfuse +FUSE_CFLAGS=-D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_DARWIN_USE_64_BIT_INODE +FUSE_LDFLAGS=-lfuse...

  • Christophe Migliorini Christophe Migliorini modified a comment on discussion General Discussion

    I have been able to build and use osxFuse with macFUSE 4.0.5 on Catalina and the following patch. diff -r dcd83b3f36e5 src/Make.inc --- a/src/Make.inc Wed Jan 13 21:14:14 2016 +0200 +++ b/src/Make.inc Thu Feb 11 16:18:40 2021 +0100 @@ -7,9 +7,9 @@ OBJECTS=$(BUILD)/obj CC=gcc -FUSE_CFLAGS=-D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -FUSE_LDFLAGS=-losxfuse -FUSE_INCLUDES=-I /usr/local/include/osxfuse +FUSE_CFLAGS=-D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_DARWIN_USE_64_BIT_INODE +FUSE_LDFLAGS=-lfuse...

  • Christophe Migliorini Christophe Migliorini posted a comment on discussion General Discussion

    I have been able to build and use osxFuse with macFUSE 4.0.5 on Catalina and the following patch. diff -r dcd83b3f36e5 src/Make.inc --- a/src/Make.inc Wed Jan 13 21:14:14 2016 +0200 +++ b/src/Make.inc Thu Feb 11 16:18:40 2021 +0100 @@ -7,9 +7,9 @@ OBJECTS=$(BUILD)/obj CC=gcc -FUSE_CFLAGS=-D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -FUSE_LDFLAGS=-losxfuse -FUSE_INCLUDES=-I /usr/local/include/osxfuse +FUSE_CFLAGS=-D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_DARWIN_USE_64_BIT_INODE +FUSE_LDFLAGS=-lfuse...

  • Alexandre Hardy Alexandre Hardy modified a comment on discussion General Discussion

    Hi, I followed the link on sourceforge and got this: https://sourceforge.net/code-snapshots/hg/f/fu/fusexfs/trunk/fusexfs-trunk-dcd83b3f36e512e23ae6c6498305264a5c74a463.zip...

  • Alexandre Hardy Alexandre Hardy posted a comment on discussion General Discussion

    Hi, I followed the link on sourceforge and got this: https://sourceforge.net/code-snapshots/hg/f/fu/fusexfs/trunk/fusexfs-trunk-dcd83b3f36e512e23ae6c6498305264a5c74a463.zip...

  • fuse-xfs fuse-xfs released /releases/fuse-xfs-0.2.1.tar.gz

  • <REDACTED> posted a comment on discussion General Discussion

    Tried to download a snapshot of the code repository but it didn't work; $ wget https://sourceforge.net/p/fusexfs/trunk/ci/default/tarball...

  • <REDACTED> posted a comment on discussion General Discussion

    I'm looking to add fuse-xfs as an installable Homebrew formula. Unfortunately there...

  • fuse-xfs fuse-xfs released /releases/fuse-xfs-0.2.1.dmg

  • Alexandre Hardy Alexandre Hardy committed [1fbe0f]

    Fix file name change

  • Alexandre Hardy Alexandre Hardy committed [043cdd]

    Revert rcopy to avoid broken linear reading

  • Alexandre Hardy Alexandre Hardy committed [57e784]

    Bump version

  • Alexandre Hardy Alexandre Hardy committed [dcd83b]

    And add the missing parameter. Sigh

  • Alexandre Hardy Alexandre Hardy committed [f078c6]

    Reverse fuse xfs driver to avoid broken linear ...

  • Alexandre Hardy Alexandre Hardy committed [bc3050]

    Fix the code again for new osxfuse

  • Alexandre Hardy Alexandre Hardy committed [c21d68]

    Revert linear reading changes

  • Alexandre Hardy Alexandre Hardy posted a comment on discussion General Discussion

    Thank you for the feedback. Unfortunately I do not have access to PowerPC tool chains...

  • Yehudi Yrushlme Yehudi Yrushlme posted a comment on discussion General Discussion

    Your driver works well on my Mac with Lion but lacks support for my older PowerMac...

  • fuse-xfs fuse-xfs released /releases/fuse-xfs-0.2.dmg

  • Alexandre Hardy Alexandre Hardy committed [36d71c]

    El Capitan expects mount to be in a very specif...

  • Alexandre Hardy Alexandre Hardy committed [8ac953]

    Add new file reading code, optimized for linear...

  • Alexandre Hardy Alexandre Hardy committed [62ba25]

    Deprecate readfile: part1

  • Alexandre Hardy Alexandre Hardy committed [22d6e6]

    First update for El Capitan

  • Alexandre Hardy Alexandre Hardy committed [c2c9c2]

    Get xattr signatures right

  • Alexandre Hardy Alexandre Hardy committed [4edfaf]

    Figuring out El Capitan script

  • Alexandre Hardy Alexandre Hardy committed [8d5f95]

    Add UUID and prefix volume names with XFS

  • Alexandre Hardy Alexandre Hardy committed [0c138b]

    More adjustments for System Integrity Protection.

  • Alexandre Hardy Alexandre Hardy committed [f7d479]

    Work around System Integrity Protection. I think.

  • Alexandre Hardy Alexandre Hardy committed [6d2d53]

    Fix the prefix for commands

  • Alexandre Hardy Alexandre Hardy committed [6c98bb]

    Update readme

  • Alexandre Hardy Alexandre Hardy committed [eb05b4]

    Move to linear file reading

  • Alexandre Hardy Alexandre Hardy committed [347c26]

    Update changelog

  • Alexandre Hardy Alexandre Hardy committed [d9c5d6]

    Fix broken symlink for mount command

1