Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config HFSPLUS_FS
0003         tristate "Apple Extended HFS file system support"
0004         depends on BLOCK
0005         select NLS
0006         select NLS_UTF8
0007         help
0008           If you say Y here, you will be able to mount extended format
0009           Macintosh-formatted hard drive partitions with full read-write access.
0010 
0011           This file system is often called HFS+ and was introduced with
0012           MacOS 8. It includes all Mac specific filesystem data such as
0013           data forks and creator codes, but it also has several UNIX
0014           style features such as file ownership and permissions.