mount_memfs.1m (2010 09)

m
mount_memfs(1M) mount_memfs(1M)
Notes
Quotas are not available for MemFS file systems.
ACLs are not available for MemFS file systems.
MemFS file systems are largefiles-enabled.
MemFS file systems do not support forced unmount.
MemFS file systems cannot be mounted read only.
DIAGNOSTICS
umount complains if the directory is not mounted or if it is busy. The file system is busy if it contains an
open file or some logged-in user’s working directory.
EXAMPLES
Mount a MemFS of size 100 MB on
/mnt:
mount -F memfs -o size=100MB /mnt
Mount a MemFS of size 100 MB with file limit to 500, root permissions to 0777, owner as user ID 20 and
group as group ID 40 on /mnt:
mount -F memfs -o size=100MB,ninode=500,mode=0777,user=20,group=40
/mnt
Unmount a local MemFS file system:
umount /mnt
WARNINGS
Swap space is reserved when writing data on to MemFS file systems. Data will be swapped out when
there is memory pressure. Excessive usage of swap space by writing large sized files on to MemFS file
systems will reduce the swap space available for others. This reduced swap space can lead the system to
an unstable or unresponsive state. Similarly, applications which use more swap space will reduce the
swap space available for MemFS. This situation leads to running out of space on MemFS file systems.
HP recommends having swap space be more than the cumulative size of the MemFS file systems. Use the
size option to define a file system size that is equal to or smaller than the swap space. See swapon(1M)
for information about defining swap space.
AUTHOR
mount was developed by HP, AT&T, the University of California, Berkeley, and Sun Microsystems.
FILES
/etc/fstab Static information about the file systems
/etc/mnttab Mounted file system table
/etc/passwd
/etc/group
SEE ALSO
chmod(1), chown(1), fsclean(1M), mount(1M), quotaon(1M), swapon(1M), mount(2), fstab(4), mnttab(4),
fs_wrapper(5), memfs_metamax(5), memfs_swapmax_pct(5), quota(5).
STANDARDS CONFORMANCE
mount: SVID3
umount: SVID3
HP-UX 11i Version 3: September 2010 3 Hewlett-Packard Company 3