mount.8 (8fae3551ec46402adf7ab034cf9e02bcbc7ca8ee) mount.8 (93eb5567757267d12767f2ce05555085a028d2d0)
1.\" Copyright (c) 1980, 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

165option.
166.It Fl t Ar "ufs \\*(Ba lfs \\*(Ba external type"
167The argument following the
168.Fl t
169is used to indicate the file system type.
170The type
171.Ar ufs
172is the default.
1.\" Copyright (c) 1980, 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

165option.
166.It Fl t Ar "ufs \\*(Ba lfs \\*(Ba external type"
167The argument following the
168.Fl t
169is used to indicate the file system type.
170The type
171.Ar ufs
172is the default.
173The \fI-t\fP option can be used
173The
174.Fl t
175option can be used
174to indicate that the actions should only be taken on
175filesystems of the specified type.
176More than one type may be specified in a comma separated list.
177The list of filesystem types can be prefixed with
178.Dq no
179to specify the filesystem types for which action should
180.Em not
181be taken.

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

194If the type is not one of the internally known types,
195mount will attempt to execute a program in
196.Pa /sbin/mount_ Ns Em XXX
197where
198.Em XXX
199is replaced by the type name.
200For example, nfs filesystems are mounted by the program
201.Pa /sbin/mount_nfs .
176to indicate that the actions should only be taken on
177filesystems of the specified type.
178More than one type may be specified in a comma separated list.
179The list of filesystem types can be prefixed with
180.Dq no
181to specify the filesystem types for which action should
182.Em not
183be taken.

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

196If the type is not one of the internally known types,
197mount will attempt to execute a program in
198.Pa /sbin/mount_ Ns Em XXX
199where
200.Em XXX
201is replaced by the type name.
202For example, nfs filesystems are mounted by the program
203.Pa /sbin/mount_nfs .
204.Pp
205Most filesystems will be dynamically loaded by their mount programs
206if not already present in the kernel, using the
207.Xr vfsload 3
208subroutine. Because this mechanism requires writable temporary space,
209the filesystem type containing
210.Pa /tmp
211must be compiled into the kernel, and the filesystems containing
212.Pa /tmp
213and
214.Pa /usr/bin/ld
215must be listed in
216.Pa /etc/fstab
217before any filesystems which might be dynamically loaded.
202.It Fl u
203The
204.Fl u
205flag indicates that the status of an already mounted file
206system should be changed.
207Any of the options discussed above (the
208.Fl o
209option)

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

236manual page.
237.Sh FILES
238.Bl -tag -width /etc/fstab -compact
239.It Pa /etc/fstab
240file system table
241.El
242.Sh SEE ALSO
243.Xr mount 2 ,
218.It Fl u
219The
220.Fl u
221flag indicates that the status of an already mounted file
222system should be changed.
223Any of the options discussed above (the
224.Fl o
225option)

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

252manual page.
253.Sh FILES
254.Bl -tag -width /etc/fstab -compact
255.It Pa /etc/fstab
256file system table
257.El
258.Sh SEE ALSO
259.Xr mount 2 ,
260.Xr vfsload 3 ,
244.Xr fstab 5 ,
245.Xr mount_cd9660 8 ,
246.Xr mount_fdesc 8 ,
247.Xr mount_kernfs 8 ,
248.Xr mount_lfs 8 ,
249.Xr mount_lofs 8 ,
250.Xr mount_mfs 8 ,
251.Xr mount_nfs 8 ,

--- 13 unchanged lines hidden ---
261.Xr fstab 5 ,
262.Xr mount_cd9660 8 ,
263.Xr mount_fdesc 8 ,
264.Xr mount_kernfs 8 ,
265.Xr mount_lfs 8 ,
266.Xr mount_lofs 8 ,
267.Xr mount_mfs 8 ,
268.Xr mount_nfs 8 ,

--- 13 unchanged lines hidden ---