Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thejoelpatrol/fusehfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: phcoder/fusehfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 7, 2022

  1. Support mounting a partition

    This allows easily mount an image stored as file, even without root privileges
    phcoder committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    3cfc2e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Add support for linux

    While linux has support for HFS, having a fuse implementation is helpful for
    mounting image files as non-root, in particular under crostini environment
    (Linux-on-ChromeOS)
    phcoder committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    69a4a5a View commit details
    Browse the repository at this point in the history
  2. Permit showing files as AppleDouble

    This allows resource forks and finder info to be accessed on OSes
    that are not aware of them.
    
    This is similar to what OSX uses on FAT32, so many apps that need resource
    forks are likely aware of them
    phcoder committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    4da34af View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    600ed65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3bf80e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a002b2b View commit details
    Browse the repository at this point in the history
Loading