From owner-freebsd-hackers Sun Mar 3 11:47:43 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA09768 for hackers-outgoing; Sun, 3 Mar 1996 11:47:43 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA09763 for ; Sun, 3 Mar 1996 11:47:41 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id MAA04424; Sun, 3 Mar 1996 12:45:13 -0700 From: Terry Lambert Message-Id: <199603031945.MAA04424@phaeton.artisoft.com> Subject: Re: ext2fs To: ernie@spooky.eis.net.au (Ernie Elu) Date: Sun, 3 Mar 1996 12:45:13 -0700 (MST) Cc: hackers@FreeBSD.org In-Reply-To: <199603030838.SAA01557@spooky.eis.net.au> from "Ernie Elu" at Mar 3, 96 06:38:53 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org Precedence: bulk > I was wondering what is the correct syntax for mounting a Linux ext2fs file > system? > > I tried mount -t ext2fs /dev/sd1 /mnt > > and it gave:- > > Wrong magic number: 8867 (expected ef53 for EXT2FS) > > The patition I am trying to mount is on a 540MB SCSI driver set to SCSI ID=2 > and the drive contains 1 partition that is formatted under linux. You are trying to mount the raw device (8867 is the DOS partition table); use the correct slice for the partition. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.