]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sbin/mount_reiserfs/mount_reiserfs.8
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sbin / mount_reiserfs / mount_reiserfs.8
1 .\"
2 .\" Copyright (c) 1993,1994 Christopher G. Demetriou
3 .\" Copyright (c) 1999 Semen Ustimenko
4 .\" Copyright (c) 2005 Jean-Sébastien Pédron
5 .\" All rights reserved.
6 .\"
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
9 .\" are met:
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\"    notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\" 3. All advertising materials mentioning features or use of this software
16 .\"    must display the following acknowledgment:
17 .\"      This product includes software developed by Christopher G. Demetriou.
18 .\" 3. The name of the author may not be used to endorse or promote products
19 .\"    derived from this software without specific prior written permission
20 .\"
21 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
23 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
24 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 .\"
32 .\" $FreeBSD$
33 .\"
34 .Dd February 3, 2005
35 .Dt MOUNT_REISERFS 8
36 .Os
37 .Sh NAME
38 .Nm mount_reiserfs
39 .Nd "mount a ReiserFS file system"
40 .Sh SYNOPSIS
41 .Nm
42 .Ar special
43 .Ar node
44 .Sh DESCRIPTION
45 The
46 .Nm
47 utility attaches the ReiserFS file system residing on the device
48 .Ar special
49 to the global file system namespace at the location
50 indicated by
51 .Ar node .
52 .Pp
53 This command is normally executed by
54 .Xr mount 8
55 at boot time, but can be used by any user to mount a
56 ReiserFS file system on any directory that they own (provided,
57 of course, that they have appropriate access to the device that
58 contains the file system).
59 .Sh EXAMPLES
60 To mount a ReiserFS volume located in
61 .Pa /dev/ad1s1 :
62 .Pp
63 .Dl "mount_reiserfs /dev/ad1s1 /mnt"
64 .Sh SEE ALSO
65 .Xr mount 2 ,
66 .Xr unmount 2 ,
67 .Xr fstab 5 ,
68 .Xr mount 8
69 .Sh CAVEATS
70 This utility is primarily used for read access to a ReiserFS volume.
71 Writing to a volume is currently unsupported.
72 .Sh HISTORY
73 The
74 .Nm
75 utility first appeared in
76 .Fx 6.0 .
77 .Sh AUTHORS
78 .An -nosplit
79 The ReiserFS kernel implementation was written by
80 .An Hans Reiser
81 .Pq Pa http://www.namesys.com/ ,
82 and ported to
83 .Fx
84 by
85 .An Jean-S\['e]bastien P\['e]dron Aq dumbbell@FreeBSD.org .
86 .Pp
87 The
88 .Nm
89 utility and manual were written by
90 .An Jean-S\['e]bastien P\['e]dron Aq dumbbell@FreeBSD.org .