*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: mount_overlay | Section: 8 | Source: NetBSD | File: mount_overlay.8
MOUNT_OVERLAY(8) FreeBSD System Manager's Manual MOUNT_OVERLAY(8) NAME mount_overlay - mount an overlay filesystem; demonstrate the use of an overlay file system layer SYNOPSIS mount_overlay [-o options] /overlay mount-point DESCRIPTION The mount_overlay command creates an overlay layer, interposing the overlay filesystem between the over-mounted file store and future pathname lookups. A different device number for the virtual copy is returned by stat(2), but in other respects it is indistinguishable from the original. The mount_overlay filesystem differs from the null filesystem in that the mount_overlay filesystem does not replicate the sub-tree, it places itself between the sub-tree and all future access. The overlay layer has two purposes. First, it serves as a demonstration of layering by providing a layer which does nothing other than insert itself over the over-mounted file system. Second, the overlay layer can serve as a prototype layer. Since it provides all necessary layer framework, new file system layers which need to block access to the overlayed file system can be created very easily by starting with an overlay layer. The internal operation of the overlay layer is identical to that of the null layer. See its documentation for details. SEE ALSO mount(8), mount_null(8) UCLA Technical Report CSD-910056, Stackable Layers: an Architecture for File System Development. HISTORY The mount_overlay utility first appeared in NetBSD 1.5. FreeBSD 14.1-RELEASE-p8 January 18, 2000 FreeBSD 14.1-RELEASE-p8

Navigation Options