1998-08-27 17:38:45 +00:00
|
|
|
|
[1mmount[m 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:
|
|
|
|
|
|
2001-06-01 12:06:06 +00:00
|
|
|
|
mount -t msdosfs /dev/wd0s1 /dos
|
1998-08-27 17:38:45 +00:00
|
|
|
|
|
|
|
|
|
* mount Linux partition on /mnt
|
|
|
|
|
|
|
|
|
|
mount -t ext2fs /dev/wd0s1 /mnt
|