From nobody@FreeBSD.org Thu Apr 13 16:50:39 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7408B16A400 for ; Thu, 13 Apr 2006 16:50:39 +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 72D6F43D72 for ; Thu, 13 Apr 2006 16:50:36 +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 k3DGoZut032456 for ; Thu, 13 Apr 2006 16:50:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k3DGoZKI032455; Thu, 13 Apr 2006 16:50:35 GMT (envelope-from nobody) Message-Id: <200604131650.k3DGoZKI032455@www.freebsd.org> Date: Thu, 13 Apr 2006 16:50:35 GMT From: selven To: freebsd-gnats-submit@FreeBSD.org Subject: fsck_msdos X-Send-Pr-Version: www-2.3 >Number: 95705 >Category: misc >Synopsis: fsck_msdos >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: closed >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Apr 13 17:00:29 GMT 2006 >Closed-Date: Thu Apr 13 18:04:14 GMT 2006 >Last-Modified: Thu Apr 13 18:04:14 GMT 2006 >Originator: selven >Release: FreeBSD 6 >Organization: none >Environment: FreeBSD 6.0-RELEASE on an i386 >Description: When an improper shutdown or having umounted a windows fat32 partition, (had set it to auto mount in my fstab) when booting up, it starts checking the partition integrtiy etc.. fsck blah blah now when it comes to checking that windows partition, it tries to run fsck_msdos, this thing doesn't exist or it doesn't find it. hence i'm dropped to a single user mode shell, with read only access. >How-To-Repeat: add a windows partition to automount in fstab, mount it, improperly shutdown your machine, and it will give you that error. >Fix: Fix, as far as the fix is concerned, am not sure if it is a proper fix, i just roughly managed to solve it by: 1.pressing ctrl+c as soon as it has finished mounting my root partition (just before it starts fsck'ing my windows partition (that was unmounted before my last shutdown), this hence doesn't leave me to a single user mode, but in init 3 2. making a sym link to /sbin/fsck_msdosfs, coz only /sbin/fsck_msdosfs exists instead of the fsck_msdos it was looking for. (if i hadn't made that sym link, the problem re comes back as soon as i restart the machine, but after i place the symlink /sbin/fsck_msdos->fsck_msdosfs, problems stops. Sorry for my bad english, hope it will be useful, -SeLvEn >Release-Note: >Audit-Trail: State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Apr 13 18:03:51 UTC 2006 State-Changed-Why: Please ask for help on this on either freebsd-questions or freebsd-hackers. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=95705 >Unformatted: