MOUNT_FFS(8) | System Manager's Manual | MOUNT_FFS(8) |
mount_ffs
, mount_ufs
—
mount_ffs |
[-o options]
special node |
mount_ffs
command attaches the Berkeley Fast File
System on the special device on to the file system tree
at point node. Both special and
node are converted to absolute paths before use.
The mount_ufs
form of the command is meant
for backward compatibility only. Fast File Systems should no longer be
listed as type “ufs” in
fstab(5) and instead should be
listed as type “ffs”.
This command is normally executed by mount(8) at boot time. The options are as follows:
M. McKusick and G. Ganger, Soft Updates: A Technique for Eliminating Most Synchronous Writes in the Fast File System, Proceedings of the FREENIX track: 1999 USENIX Annual Technical Conference, pp. 1-17, June 1999.
mount_ffs
command appeared in NetBSD
1.1.
March 27, 1994 | NetBSD 9.4 |