From owner-freebsd-hackers@FreeBSD.ORG Mon Aug 29 18:38:08 2011 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 612A31065670 for ; Mon, 29 Aug 2011 18:38:08 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id EE5B98FC13 for ; Mon, 29 Aug 2011 18:38:07 +0000 (UTC) Received: by fxe4 with SMTP id 4so6087847fxe.13 for ; Mon, 29 Aug 2011 11:38:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:from:to:subject:date:content-type :content-transfer-encoding:x-mailer; bh=TbcRKPNKRDlDMd++COxZ5dZlrtVRSFx0xgK+sovQ72k=; b=qBpYrfp7ypVT9E/XGzXTAsKBDzjNqYGsUv8Ma6qYYipy2etbepgNTUbaUkqnc31Zco PfpLVVQd9DD4rNMlvGgi9CDV/hXa6lwe0El+AY0WbPowqa/Ep3K8jCx+UiTb+j3Lk9OX XFTnm+03L+dzLPsNfD6HjTWuPJP6OrVV8jOUY= Received: by 10.223.99.65 with SMTP id t1mr7345302fan.93.1314641328322; Mon, 29 Aug 2011 11:08:48 -0700 (PDT) Received: from DEV ([82.193.208.173]) by mx.google.com with ESMTPS id b14sm3949516fak.5.2011.08.29.11.08.44 (version=SSLv3 cipher=OTHER); Mon, 29 Aug 2011 11:08:47 -0700 (PDT) Message-ID: <20110829.180846.937.1@DEV> From: rank1seeker@gmail.com To: hackers@freebsd.org Date: Mon, 29 Aug 2011 20:08:46 +0200 Content-Type: text/plain; charset="Windows-1250" Content-Transfer-Encoding: quoted-printable X-Mailer: POP Peeper (3.7.0.0) Cc: Subject: BUG: Entries in fstab with 'late' option, require order, with ntfs and ufs X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2011 18:38:08 -0000 This yields successfull boot=0D=0A--=0D=0A/dev/ufsid/4e5bbdf76b8b4567 = /usr/DOC ufs rw,late 0 0=0D=0A/dev/ufsid/4e5bbe036b8b4567 = /usr/SRC ufs ro,late,noatime 0 0=0D=0A=0D=0A# This are = WinXP drives:=0D=0A/dev/ada0s1 /mnt/win_c ntfs = rw,mountprog=3D/usr/local/bin/ntfs-3g,late 0 = 0=0D=0A/dev/ada0s5 /mnt/win_d ntfs = rw,mountprog=3D/usr/local/bin/ntfs-3g,late 0 = 0=0D=0A/dev/ada0s6 /mnt/win_e ntfs = rw,mountprog=3D/usr/local/bin/ntfs-3g,late 0 = 0=0D=0A--=0D=0A=0D=0A=0D=0AThis yields kick, in a single user = mode=0D=0A--=0D=0A# This are WinXP drives:=0D=0A/dev/ada0s1 = /mnt/win_c ntfs rw,mountprog=3D/usr/local/bin/ntfs-3g,late = 0 0=0D=0A/dev/ada0s5 /mnt/win_d ntfs = rw,mountprog=3D/usr/local/bin/ntfs-3g,late 0 = 0=0D=0A/dev/ada0s6 /mnt/win_e ntfs = rw,mountprog=3D/usr/local/bin/ntfs-3g,late 0 = 0=0D=0A=0D=0A/dev/ufsid/4e5bbdf76b8b4567 /usr/DOC ufs = rw,late 0 0=0D=0A/dev/ufsid/4e5bbe036b8b4567 /usr/SRC ufs = ro,late,noatime 0 0=0D=0A--=0D=0A=0D=0Admesg = part:=0D=0A--=0D=0AMounting late file systems:NTFS signature is = missing.=0D=0AFailed to mount '/dev/ufsid/4e5bbdf76b8b4567': Invalid = argument=0D=0AThe device '/dev/ufsid/4e5bbdf76b8b4567' doesn't seem to = have a valid NTFS.=0D=0AMaybe the wrong device is used? Or the whole disk = instead of a=0D=0Apartition (e.g. /dev/sda, not /dev/sda1)? Or the other = way around?=0D=0ANTFS signature is missing.=0D=0AFailed to mount = '/dev/ufsid/4e5bbe036b8b4567': Invalid argument=0D=0AThe device = '/dev/ufsid/4e5bbe036b8b4567' doesn't seem to have a valid = NTFS.=0D=0AMaybe the wrong device is used? Or the whole disk instead of = a=0D=0Apartition (e.g. /dev/sda, not /dev/sda1)? Or the other way = around?=0D=0A.=0D=0AMounting /etc/fstab filesystems failed, startup = aborted=0D=0AERROR: ABORTING BOOT (sending SIGTERM to parent)!=0D=0AAug = 29 20:02:31 blackhole init: /bin/sh on /etc/rc terminated abnormally, = going=0D=0Ato single user mode=0D=0AEnter full pathname of shell or = RETURN for /bin/sh:=0D=0A--=0D=0A=0D=0A=0D=0ADomagoj Smol=E8i=E6