summaryrefslogtreecommitdiffstats
path: root/release/picobsd/help/mount.hlp.en
blob: d39003eb0091820b239f7711ebb90a7f6cb7819e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
OpenPOWER on IntegriCloud