Skip to content

2.2.0-beta

Pre-release
Pre-release

Choose a tag to compare

@imothee imothee released this 04 Apr 22:50

Changelog

  • Fixes issue mounting >2GB apfs volumes
  • Adds NoExec and APFS options.
  • Cleans up interface and better handles ejection and force ejection.
  • Adds custom mountPoint to disks
  • Adds Add Button on Autocreate manager
  • Adds TmpDisk CLI app with new interface

Optionally install the CLI to your bin directory
sudo ln -s /Applications/TmpDisk.app/Contents/Resources/TmpDiskCLI /usr/local/bin/tmpdisk

Usage

TmpDisk Command Help
===================

Commands:
  help                    Display this help message

Parameters:
  name=VALUE              Set the disk name (default: TmpDisk)
  size=VALUE[MB|GB]       Set the disk size (default: 64MB)
  units=[MB|GB]           Set the size units (default: MB)
  fs=FILESYSTEM           Set the filesystem type (default: APFS)
                          Available: APFS, APFSX, HFS+, TMPFS, HFSX, JHFS+, JHFSX

Examples:
  tmpdisk name=MyDisk size=1GB
  tmpdisk size=512 fs=HFS+
  tmpdisk help

Note: Parameters can be prefixed with '-' (e.g., -name=MyDisk)