From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 23:02:42 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 362B016A4CE for ; Tue, 18 Nov 2003 23:02:42 -0800 (PST) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33BC243FD7 for ; Tue, 18 Nov 2003 23:02:40 -0800 (PST) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp106-86.lns1.adl1.internode.on.net [150.101.106.86])hAJ72GEq026363; Wed, 19 Nov 2003 17:32:17 +1030 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: skidmore@digital-village.net, Vahric MUHTARYAN Date: Wed, 19 Nov 2003 17:32:15 +1030 User-Agent: KMail/1.4.3 References: <047001c3ae07$acca0270$110d3ad4@VAHOXP> <1069185916.909.8.camel@digital-village.net> In-Reply-To: <1069185916.909.8.camel@digital-village.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200311191732.15942.malcolm.kay@internode.on.net> cc: FreeBSD-Questions Subject: Re: Linux File System Won't Mount X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 07:02:42 -0000 On Wed, 19 Nov 2003 06:35, Barry Skidmore wrote: > Vahric, > > Here are the results of the mount you suggested: > > digital-village# mount > /dev/ad1s1a on / (ufs, local) > /dev/ad1s1e on /boot (ufs, local, soft-updates) > /dev/ad1s1g on /home (ufs, local, soft-updates) > /dev/ad1s1d on /tmp (ufs, local, soft-updates) > /dev/ad1s1f on /usr (ufs, local, soft-updates) > /dev/ad1s1h on /var (ufs, local, soft-updates) > procfs on /proc (procfs, local) > > digital-village# mount_ext2fs /dev/ad1s1 /mnt > mount_ext2fs: vfsload(ext2fs): No such file or directory > digital-village# mount_ext2fs /dev/ad1s1a /mnt > mount_ext2fs: vfsload(ext2fs): No such file or directory > The response from mount says that the system has already=20 found and mounted FreeBSD partitions from ad1s1.=20 You cannot possibly have any linux (ext2fs) file systems there at the same time. It seems either your linux system is somewhere else or you have overwritten it when installing FreeBSD. Malcolm =20