Date: Wed, 15 Dec 1999 18:41:20 -0500 From: "Harris Kauffman" <hpk104@hotmail.com> To: <freebsd-questions@FreeBSD.ORG> Cc: <mwp@pucrs.br>, <markh@lon.imag.net> Subject: Re: Mounting FreeBSD partition in Linux Message-ID: <19991215234042.75847.qmail@hotmail.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. ------=_NextPart_000_0009_01BF472B.FB05F260 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable FreeBSD supports ext2fs, or at least 3.3 does. You need to add=20 options "EXT2FS" to the kernel, and then use=20 mount_ext2fs /dev/driveslice /mnt/linux or=20 mount -t ext2fs /dev/driveslice /mnt/linux to mount the drive >On Wed, 15 Dec 1999, Jeroen Ruigrok van der Werven wrote: >> -On [19991215 12:25], Mauricio Westendorff Pegoraro (mwp@pucrs.br) = wrote: >> >Hi there. >> > >> >Would anyone out there tell me how mount a FreeBSD partition in a = Linux >> >(RedHat) and vice-versa? Both systems are in the same >> >machine (obsviously). >>=20 >> Does Linux support something like mount_ffs or mount_ufs of BSD-type >> slices/partitions? > Linux calls it ffs, so: > >mount -t ffs /dev/hdaX /mnt/FreeBSD >where hdaX is the partition where freeBSD resides. > >or add the line: >/dev/hdaX /mnt/FreeBSD ffs defaults >in your /etc/fstab file to mount FreeBSD at boot time. > >Read more about in 'man mount' or 'man fstab'. FreeBSD does not = currently >support ext2fs (Linux filesystem) at this time. ------=_NextPart_000_0009_01BF472B.FB05F260 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2721.2900" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2> <DIV>FreeBSD supports ext2fs, or at least 3.3 does. You need to = add </DIV> <DIV> </DIV> <DIV>options "EXT2FS"</DIV> <DIV> </DIV> <DIV>to the kernel, and then use </DIV> <DIV> </DIV> <DIV>mount_ext2fs /dev/driveslice /mnt/linux</DIV> <DIV>or </DIV> <DIV>mount -t ext2fs /dev/driveslice /mnt/linux</DIV> <DIV> </DIV> <DIV>to mount the drive</DIV> <DIV> </DIV> <DIV>>On Wed, 15 Dec 1999, Jeroen Ruigrok van der Werven wrote:</DIV> <DIV>>> -On [19991215 12:25], Mauricio Westendorff Pegoraro = (mwp@pucrs.br)=20 wrote:</DIV> <DIV>>> >Hi there.</DIV> <DIV>>> ></DIV> <DIV>>> >Would anyone out there tell me how mount a FreeBSD = partition=20 in a Linux</DIV> <DIV>>> >(RedHat) and vice-versa? Both systems are in the = same</DIV> <DIV>>> >machine (obsviously).</DIV> <DIV>>> </DIV> <DIV>>> Does Linux support something like mount_ffs or mount_ufs = of=20 BSD-type</DIV> <DIV>>> slices/partitions?</DIV>><BR> <DIV>Linux calls it ffs, so:</DIV>><BR> <DIV>>mount -t ffs /dev/hdaX /mnt/FreeBSD</DIV> <DIV>>where hdaX is the partition where freeBSD = resides.</DIV>><BR> <DIV>>or add the line:</DIV> <DIV>>/dev/hdaX<X-TAB> </X-TA= B>/mnt/FreeBSD<X-TAB> </X-TAB>ffs<X-TAB> &nbs= p; </X-TAB>defaults</DIV> <DIV>>in your /etc/fstab file to mount FreeBSD at boot = time.</DIV>><BR> <DIV>>Read more about in 'man mount' or 'man fstab'. FreeBSD = does not=20 currently</DIV> <DIV>>support ext2fs (Linux filesystem) at this=20 time.</DIV><BR></FONT></DIV></BODY></HTML> ------=_NextPart_000_0009_01BF472B.FB05F260-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991215234042.75847.qmail>