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

20 lines
393 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|msdosfs|ext2fs] urzadzenie punkt
N.p.:
* zamontuj dyskietke DOS A: na katalogu /mnt:
mount -t msdosfs /dev/fd0a /mnt
* zamontuj pierwsza partycje DOS (na pierwszym dysku IDE) na /dos:
mount -t msdosfs /dev/wd0s1 /dos
* zamontuj partycje Linux na /mnt:
mount -t ext2fs /dev/wd0s1 /mnt