From owner-freebsd-questions@FreeBSD.ORG Fri Dec 2 16:34:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A704716A420 for ; Fri, 2 Dec 2005 16:34:36 +0000 (GMT) (envelope-from mailist@whoweb.com) Received: from whoweb.com (whoweb.com [66.180.172.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8509143D46 for ; Fri, 2 Dec 2005 16:34:35 +0000 (GMT) (envelope-from mailist@whoweb.com) Received: from whoweb.com (localhost [127.0.0.1]) by whoweb.com (8.12.11/8.12.11) with ESMTP id jB2Bkoxm003639 for ; Fri, 2 Dec 2005 06:46:50 -0500 (EST) Received: (from mailist@localhost) by whoweb.com (8.12.11/8.12.11/Submit) id jB2Bkn8D003638 for freebsd-questions@freebsd.org; Fri, 2 Dec 2005 06:46:49 -0500 (EST) Date: Fri, 2 Dec 2005 06:46:49 -0500 (EST) From: Incoming Mail List Message-Id: <200512021146.jB2Bkn8D003638@whoweb.com> To: freebsd-questions@freebsd.org Subject: mkisofs on 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2005 16:34:36 -0000 I'm running FBSD 5.4 and notice that the date/time stamps on files burned to DVD using growisofs() are being reported incorrectly after mounting the DVD and using ls() or stat(). On Dec 2, 2005 at about 10:30am, I used growisofs() to burn a DVD (took less than a minute to finish). When I mount the DVD and run ls() I see a date of Dec 1, 20:11. Since the OS is reporting the date/time correctly using UFS2. Is this a known bug? I couldn't find any info in the man page or web about it. Can anyone reproduce this? Thanks Jon