freebsd-dev/release/picobsd/help/mount_ext2fs.hlp.en
1998-08-27 17:38:45 +00:00

12 lines
246 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_ext2fs mount a ext2fs (Linux) file system
Usage:
mount_ext2fs [-o options] special node
E.g. to mount first partition of first IDE drive on /mnt:
mount_ext2fs /dev/wd0s1 /mnt
To mount it read-only, add '-o ro' as options.