Questions

Which LTO hardware does Canister support?

Canister supports a wide range of LTO configurations from a variety of vendors. For most Macs, SAS-based units tend to be connected via a Thunderbolt, while PCs and Mac Pro's come with the option to install a PCIe HBA directly into the host system's motherboard.

  • LTO Drives: LTO-5 to LTO-9 by IBM, Quantum and HP. (different vendors cannot be used at the same time)

  • HBAs: most ATTO and Areca, plus selected LSI and High Point models.

  • Desktop SAS LTO Solutions: Symply, MagStor, mLogic & OWC.

  • Ethernet LTO Solutions by Symply (from Canister 24.1).

Milage may vary with Fibre Channel-based drives. Canister does not detect which driver your FC device requires - you'll have to find that out yourself.

Tape libraries and Unitex USB LTO solutions are not fully supported at this time.

Which macOS versions does Canister support?

Canister supports macOS 10.13 High Sierra and newer. Both Intel and Apple silicon are supported.

For older macOS versions, we have legacy downloads available. Note that legacy means unsupported. Also, your legacy OS might not work with the latest LTFS version - be sure to source a version that works with your OS from the LTO vendor.

You can use the latest Canister, available here.

Which LTO generations does Canister support?

All generations from LTO-5 and up are supported. As Canister works with LTFS, LTO-4 and older are not supported.

Is Canister compatible with Apple silicon?

Yes - as of version 21.1, Canister is natively compatible with Apple silicon. You can update Canister in-app, or download the latest release here.

My license, starting with id, doesn't work.

You have a legacy license key suitable for Canister 20.1 (download) and older. This version received support until Dec 31 2020, and does not support macOS 11 Big Sur or newer.

To upgrade a legacy Canister license reach out.

What about the mLogic LTFS Utility?

The mLogic LTFS Utility was a light version of Canister 20.1 that used to be included with every mLogic purchase. With the changes Big Sur brought along, the mLogic app has been replaced by a full-blown Canister that's included with every mTape purchase since Winter 2020 - whether purchased through us, mLogic, or a mLogic reseller.

The mTape app is no longer supported nor available for download. It does not work on Big Sur, whether it's for Intel or Apple silicon. Also, the mTape app uses a legacy license provider, so we can no longer help with deactivations.

Every existing mTape licensee can reach out for a crossgrade discount to Canister.

Can I delete files from a tape?

The short answer is, "No, LTFS does not support file deletions." The only way to remove data from a tape is to erase it.

The long answer: it's possible to remove files from the index partition (by accessing a tape with Finder or Terminal and deleting files), but this will only make them vanish from the index; it will not clear the space used by the deleted files. As rolling back a tape will make the deleted files available again, it's not a security mechanism either, so don't bother.

Should I keep any free space, like with a hard disk?

No need to; Canister already does this for you. Canister reserves 5% of a tape's size for the index to ensure there's room for data overflow.

What is the difference between formatting and erasing?

It's the same thing. People tend to refer to formatting when a tape is new and erasing when a tape is used but needs to be wiped clean. The process itself is identical.

Can I rename a tape?

Yes, as of Canister for Mac 23.1 it's possible to rename tapes without formatting. Changing a tape's serial is not possible without a format.

What's the difference between LTFS and TAR?

The difference between TAR and LTFS is that LTFS is a file system. That means your OS already has the tools included to work with LTFS, which in turn means no vendor lock-in for you. With TAR, you're always relying on a vendor's app to work and will be in trouble if that vendor happens to go out of business. With LTFS, that will not happen, and it's why Canister only supports LTFS.

Can tapes made on Windows be read on macOS?

Yes, and vice versa. If a tape was made with LTFS, it's fully useable on both macOS and Windows, with and without Canister.

Is it possible to add multiple folders in one transfer?

Yes, since the release of 23.1 Canister supports Collections: any combination of files and folders (a Collection) can be dragged from Finder into the Source dropzone to be archived to tape. Canister 24.1 adds Pick & Mix, which allows you to update a Collection with more folders and files.

Is it possible to skip or disable verification?

You can safely skip verification by clicking the [X] next to a transfer when the copy part finishes. Disabling verification altogether can be done in the Preferences:

