freebsd_amp_hwpstate/release/picobsd/help/mount_ext2fs.hlp.en

12 lines
246 B
Plaintext
Raw Normal View History

1998-08-27 17:38:45 +00:00
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.