From 7aad5ce703b3d31fdde0fbbfa77fe9258b1d1676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 10 Sep 2018 16:33:33 +0200 Subject: [PATCH] Update macOS naming --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b68b839..c2bab0e 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ sparsebundlefs ================ -FUSE filesystem for reading Mac OS sparse-bundle disk images. +FUSE filesystem for reading macOS sparse-bundle disk images. [![Build Status][buildstatus]][travisci] [![License][license]][bsd] -Mac OS X v10.5 (Leopard) introduced the concept of sparse-bundle disk images, where the data is +Mac OS X 10.5 (Leopard) introduced the concept of sparse-bundle disk images, where the data is stored as a collection of small, fixed-size *band*-files instead of as a single monolithic file. This allows for more efficient backups of the disk image, as only the changed bands need to be stored. -One common source of sparse-bundles is Mac OS' backup utility, *Time Machine*, which stores +One common source of sparse-bundles is macOS' backup utility, *Time Machine*, which stores the backup data within a sparse-bundle image on the chosen backup volume. This software package implements a FUSE virtual filesystem for read-only access to the sparse-bundle, as if it was a single monolithic image. @@ -29,7 +29,7 @@ Or download the latest tar-ball: Install dependencies: - - [OSXFUSE][osxfuse] on *Mac OS X* + - [OSXFUSE][osxfuse] on *macOS* - `sudo apt-get install libfuse-dev fuse` on Debian-based *GNU/Linux* distros - Or install the latest FUSE manually from [source][fuse]