MOUNT_FFS(8) BSD System Manager's Manual MOUNT_FFS(8)NAME
mount_ffs, mount_ufs -- mount a Berkeley Fast File System
SYNOPSIS
mount_ffs [-o options] special node
DESCRIPTION
The 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:
-o Options are specified with a -o flag followed by a comma separated string of options. See the mount(8) man page for possible options
and their meanings.
SEE ALSO mount(2), unmount(2), fstab(5), mount(8)
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.
HISTORY
A mount_ffs command appeared in NetBSD 1.1.
BUGS
It is possible for a corrupted file system to cause a crash.
BSD March 27, 1994 BSD
Check Out this Related Man Page
MOUNT_FFS(8) BSD System Manager's Manual MOUNT_FFS(8)NAME
mount_ffs, mount_ufs -- mount a Berkeley Fast File System
SYNOPSIS
mount_ffs [-o options] special node
DESCRIPTION
The 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:
-o Options are specified with a -o flag followed by a comma separated string of options. See the mount(8) man page for possible options
and their meanings.
SEE ALSO mount(2), unmount(2), fstab(5), mount(8)
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.
HISTORY
A mount_ffs command appeared in NetBSD 1.1.
BUGS
It is possible for a corrupted file system to cause a crash.
BSD March 27, 1994 BSD
What is File System. What file System is used in UNIX? Any Partition ? What is the default directory?
I also want to know the important features of UNIX?
Can anybody help me?
Regards,
Nalini (5 Replies)
I am running a script that puts some data into an excel sheet and that is mailed to my email id....following is the code...
uuencode Creditratings1.txt Creditratings1.xls | mailx -s "Credit Rating Report"
The problem is the data is greater than 5MB.Hence it doesnt get into my inbox(which has... (9 Replies)
We have an assignment to critique Mckusic'sk paper A Fast File System for Unix http://www.cs.berkeley.edu/~brewer/cs262/FFS.pdf. As a part of the paper we are supposed to regenerate the values found in Table 1 and Table 2a and 2b using linux. My problem is how should I regenerate these results... (2 Replies)
If you are like me, typing CD command again and again would quickly get tiresome and wonder there must be a better way to do it.
I have done some searching on Google and this forum. The results I get (using alias, CDPATH or PUSHD) do not satisfy me completely, so I decide to do it my way.... (10 Replies)