From owner-freebsd-questions Fri Sep 1 16:24: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.241.36]) by hub.freebsd.org (Postfix) with ESMTP id F38D037B43C for ; Fri, 1 Sep 2000 16:24:04 -0700 (PDT) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id BAA00321; Sat, 2 Sep 2000 01:24:01 +0200 (MEST) Message-ID: <39B03A8D.97EBAB40@gmx.de> Date: Sat, 02 Sep 2000 01:23:57 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: de, en MIME-Version: 1.0 To: merlyn wizy , "freebsd-questions@freebsd.org" Subject: Re: What is FreeBSD's filesystem? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Merlyn, > plz can anybody tell me what freebsd's filesystem is cause i want to mount a > FreeBSD partitionin a linux box. In linux you have to compile in ufs support in your kernel. On the prompt you will need something like: mount -t ufs -o ufstype=44bsd Therefore in your fstab: /dev/xxxxx /bsd ufs ufstype=44bsd 0 0 Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message