I'm moving to a new computer, what do I need to migrate?

First of all, deactivate Canister in-app or through the online License Manager so you free up your license to be used on the new computer.

You also might want to move your Catalogs, Manifests, and log files too. In Finder, navigate to ~/Library/Application Support/Canister. Select the Transfer Logs, Warning Logs, Manifests, and Catalogs folders, right-click and Compress.

Can I daisy chain Thunderbolt LTO devices?

Yes, that's fine to do. You can also add Thunderbolt adapters to it without issue. If your source is also a Thunderbolt storage device try to use a separate Thunderbolt bus for that, to ensure optimal bus usage.

When doing simultaneous backups, can I mix LTO drives?

Yes, as long as they originate from the same LTO drive vendor (IBM, Quantum, HP) and thus use the same LTFS driver.

For example, if you have multiple LTO drives from different manufacturers that support LTO-8, and since LTO-8 cartridges are all made by IBM, as long as you use the same cartridge, you can use all of your LTO drives when doing simultaneous backups.

Can Canister duplicate tapes by copying files directly from tape to tape?

No. This approach is inherently error-prone and can undermine the integrity of what’s written to tape. Instead, use an intermediate SSD or NVMe to retrieve the contents of a tape, then archive those contents to the next tape.

How do I know when my drive needs cleaning?

If your machine shows a C on its display, all you have to do is insert the cleaning cartridge supplied by the manufacturer. The cleaning process will begin automatically, and once complete, the tape will eject by itself. After that, you're good to go. There's no need or usefulness to loading your cleaning cartridge in any other case.

Does Canister connect with any external services while in use?

When Canister launches, it automatically checks for updates and retrieves an updated list of LTO- related dependencies from Hedge's file servers.

Canister also reaches out to our license and crash handling providers, which are documented in the network requirements section.

My IT dept. doesn't want to lower security when installing macFUSE or HBA drivers

Some opsec teams get scared when they encounter macOS's requirement of reducing security when installing kernel extensions.

The short version: there's no way around it, as LTFS requires FUSE and you'll also need to install a kext for your HBA.

The long version (for your opsec team): it's not a bad thing at all actually, and not about more or less security. As named by Apple, “Reduced security” is a bit misleading, as it does not accurately describe what this kind of change actually represents.

  • Despite the unfortunate wording of “Reduced security,” kexts do not reduce a system’s security. If improperly developed, a kext could only affect system stability and reliability, but not the system’s security.

  • A given kext cannot be installed into the operating system unless it is approved and signed by Apple. It is not possible to run arbitrary code in the form of kext.

  • As noted, LTFS uses a kext called macFUSE, which has been battle-tested for over 15 years and proven to be exceptionally reliable.

  • Enabling kernel extensions simply brings the system on par with any x86-based (i.e. Intel) Mac system. You've been living with "reduced security" for decades already.

  • After changing the setting, and installing FUSE (and likely a kext for your HBA as well), the setting can be changed back.

Disabling SIP

Does your IT department refuse to install macFUSE? Do they insist it requires System Integrity Protection to be disabled on your Mac? Do they say kernel extensions (i.e. KEXTs) are legacy, and there should be a system extension to replace them? Send them this:

System Integrity Protection (SIP) does not block kernel extensions (KEXTs) from running. Also, SIP is not related to whether LTO is working or not and, thus, should never be disabled.

With Big Sur, Apple introduced system extensions as a replacement for kernel extensions. At this stage, those aren't mature enough to replace KEXTs, especially for those used by pro storage devices. If that were so, developers would've ported their KEXTs to system extensions today. Until system extensions are on par with KEXTs, this will be the status quo for the foreseeable future.

Also, Apple did not completely kill off KEXTs. Instead, with Apple silicon, they introduced Security Policies. The default setting prevents even Apple-authorized KEXTs from being installed out of the box. When installing a trusted KEXT like macFUSE, a Mac's Security Policy must be changed to allow signed kernel extensions to load. Changing that Security Policy is also required for every RAID controller and HBA that lives inside storage.

Modifying a Mac's Security Policy is straightforward. It takes one minute, and we documented the process in detail here:

Last updated