-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 63387 b: refs/heads/master c: 88c8199 h: refs/heads/master i: 63385: 1f1dba6 63383: 86c6f30 v: v3
- Loading branch information
Linus Torvalds
committed
Jul 31, 2007
1 parent
55ded7d
commit 990f3bb
Showing
530 changed files
with
4,456 additions
and
44,559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 50aa485e1abb7566ce68418c7bbc6a6b454f9039 | ||
refs/heads/master: 88c8199b9d2f5ec0a8468a0495ba4c9656846500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
# | ||
.* | ||
*.o | ||
*.o.* | ||
*.a | ||
*.s | ||
*.ko | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
|
||
Macintosh HFSPlus Filesystem for Linux | ||
====================================== | ||
|
||
HFSPlus is a filesystem first introduced in MacOS 8.1. | ||
HFSPlus has several extensions to HFS, including 32-bit allocation | ||
blocks, 255-character unicode filenames, and file sizes of 2^63 bytes. | ||
|
||
|
||
Mount options | ||
============= | ||
|
||
When mounting an HFSPlus filesystem, the following options are accepted: | ||
|
||
creator=cccc, type=cccc | ||
Specifies the creator/type values as shown by the MacOS finder | ||
used for creating new files. Default values: '????'. | ||
|
||
uid=n, gid=n | ||
Specifies the user/group that owns all files on the filesystem | ||
that have uninitialized permissions structures. | ||
Default: user/group id of the mounting process. | ||
|
||
umask=n | ||
Specifies the umask (in octal) used for files and directories | ||
that have uninitialized permissions structures. | ||
Default: umask of the mounting process. | ||
|
||
session=n | ||
Select the CDROM session to mount as HFSPlus filesystem. Defaults to | ||
leaving that decision to the CDROM driver. This option will fail | ||
with anything but a CDROM as underlying devices. | ||
|
||
part=n | ||
Select partition number n from the devices. This option only makes | ||
sense for CDROMs because they can't be partitioned under Linux. | ||
For disk devices the generic partition parsing code does this | ||
for us. Defaults to not parsing the partition table at all. | ||
|
||
decompose | ||
Decompose file name characters. | ||
|
||
nodecompose | ||
Do not decompose file name characters. | ||
|
||
force | ||
Used to force write access to volumes that are marked as journalled | ||
or locked. Use at your own risk. | ||
|
||
nls=cccc | ||
Encoding to use when presenting file names. | ||
|
||
|
||
References | ||
========== | ||
|
||
kernel source: <file:fs/hfsplus> | ||
|
||
Apple Technote 1150 http://developer.apple.com/technotes/tn/tn1150.html |
Oops, something went wrong.