From owner-freebsd-questions@FreeBSD.ORG Tue Jul 24 00:05:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1B9E16A417 for ; Tue, 24 Jul 2007 00:05:48 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 7185A13C480 for ; Tue, 24 Jul 2007 00:05:46 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so3502044pye for ; Mon, 23 Jul 2007 17:05:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=IE7Q05EPx5PDdllrob+FaHoSkqTfiiaqP+6h0YbuIfyRWemGvrsG/eUInb1Ky7NM2VbccA9fZ8u9hRH8uTmXztTRG5sQUWvB9NgtAiIJ6Qs+Pstb1hdw+YX5+2JhNKFHfthF6y+MlgCNW8X/EI/VO5tTwm2aAMLHxSG+gAQh/Rc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=jTqXGdd5K4SI43Eyn6W4+XaEJmmIANYMfNLbDo66L7nOrgszkDhTlvNKPr+mksUloqNeA4R8OXHgPQ6OZO92kyoQACYzrCsSpTVMtnaXeWyBIH0sr2EJ1Koz6m5L8buXVGIj4Dcy5ncw66xdZSuX+b+KwkwMWXG2q/AkmsOGKzA= Received: by 10.64.184.16 with SMTP id h16mr5465189qbf.1185235545651; Mon, 23 Jul 2007 17:05:45 -0700 (PDT) Received: by 10.64.208.1 with HTTP; Mon, 23 Jul 2007 17:05:45 -0700 (PDT) Message-ID: Date: Mon, 23 Jul 2007 20:05:45 -0400 From: "Tsu-Fan Cheng" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: mount that cant be killed 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, 24 Jul 2007 00:05:48 -0000 hi, just found out that i have some mount process that cant be killed. I was trying to mount a digital photo frame but failed, I issued "mount_msdos /dev/da0 /mnt" on console. After seeing it not returned, I login from another console and killed the previous login. Now the mount process is still there. what should I do instead of reboot?? thanks!! TFC