Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2001 09:10:01 -0700 (PDT)
From:      setantae <setantae@submonkey.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/16155: cp -p does not preserve modification time with msdos-fs
Message-ID:  <200108031610.f73GA1N34217@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/16155; it has been noted by GNATS.

From: setantae <setantae@submonkey.net>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108031610.f73GA1N34217>