From owner-freebsd-questions@FreeBSD.ORG Tue Apr 11 03:19:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0AF4B16A400 for ; Tue, 11 Apr 2006 03:19:00 +0000 (UTC) (envelope-from oliver-mailinglist@charter.net) Received: from mxsf10.cluster1.charter.net (mxsf10.cluster1.charter.net [209.225.28.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BB6143D4C for ; Tue, 11 Apr 2006 03:18:59 +0000 (GMT) (envelope-from oliver-mailinglist@charter.net) Received: from mxip33a.cluster1.charter.net (mxip33a.cluster1.charter.net [209.225.28.248]) by mxsf10.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k3B3IwaJ005544 for ; Mon, 10 Apr 2006 23:18:58 -0400 Received: from 24-205-236-185.dhcp.snlo.ca.charter.com (HELO linux.linux) ([24.205.236.185]) by mxip33a.cluster1.charter.net with ESMTP; 10 Apr 2006 23:18:58 -0400 From: Oliver Iberien To: freebsd-questions@freebsd.org Date: Mon, 10 Apr 2006 20:18:56 -0700 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604102018.57042.oliver-mailinglist@charter.net> Subject: sysinstall won't write fs to new disk, bad magic number X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2006 03:19:00 -0000 There was a thread about this a while ago, but it did not seem to end in a solution... In any case, I have a 160GB Seagate drive that I was trying to mount a partition on as /disk2. I went through the instructions in the Handbook under "Formatting Media for Use With FreeBSD." No formatting seemed to be happening, though. When I added it to fstab, something in KDE found it and then failed to open it. mount shows that it has not been mounted, and if I try to mount it: bsd# mount -u /dev/ad1s2c /disk2 mount: /dev/ad1s2c on /disk2: specified device does not match mounted device bsd# mount /dev/ad1s2c /disk2 mount: /dev/ad1s2c: Input/output error I looked at the previous thread and then tried: bsd# newfs /dev/ad1s2c /dev/ad1s2c: 52627.0MB (107780084 sectors) block size 16384, fragment size 2048 using 287 cylinder groups of 183.77MB, 11761 blks, 23552 inodes. super-block backups (for fsck -b #) at: 160, 376512, 752864, 1129216, 1505568, 1881920, 2258272, 2634624, 3010976, ... 107260480, 107636832 cg 0: bad magic number I had two partitions on it, one to be used for linux later on. I tried swapping them out, but no difference. This drive worked under linux. Any ideas? Oliver