Интерактивная система просмотра системных руководств (man-ов)
tmpfs (5)
>> tmpfs (5) ( FreeBSD man: Форматы файлов ) tmpfs (7) ( Solaris man: Макропакеты и соглашения )Ключ tmpfs обнаружен в базе ключевых слов.
BSD mandoc
NAME
tmpfs
- efficient memory file system
SYNOPSIS
To compile this driver into the kernel,
place the following line in your
kernel configuration file:
options TMPFS
Alternatively, to load the driver as a
module at boot time, place the following line in
loader.conf5:
tmpfs_load="YES"
DESCRIPTION
The
driver will permit the
Fx kernel to access
tmpfs
file systems.
OPTIONS
The following options are available when
mounting
file systems:
- gid
-
root group id.
- uid
-
root user id.
- mode
-
permissions in octal format.
- inodes
-
maximum number of inodes.
- size
-
maximum size (in bytes) for the file system.
EXAMPLES
To mount a
memory file system:
"mount -t tmpfs tmpfs /tmp"
SEE ALSO
nmount(2),
unmount(2),
fstab(5),
mount(8)
HISTORY
The
driver first appeared in
Fx 7.0 .
AUTHORS
An -nosplit
The
kernel implementation was written by
An Julio M. Merino Vidal Aq jmmv@NetBSD.org
as a Google SoC project.
An Rohit Jalan
and others ported it from
Nx to
Fx .
This manual page was written by
An Xin LI Aq delphij@FreeBSD.org .
BUGS
The
kernel implementation is currently considered as
an experimental feature.
Some file system mount
time options are not well supported.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- EXAMPLES
-
- SEE ALSO
-
- HISTORY
-
- AUTHORS
-
- BUGS
-