Deleted Added
full compact
mount_hpfs.8 (99501) mount_hpfs.8 (102231)
1.\"
2.\" Copyright (c) 1993,1994 Christopher G. Demetriou
3.\" Copyright (c) 1999 Semen Ustimenko (semenu@FreeBSD.org)
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 14 unchanged lines hidden (view full) ---

23.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30.\"
1.\"
2.\" Copyright (c) 1993,1994 Christopher G. Demetriou
3.\" Copyright (c) 1999 Semen Ustimenko (semenu@FreeBSD.org)
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 14 unchanged lines hidden (view full) ---

23.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/sbin/mount_hpfs/mount_hpfs.8 99501 2002-07-06 19:34:18Z charnier $
31.\" $FreeBSD: head/sbin/mount_hpfs/mount_hpfs.8 102231 2002-08-21 18:11:48Z trhodes $
32.\"
33.Dd May 20, 1999
34.Dt MOUNT_HPFS 8
35.Os
36.Sh NAME
37.Nm mount_hpfs
32.\"
33.Dd May 20, 1999
34.Dt MOUNT_HPFS 8
35.Os
36.Sh NAME
37.Nm mount_hpfs
38.Nd mount an HPFS filesystem
38.Nd mount an HPFS file system
39.Sh SYNOPSIS
40.Nm
41.Op Fl o Ar options
42.Op Fl u Ar uid
43.Op Fl g Ar gid
44.Op Fl m Ar mask
45.Pa special
46.Pa node
47.Sh DESCRIPTION
48The
49.Nm
39.Sh SYNOPSIS
40.Nm
41.Op Fl o Ar options
42.Op Fl u Ar uid
43.Op Fl g Ar gid
44.Op Fl m Ar mask
45.Pa special
46.Pa node
47.Sh DESCRIPTION
48The
49.Nm
50utility attaches the HPFS filesystem residing on the device
50utility attaches the HPFS file system residing on the device
51.Pa special
51.Pa special
52to the global filesystem namespace at the location
52to the global file system namespace at the location
53indicated by
54.Pa node .
55This command is normally executed by
56.Xr mount 8
57at boot time, but can be used by any user to mount an
53indicated by
54.Pa node .
55This command is normally executed by
56.Xr mount 8
57at boot time, but can be used by any user to mount an
58HPFS filesystem on any directory that they own (provided,
58HPFS file system on any directory that they own (provided,
59of course, that they have appropriate access to the device that
59of course, that they have appropriate access to the device that
60contains the filesystem).
60contains the file system).
61.Pp
62The options are as follows:
63.Bl -tag -width Ds
64.It Fl u Ar uid
61.Pp
62The options are as follows:
63.Bl -tag -width Ds
64.It Fl u Ar uid
65Set the owner of the files in the filesystem to
65Set the owner of the files in the file system to
66.Ar uid .
67The default owner is the owner of the directory
66.Ar uid .
67The default owner is the owner of the directory
68on which the filesystem is being mounted.
68on which the file system is being mounted.
69.It Fl g Ar gid
69.It Fl g Ar gid
70Set the group of the files in the filesystem to
70Set the group of the files in the file system to
71.Ar gid .
72The default group is the group of the directory
71.Ar gid .
72The default group is the group of the directory
73on which the filesystem is being mounted.
73on which the file system is being mounted.
74.It Fl m Ar mask
75Specify the maximum file permissions for files
74.It Fl m Ar mask
75Specify the maximum file permissions for files
76in the filesystem.
76in the file system.
77.El
78.Sh EXAMPLES
79To mount an hpfs volume located in /dev/wd1s1:
80.Bd -literal -offset indent
81# mount_hpfs /dev/wd1s1 /mnt
82.Ed
83.Sh WRITING
84There is limited writing ability and it is not well-tested.

--- 16 unchanged lines hidden ---
77.El
78.Sh EXAMPLES
79To mount an hpfs volume located in /dev/wd1s1:
80.Bd -literal -offset indent
81# mount_hpfs /dev/wd1s1 /mnt
82.Ed
83.Sh WRITING
84There is limited writing ability and it is not well-tested.

--- 16 unchanged lines hidden ---