User Activity

  • Modified a comment on discussion General Discussion on fuse-xfs

    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.

  • Posted a comment on discussion General Discussion on fuse-xfs

    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...

  • Posted a comment on discussion General Discussion on fuse-xfs

    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.

  • Posted a comment on discussion General Discussion on fuse-xfs

    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,...

  • Modified a comment on discussion General Discussion on fuse-xfs

    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...

  • Modified a comment on discussion General Discussion on fuse-xfs

    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...

  • Posted a comment on discussion General Discussion on fuse-xfs

    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...

View All

Personal Data

Username:
mig-sf
Joined:
2021-02-11 13:33:20

Projects

  • No projects to display.
MongoDB Logo MongoDB