1 .\""Copyright (c) 2001 Apple Computer, Inc. All Rights Reserved.
2 .\"The contents of this file constitute Original Code as defined in and are
3 .\"subject to the Apple Public Source License Version 1.2 (the 'License').
4 .\"You may not use this file except in compliance with the
5 .\"License. Please obtain a copy of the License at
6 .\"http://www.apple.com/publicsource and read it before using this file.
8 .\"This Original Code and all software distributed under the License are
9 .\"distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
10 .\"EXPRESS OR IMPLIED, AND APPLE
11 .\"HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY
12 .\"WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
13 .\"QUIET ENJOYMENT OR NON-INFRINGEMENT. Please see the License for the
14 .\"specific language governing rights and limitations under the License."
20 .Nd helps mount, probe, and unmount hfs filesystems
23 .Op Fl m Ar mountflag1 mountflag2 mountflag3 mountflag4
24 .Ar device mount_point
27 .Op Fl p Ar mountflag1 mountflag2 mountflag3 mountflag4
35 helps to coordinate the mounting, probing, and unmounting of hfs filesystems. It essentially wraps
37 and it's ilk in one interface that is generic enough for the disk mounter to work with, so that the underlying mount commands do not have to fit into one mold. This allows us to more easily port mount commands without forcing us to reorder or redo the command itself or the disk mounter to understand each specific mount command.
40 .Bl -tag -width -indent "a"
45 .It Fl m Ar mountflag1 mountflag2 mountflag3 mountflag4
47 .It Fl p Ar mountflag1 mountflag2 mountflag3 mountflag4
82 Derived from the Openstep Workspace Manager filesystem utility programs.