Date: Sun, 4 May 2003 21:49:10 -0500 (CDT) From: Eduardo Viruena Silva <mrspock@esfm.ipn.mx> To: collins <erichey2@attbi.com> Cc: bsd <freebsd-questions@freebsd.org> Subject: Re: Mounting an ext2 filesystem Message-ID: <20030504214434.W40296@Gina.esfm.ipn.mx> In-Reply-To: <20030504200749.48ce0396.erichey2@attbi.com> References: <20030504200749.48ce0396.erichey2@attbi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Eduardo.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030504214434.W40296>