1
Install the macOS client
Mounting Archil on macOS is via a menu bar application. Install it by running the following:
2
Sign in
Click the Archil icon in your menu bar and select Sign in to Archil. Enter the email address associated with your Archil account, then enter the verification code we send you. Your session persists across restarts.
3
Pick a disk
Once youβre signed in, the menu bar lists every disk you have access to β both your personal disks and any disks shared with you through an organization. Disks are grouped by region.If you donβt have a disk yet, create one in the Archil console and click Refresh Disks in the menu.
4
Mount it
Click any disk and select Mount. Archil mounts the disk as a native macOS volume, opens it in Finder, and adds a shortcut to your Finder sidebar. From there, you can browse, edit, and copy files just like any other folder.
5
Unmount when you're done
To unmount cleanly, click the disk in the menu bar and select Unmount. Archil waits for any pending writes to flush to your data source before disconnecting. Quitting the app unmounts every active volume automatically.
Checking out files
The macOS client mounts the disk in a shared mode, so it can be simultaneously used by other computers. In this mode, callingarchil checkout and archil checkin are not required, but should be used to improve the performance of metadata-heavy
workloads such as git clone or npm install. For more information on the semantics of checkin and checkout,
see Shared disks.
You can βcheck-outβ a file or folder for writing by right-clicking it in Finder and selecting βCheck outβ. An indicator
will appear on the file in Finder to show that itβs locked exclusively for writing. When youβre done working with the
folder or file, you can right-click it and select βCheck inβ.
Mount via command line
After installing the application and signing in to your Archil account, you can also mount and unmount disks from the command line. You can mount a disk on macOS by running the following:/Volumes directory. Youβll need to specify the region, owner, disk-name, and disk-token to mount.
To unmount the disk, you can call:
Sharing data with Linux servers
Disks mounted on your Mac are the same disks you can mount from Linux servers using thearchil CLI. Files you create or edit on macOS are immediately visible to any other client mounting the same disk, with full POSIX semantics.