Initial import from FreeBSD RELENG_4:
[dragonfly.git] / release / picobsd / help / mount_ext2fs.hlp.en
1 \e[1mmount_ext2fs\e[m     mount a ext2fs (Linux) file system
2
3         Usage:
4
5         mount_ext2fs [-o options] special node
6
7         E.g. to mount first partition of first IDE drive on /mnt:
8
9                 mount_ext2fs /dev/wd0s1 /mnt
10
11         To mount it read-only, add '-o ro' as options.