freebsd_amp_hwpstate/release/picobsd/help/mount.hlp.pl

20 lines
387 B
Perl
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 zamontuj system plikow
Sposob uzycia:
mount [-dfpruvw] [-o opcje] [-t [ufs|msdos|ext2fs] urzadzenie punkt
N.p.:
* zamontuj dyskietke DOS A: na katalogu /mnt:
mount -t msdos /dev/fd0a /mnt
* zamontuj pierwsza partycje DOS (na pierwszym dysku IDE) na /dos:
mount -t msdos /dev/wd0s1 /dos
* zamontuj partycje Linux na /mnt:
mount -t ext2fs /dev/wd0s1 /mnt