Date: Sat, 02 Sep 2000 01:23:57 +0200 From: Siegbert Baude <siegbert.baude@gmx.de> To: merlyn wizy <roces82@hotmail.com>, "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: What is FreeBSD's filesystem? Message-ID: <39B03A8D.97EBAB40@gmx.de> References: <F333ZyabYTHrdusluCB000007bc@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <dev> <mnt-point> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39B03A8D.97EBAB40>