From owner-freebsd-current@FreeBSD.ORG Mon Feb 18 08:42:18 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C078616A417 for ; Mon, 18 Feb 2008 08:42:18 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 7E3EB13C45A for ; Mon, 18 Feb 2008 08:42:18 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (nat-wh-1.rz.uni-karlsruhe.de [129.13.72.169]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 26A96405478 for ; Mon, 18 Feb 2008 09:42:16 +0100 (CET) Message-ID: <47B944E7.1080000@bsdforen.de> Date: Mon, 18 Feb 2008 09:42:15 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.9 (X11/20080205) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: fixing using 3rd party mount tools from fstab X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2008 08:42:18 -0000 With the new mount system using fstab entries with 3rd party mount tools does not work any more, because mount -t only uses exec_mountprog for known mount types. I have submitted a small patch that falls back to exec_mountprog if mount_fs fails. This way 3rd party mount tools will work again, without replacing base system mount tools. http://www.freebsd.org/cgi/query-pr.cgi?pr=120784 I could have removed the use_mountprog(vfstype) function, but I left it in, because it documents which mount types in the base system still use the old style mount.