^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) config HFSPLUS_FS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) tristate "Apple Extended HFS file system support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) depends on BLOCK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) select NLS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) select NLS_UTF8
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) If you say Y here, you will be able to mount extended format
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) Macintosh-formatted hard drive partitions with full read-write access.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) This file system is often called HFS+ and was introduced with
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) MacOS 8. It includes all Mac specific filesystem data such as
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) data forks and creator codes, but it also has several UNIX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) style features such as file ownership and permissions.