Skip to content

xvlvx0/AutoMounter

Repository files navigation

AutoMounter

MacOS FUSE graphical mount interface.

This PyQt app is a graphical interface to the 'FUSE for macOS' library. https://osxfuse.github.io/ https://github.com/osxfuse

It helps in mounting folders in a GUI. For me its more convenient then repeating the commands in the terminal over and over again. After mounting you can close the app, if the app is reopened it will scan for already mounted folders.

Configuration

The configuration is done via the 'config.ini' file. The main params are:

  • [mount_folder] here a param 'folder' needs to be filled, it stores the full path to your local mount folder.
  • The '#mounts' sections holds all of the mountable locations, use the example.

Logging

If there are errors or unwanted behavior please check the log file.

Installation

To use it as a MacOS App, run the 'make.sh' command in the folder. The make script will use the 'pyinstaller' to create an App. After compiling the App can be found in: "./dist/". Copy the 'automounter.app' to your '~/Applications' folder. *Remarks: If needed install the 'pyinstaller' package.

About

MacOS FUSE graphical mount interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published