mount.8 (299f15612e321744116fb31e7f8137a11fdb8283) | mount.8 (26fbf78be1c3e0a9825f9435e1d522422b2771a2) |
---|---|
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. --- 349 unchanged lines hidden (view full) --- 358will attempt to execute a program in 359.Pa /sbin/mount_ Ns Sy XXX 360where 361.Sy XXX 362is replaced by the type name. 363For example, nfs filesystems are mounted by the program 364.Pa /sbin/mount_nfs . 365.Pp | 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. --- 349 unchanged lines hidden (view full) --- 358will attempt to execute a program in 359.Pa /sbin/mount_ Ns Sy XXX 360where 361.Sy XXX 362is replaced by the type name. 363For example, nfs filesystems are mounted by the program 364.Pa /sbin/mount_nfs . 365.Pp |
366Most filesystems will be dynamically loaded by their 367.Nm 368programs 369if not already present in the kernel, using the 370.Xr vfsload 3 371subroutine. 372Because this mechanism requires writable temporary space, 373the filesystem type containing 374.Pa /tmp 375must be compiled into the kernel, and the filesystems containing 376.Pa /tmp 377and 378.Pa /usr/bin/ld 379must be listed in 380.Pa /etc/fstab 381before any filesystems which might be dynamically loaded. | 366Most filesystems will be dynamically loaded by the kernel 367if not already present, and if the kernel module is available. |
382.It Fl u 383The 384.Fl u 385flag indicates that the status of an already mounted file 386system should be changed. 387Any of the options discussed above (the 388.Fl o 389option) --- 22 unchanged lines hidden (view full) --- 412.Pp 413.Dl XXXXX filesystem is not available 414.Pp 415The kernel does not support the respective filesystem type. 416Note that 417support for a particular filesystem might be provided either on a static 418(kernel compile-time), or dynamic basis (loaded as a kernel module by 419.Xr kldload 8 ) . | 368.It Fl u 369The 370.Fl u 371flag indicates that the status of an already mounted file 372system should be changed. 373Any of the options discussed above (the 374.Fl o 375option) --- 22 unchanged lines hidden (view full) --- 398.Pp 399.Dl XXXXX filesystem is not available 400.Pp 401The kernel does not support the respective filesystem type. 402Note that 403support for a particular filesystem might be provided either on a static 404(kernel compile-time), or dynamic basis (loaded as a kernel module by 405.Xr kldload 8 ) . |
420Normally, 421.Nm 422or its subprocesses attempt to dynamically load a filesystem module if 423it has not been configured statically, using 424.Xr vfsload 3 . 425In this case, the above error message can also mean that you did not 426have permission to load the module. | |
427.Sh FILES 428.Bl -tag -width /etc/fstab -compact 429.It Pa /etc/fstab 430filesystem table 431.El 432.Sh SEE ALSO 433.Xr mount 2 , | 406.Sh FILES 407.Bl -tag -width /etc/fstab -compact 408.It Pa /etc/fstab 409filesystem table 410.El 411.Sh SEE ALSO 412.Xr mount 2 , |
434.Xr vfsload 3 , | |
435.Xr fstab 5 , 436.Xr kldload 8 , 437.Xr mount_cd9660 8 , 438.Xr mount_devfs 8 , 439.Xr mount_ext2fs 8 , 440.Xr mount_fdescfs 8 , 441.Xr mount_hpfs 8 , 442.Xr mount_linprocfs 8 , --- 29 unchanged lines hidden --- | 413.Xr fstab 5 , 414.Xr kldload 8 , 415.Xr mount_cd9660 8 , 416.Xr mount_devfs 8 , 417.Xr mount_ext2fs 8 , 418.Xr mount_fdescfs 8 , 419.Xr mount_hpfs 8 , 420.Xr mount_linprocfs 8 , --- 29 unchanged lines hidden --- |