Date: Tue, 9 Sep 2008 11:07:15 +0800 From: wsw <wsw1wsw2@gmail.com> To: "Martin McCormick" <martin@dc.cis.okstate.edu> Cc: freebsd-questions@freebsd.org Subject: Re: Can FreeBSD6.3 Generic Kernels Mount a Linux EXT3 FS? Message-ID: <2e566b9e0809082007w46a313aeue329cb99eb2478b3@mail.gmail.com> In-Reply-To: <200809090238.m892c7Bp016497@dc.cis.okstate.edu> References: <200809090238.m892c7Bp016497@dc.cis.okstate.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
The GENERIC kernel maybe have no ext2fs module. You can install it by: cd /usr/src/sys/module/ext2fs && make && make install clean and load the module kldload ext2fs If you do not have mount_ext2fs tool: cd /usr/src/sbin/mount_ext2fs && make && make install clean then, try to mount the ext2 partition. On Tue, Sep 9, 2008 at 10:38 AM, Martin McCormick <martin@dc.cis.okstate.edu > wrote: > My thanks to a member of this list who showed me what I was > doing wrong. in an example, the command is > > mount -t ext2fs /dev/[yourstoragedevicename] /mnt > > I had originally been typing -t ext2 which equals nothing to > FreeBSD. > > Martin McCormick > _______________________________________________ > 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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2e566b9e0809082007w46a313aeue329cb99eb2478b3>