From owner-freebsd-bugs Fri Aug 3 9:10:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8028337B401 for ; Fri, 3 Aug 2001 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f73GA1N34217; Fri, 3 Aug 2001 09:10:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 3 Aug 2001 09:10:01 -0700 (PDT) Message-Id: <200108031610.f73GA1N34217@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: setantae Subject: Re: bin/16155: cp -p does not preserve modification time with msdos-fs Reply-To: setantae Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/16155; it has been noted by GNATS. From: setantae To: freebsd-gnats-submit@FreeBSD.org, jfh@jfh00.fernuni-hagen.de Cc: Subject: Re: bin/16155: cp -p does not preserve modification time with msdos-fs Date: Fri, 3 Aug 2001 17:10:14 +0100 This problem does exist, yes. root@rhadamanth /# mount /dev/ad0s2a on / (ufs, local) /dev/ad0s2e on /home (ufs, local, soft-updates) /dev/ad0s2g on /tmp (ufs, local, soft-updates) /dev/ad0s2h on /usr (ufs, local, soft-updates) /dev/ad0s2f on /var (ufs, local, soft-updates) /dev/ad0s5 on /data (msdos, local) procfs on /proc (procfs, local) root@rhadamanth /# ls -al /COPYRIGHT -r--r--r-- 1 root wheel 4735 Sep 26 2000 /COPYRIGHT root@rhadamanth /# cp -p /COPYRIGHT /data root@rhadamanth /# ls -al /data/COPYRIGHT -r-xr-xr-x 1 root wheel 4735 Aug 3 17:04 /data/COPYRIGHT root@rhadamanth /# Ceri To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message