From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 17 14:30:13 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54F9316A4DE for ; Mon, 17 Jul 2006 14:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADBE143D46 for ; Mon, 17 Jul 2006 14:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6HEUCb2091489 for ; Mon, 17 Jul 2006 14:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6HEUCFs091486; Mon, 17 Jul 2006 14:30:12 GMT (envelope-from gnats) Resent-Date: Mon, 17 Jul 2006 14:30:12 GMT Resent-Message-Id: <200607171430.k6HEUCFs091486@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bengt Ahlgren Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D74C16A4E6 for ; Mon, 17 Jul 2006 14:21:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 554D343D4C for ; Mon, 17 Jul 2006 14:21:38 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k6HELbSQ002384 for ; Mon, 17 Jul 2006 14:21:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k6HELbVK002379; Mon, 17 Jul 2006 14:21:37 GMT (envelope-from nobody) Message-Id: <200607171421.k6HELbVK002379@www.freebsd.org> Date: Mon, 17 Jul 2006 14:21:37 GMT From: Bengt Ahlgren To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: bin/100436: [sysinstall] live CD fixit mount does not find mount_msdosfs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 14:30:13 -0000 >Number: 100436 >Category: bin >Synopsis: [sysinstall] live CD fixit mount does not find mount_msdosfs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 17 14:30:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Bengt Ahlgren >Release: FreeBSD 6.1-RELEASE >Organization: >Environment: >Description: I used the fixit mode of the install CD with the live filesystem CD option, which mounts the CD as /mnt2. I then tried to mount a USB stick with a msdos filesystem, but the mount command didn't find the mount_msdosfs program. >How-To-Repeat: Boot from install CD (disc1) Choose fixit Choose the live filesystem option Insert USB stick Fixit# mount -t msdos /dev/da0s1 /mnt mount: exec mount_msdosfs not found in /sbin:/usr/sbin: No such file or directory Fixit# >Fix: Since the mount_msdosfs program is there on the CD, an easy workaround is: Fixit# ln -s /mnt2/sbin/mount_msdosfs /sbin Fixit# mount -t msdos /dev/da0s1 /mnt (As a side note, this proved to be a very useful way to run the ntfsresize program! Don't forget to include the shared library and run ldconfig!) If it is undesirable to build the mount program using a different _PATH_SYSPATH (from paths.h), a solution to the problem would be for sysinstall to change the /sbin symlink to point to /mnt2/sbin. >Release-Note: >Audit-Trail: >Unformatted: