Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2002 00:10:02 -0800 (PST)
From:      Ryan Thompson <ryan@sasknow.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/16155: cp -p does not preserve modification time with msdos-fs
Message-ID:  <200201120810.g0C8A2L66899@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: Ryan Thompson <ryan@sasknow.com>
To: <freebsd-gnats-submit@freebsd.org>
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 <ryan@sasknow.com>
   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




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