From owner-freebsd-bugs Sat Jan 12 0:10: 8 2002 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 9244B37B41A for ; Sat, 12 Jan 2002 00:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0C8A2L66899; Sat, 12 Jan 2002 00:10:02 -0800 (PST) (envelope-from gnats) Date: Sat, 12 Jan 2002 00:10:02 -0800 (PST) Message-Id: <200201120810.g0C8A2L66899@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ryan Thompson Subject: Re: bin/16155: cp -p does not preserve modification time with msdos-fs Reply-To: Ryan Thompson 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: Ryan Thompson To: Cc: Subject: Re: bin/16155: cp -p does not preserve modification time with msdos-fs Date: Sat, 12 Jan 2002 02:03:07 -0600 (CST) I have tried to reproduce this problem with 4.4-RELEASE, with the following filesystem types: Win95 FAT-16 Win98 FAT-16 Win98 FAT-32 Below is a transcript of one such session: Script started on Sat Jan 12 02:03:00 2002 kat# mount_msdos /dev/ad0s1 /mnt kat# mount /dev/ad1s1a on / (ufs, local) /dev/ad1s1e on /usr (ufs, local, soft-updates) procfs on /proc (procfs, local) /dev/ad0s1 on /mnt (msdos, local) kat# pwd /tmp kat# echo foo > bar && touch -t 200001010000.00 bar kat# cp -p bar /mnt/bar kat# ll bar /mnt/bar -rwxr-xr-x 1 root wheel 4 Jan 1 2000 /mnt/bar -rw-r--r-- 1 root wheel 4 Jan 1 2000 bar kat# ll -c bar /mnt/bar -rwxr-xr-x 1 root wheel 4 Jan 12 02:03 /mnt/bar -rw-r--r-- 1 root wheel 4 Jan 12 02:03 bar kat# umount /mnt kat# exit exit Script done on Sat Jan 12 02:04:57 2002 Unless someone can consistently reproduce this problem under a recent FreeBSD release, AND can explain exactly which MS-DOS filesystem types are affected, I think we can close this PR. This problem likely no longer exists, or was not a bug in the first place. - Ryan -- Ryan Thompson Network Administrator, Accounts SaskNow Technologies - http://www.sasknow.com #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message