From owner-freebsd-isp Sat Mar 22 23:45:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA28271 for isp-outgoing; Sat, 22 Mar 1997 23:45:40 -0800 (PST) Received: from typhoon.typhoon.co.jp (typhoon.typhoon.co.jp [202.33.21.39]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA28266 for ; Sat, 22 Mar 1997 23:45:32 -0800 (PST) Received: from localhost (nfung@localhost) by typhoon.typhoon.co.jp (8.8.5/8.8.5/TIS) with SMTP id QAA10713 for ; Sun, 23 Mar 1997 16:45:26 +0900 (JST) Date: Sun, 23 Mar 1997 16:45:25 +0900 (JST) From: N Fung To: freebsd-isp@freebsd.org Subject: mv filename: set owner/group: Operation not permitted Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi! I'm running 2.1.7 RELEASE#0 on a P166 machine. Whenever I 'mv' a file from one file system to another, I get this error/warning message: mv: /target/filesystem/filename: set owner/group: Operation not permitted The file is moved successfully though. mv'ing files within the same file system doesn't producing any such message. The mv man page mentioned that "As the rename(2) call does not work across file systemf, mv uses cp(1) and rm(1) to accomplish the move..." Is there anything I can do to avoid the said error/warning message? Thanks for any pointers. Regards, N. Fung