From owner-freebsd-questions@FreeBSD.ORG Tue Jan 2 23:35:45 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C993816A412 for ; Tue, 2 Jan 2007 23:35:45 +0000 (UTC) (envelope-from scphantm@yahoo.com) Received: from ms-smtp-04.tampabay.rr.com (ms-smtp-04.tampabay.rr.com [65.32.5.134]) by mx1.freebsd.org (Postfix) with ESMTP id 7C98413C442 for ; Tue, 2 Jan 2007 23:35:45 +0000 (UTC) (envelope-from scphantm@yahoo.com) Received: from [192.168.0.56] (245.116.118.70.cfl.res.rr.com [70.118.116.245]) by ms-smtp-04.tampabay.rr.com (8.13.6/8.13.6) with ESMTP id l02MmfPE028199 for ; Tue, 2 Jan 2007 17:48:42 -0500 (EST) Message-ID: <459AE1AC.2080706@yahoo.com> Date: Tue, 02 Jan 2007 17:50:20 -0500 From: Steel City Phantom User-Agent: Thunderbird 1.5 (X11/20060226) MIME-Version: 1.0 To: FreeBSD Questions References: <459969AF.7040301@studnet.sk> <459A70AE.3070106@studnet.sk> <459ADCBA.1060004@daleco.biz> In-Reply-To: <459ADCBA.1060004@daleco.biz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Mailman-Approved-At: Wed, 03 Jan 2007 00:44:09 +0000 Cc: Subject: Root doesn't have permission to change permissions? 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, 02 Jan 2007 23:35:45 -0000 I have a mount point on my bsd 6.2 machine. my startup does an nfs mount to the mount point. i had to reboot the other machine and now my bsd machine can't access the mount point or the share. drwxrwxrwx 2 4294967294 4294967294 64B Dec 26 18:42 MP3 here is the mount command that is used mount 192.168.0.51:/MP3 /usr/local/drive_h/MP3 when i try to delete the mount point and recreate it i get the message device busy, when i try to change owners of the directory as root it says i don't have permission. any ideas