HP-UX Reference (11i v1 00/12) - 1M System Administration Commands A-M (vol 3)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1m/!!!intro.1m
________________________________________________________________
___ ___
m
mount_vxfs(1M) mount_vxfs(1M)
order listed in /etc/mnttab .
-F vxfs
Specify the file system type (vxfs).
-v Verbose mode. Write a message to the standard output indicating which file system is being
unmounted.
-V Echo the completed command line, but do not execute the command. The command line is
generated by incorporating the user-specified options and other information derived from
/etc/fstab. This option allows the user to verify the command line.
EXAMPLES
List the file systems currently mounted:
mount
Mount a VxFS file system /dev/dsk/c1t2d0 at directory /home
mount -F vxfs /dev/dsk/c1t2d0 /home
Unmount the same file system:
umount /dev/dsk/c1t2d0
NOTES
Only a privileged user can mount file systems.
Large files (over two gigabytes) are supported on HP-UX 10.20 systems and above.
FILES
/etc/fstab Static information about the file systems
/etc/mnttab Mounted file system table
SEE ALSO
fsadm_vxfs(1M), fsck_vxfs(1M), mkfs_vxfs(1M), mount(1M), mount(2), fsync(2), fstab(4), mnttab(4),
quota(5), vxfsio(7).
STANDARDS CONFORMANCE
mount: SVID3
umount: SVID3
Section 1M512 4 HP-UX Release 11i: December 2000
___
___