Coder Social home page Coder Social logo

fusehfs's Introduction

fuseHFS

A macFUSE filesystem built on top of hfsutils/libhfs to enable working with classic Macintosh Hierarchial File System (HFS) HFS on modern Macs.

This project is based on the LoopbackFS macFUSE example project.

Prerequisites

  1. maxFuse 4.2.4+
  2. Xcode 13+
  3. macOS 12+

Installation

  1. Clone this repository
  2. Open fuseHFS.xcodeproj
  3. Run

fusehfs's People

Contributors

iomac avatar

Stargazers

BrockG avatar eg avatar Bocke avatar Tyler Thorsted avatar lucky avatar  avatar Sveinbjorn Thordarson avatar Matt Sephton avatar

Watchers

 avatar

fusehfs's Issues

A few things I needed to fix to get this to compile

I cloned fuseHFS to my local machine but had to do a few extra steps before getting it to compile in XCode on macOS 13.1. I thought it would best to list them here for future reference or if anyone wants to try to do the same.

First I was getting errors that said "build input file cannot be found". It turns out that hfsutils/hfsutils-master is a git submodule so I had to pull it with the following commands in the terminal after you cd into the fuseHFS directory:

rm -r hfsutils/hfsutils-master
git submodule update --init --recursive

Next I got an error that said write declaration had wrong variable input
in on line 46 of hfsutils/hfsutils-master/libhfs/os/unix.c
from

ssize_t write(int, const char *, size_t);

to

ssize_t write(int, const void *, size_t);

After that I was able to get XCode to compile fuseHFS. Hopefully this information can help others out if they are having trouble. I will test trying to mount a HFS formatted disk and report back on if it worked or not.

binary release?

Assuming this is at a working state, is there any chance of a binary release?

thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.