From owner-freebsd-questions@FreeBSD.ORG Sun Dec 4 15:36:46 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 3249B16A41F for ; Sun, 4 Dec 2005 15:36:46 +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 B24C543D53 for ; Sun, 4 Dec 2005 15:36:45 +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 jB4AnDA8032293 for ; Sun, 4 Dec 2005 05:49:13 -0500 (EST) Received: (from mailist@localhost) by whoweb.com (8.12.11/8.12.11/Submit) id jB4AnDAZ032292 for freebsd-questions@freebsd.org; Sun, 4 Dec 2005 05:49:13 -0500 (EST) Date: Sun, 4 Dec 2005 05:49:13 -0500 (EST) From: Incoming Mail List Message-Id: <200512041049.jB4AnDAZ032292@whoweb.com> To: freebsd-questions@freebsd.org Subject: cd9660 problem 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: Sun, 04 Dec 2005 15:36:46 -0000 On FreeBSD 5.4 I'm seeing a strange problem with cd9660 and DVD+RW media. I use growisofs() to burn the DVD, which works fine. However, when I mount the DVD, ls() reports the date/time of the files on the DVD five hours behind the date/time of the original files (as reported by UFS2). It seems more than coincidence that the discrepency corresponds to my time zone (EST) which is five hours less than GMT. I can confirm that growisofs() burned the disk correctly by mounting it on a MSWIN box where the date/time match the date/time of the original files on UFS2. A retail DVD movie was mounted on the FBSD 5.4 system (via cd9660) and a MSWIN box. The date/time of those files was identical in both cases. So it seems this is a problem only on my re-writable DVD media. Jon