freebsd-dev/release/picobsd/help/mount.hlp.en
2001-06-01 12:06:06 +00:00

22 lines
432 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

mount mount file systems
Usage:
mount [-dfpruvw] [-o options] [-t ufs | external_type] special node
mount [-adfpruvw] [-t ufs | external_type]
mount [-dfpruvw] special | node
E.g.:
* mount UFS floppy A: on /mnt directory:
mount /dev/fd0c /mnt
* mount DOS primary partition (on primary IDE drive) on /dos:
mount -t msdosfs /dev/wd0s1 /dos
* mount Linux partition on /mnt
mount -t ext2fs /dev/wd0s1 /mnt