From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 6 11:14:41 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 641F016A41F for ; Tue, 6 Dec 2005 11:14:41 +0000 (GMT) (envelope-from panda@mlc.edu.tw) Received: from mail.mlc.edu.tw (mail.mlc.edu.tw [163.19.163.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBFB743D58 for ; Tue, 6 Dec 2005 11:14:40 +0000 (GMT) (envelope-from panda@mlc.edu.tw) Received: from jhlh (jhlh.mlc.edu.tw [163.19.163.97]) (authenticated bits=0) by mail.mlc.edu.tw (8.12.11/8.12.11) with ESMTP id jB6B7378023122 for ; Tue, 6 Dec 2005 19:07:04 +0800 (CST) (envelope-from panda@mlc.edu.tw) Message-ID: <000601c5fa56$3bcd2a00$61a313a3@jhlh> From: "K.C.Huang-MLC" To: Date: Tue, 6 Dec 2005 19:14:26 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-MLC-MailScanner-Information: Please contact the ISP for more information X-MLC-MailScanner: Found to be clean X-MailScanner-From: panda@mlc.edu.tw X-Mailman-Approved-At: Tue, 06 Dec 2005 12:51:26 +0000 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: rm: Directory not empty ..(had tried chflag ...) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2005 11:14:41 -0000 Dear All: I running fsck -y to a device, and I delete some files in the same = time . I found there were some files could'nt be delete.. message: rm: old_files: Directory not empty I had tried=20 chflags -R noschg old_files rm -rf old_files thanks in advance ..^^