Mounting an ext2 filesystem

Eduardo Viruena Silva mrspock at esfm.ipn.mx
Sun May 4 19:50:19 PDT 2003


On Sun, 4 May 2003, collins wrote:

> Is there any way to mount a (non-bsd) filesystem that is in an extended
> partition, i.e. a logical partition?

you must have the line

	options	EXT2FS

in your kernel description.

I you don't have it, add it, then build your kernel and install it.

you can use:  mount -t ext2fs /dev/your_disk_slice  /mnt



>
> --
> Collins Richey - Denver Area
> FreeBSD 5.0
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>

	Eduardo.


More information about the freebsd-questions mailing list