Get started with Archil in under 5 minutes
Select the disk region
Add data sources
Configure data source permissions
Configure disk users
Install the Archil client
Mount the disk
Start using Archil
chown -R <user> /mnt/data
) or use sudo
when operating
on disk data.archil unmount
to unmount your Archil disks, not the builtin umount
command. Unlike umount
,
the archil unmount
command does not exit until all pending data is flushed to the backing disk. This is particularly
important on system shutdown, in which the Linux kernel will, by default, call umount
on all devices and shutdown
without waiting for pending Archil writes to be synced.