1 .\" Copyright (c) 2002 Apple Computer, Inc. All rights reserved.
3 .\" The contents of this file constitute Original Code as defined in and
4 .\" are subject to the Apple Public Source License Version 1.1 (the
5 .\" "License"). You may not use this file except in compliance with the
6 .\" License. Please obtain a copy of the License at
7 .\" http://www.apple.com/publicsource and read it before using this file.
9 .\" This Original Code and all software distributed under the License are
10 .\" distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
11 .\" EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
12 .\" INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
13 .\" FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the
14 .\" License for the specific language governing rights and limitations
15 .\" under the License.
23 .Nd mount an HFS/HFS+ file system
39 command attaches the HFS file system residing on the device
41 to the global file system namespace at the location indicated by
43 This command is normally executed by
47 The options are as follows:
48 .Bl -tag -width indent
49 .It Fl e Ar encoding (standard HFS volumes only)
50 Specify the Macintosh encoding. The following encodings are supported:
52 Arabic, ChineseSimp, ChineseTrad, Croatian, Cyrillic, Greek, Hebrew,
53 Icelandic, Japanese, Korean, Roman (default), Romanian, Thai, Turkish
55 Set the owner of the files in the file system to
57 The default owner is the owner of the directory on which
58 the file system is being mounted.
61 may be a user-name, or a numeric value.
63 Set the group of the files in the file system to
65 The default group is the group of the directory on which
66 the file system is being mounted.
69 may be a group-name, or a numeric value.
71 Specify the maximum file permissions for files in the file system.
74 of 755 specifies that, by default, the owner should have read, write,
75 and execute permissions for files, but others should only have read
76 and execute permissions. See chmod(1) for more information about
77 octal file modes.) Only the nine low-order bits of
81 is taken from the directory on which the file system is being mounted.
83 Options are specified with a
85 flag followed by a comma separated string of options.
88 man page for possible options and their meanings.
90 Ignore the journal for this mount.
92 Mount the HFS wrapper volume.
94 Disable execute permissions on a standard HFS file system.
102 Some HFS file systems with highly fragmented catalog files may not mount.
106 utility first appeared in Mac OS X Server 1.0.