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
40 command attaches the HFS file system residing on the device
42 to the global file system namespace at the location indicated by
44 This command is normally executed by
48 The options are as follows:
49 .Bl -tag -width indent
50 .It Fl e Ar encoding (standard HFS volumes only)
51 Specify the Macintosh encoding. The following encodings are supported:
53 Arabic, ChineseSimp, ChineseTrad, Croatian, Cyrillic, Greek, Hebrew,
54 Icelandic, Japanese, Korean, Roman (default), Romanian, Thai, Turkish
56 Set the owner of the files in the file system to
58 The default owner is the owner of the directory on which
59 the file system is being mounted.
62 may be a user-name, or a numeric value.
64 Set the group of the files in the file system to
66 The default group is the group of the directory on which
67 the file system is being mounted.
70 may be a group-name, or a numeric value.
72 Specify the maximum file permissions for files in the file system.
75 of 755 specifies that, by default, the owner should have read, write,
76 and execute permissions for files, but others should only have read
77 and execute permissions. See chmod(1) for more information about
78 octal file modes.) Only the nine low-order bits of
82 is taken from the directory on which the file system is being mounted.
84 Options are specified with a
86 flag followed by a comma separated string of options.
89 man page for possible options and their meanings.
91 Ignore the journal for this mount.
93 Disable group commit for journaling.
95 Mount the HFS wrapper volume.
97 Disable execute permissions on a standard HFS file system.
105 Some HFS file systems with highly fragmented catalog files may not mount.
109 utility first appeared in Mac OS X Server 1.0.