From owner-freebsd-questions@FreeBSD.ORG Thu Aug 30 19:04:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B01316A468 for ; Thu, 30 Aug 2007 19:04:48 +0000 (UTC) (envelope-from scuba@centroin.com.br) Received: from raptor.centroin.com (asmtp.centroin.com [64.251.27.169]) by mx1.freebsd.org (Postfix) with ESMTP id 2BF0013C481 for ; Thu, 30 Aug 2007 19:04:47 +0000 (UTC) (envelope-from scuba@centroin.com.br) Received: from trex.centroin.com.br (trex.centroin.com.br [200.225.63.134]) (authenticated bits=0) by raptor.centroin.com (8.14.1/8.13.6/CIP SMTP HOST) with ESMTP id l7UIsEGA043202 for ; Thu, 30 Aug 2007 15:55:31 -0300 (BRT) (envelope-from scuba@centroin.com.br) Date: Thu, 30 Aug 2007 15:51:47 -0300 (BRT) From: scuba@centroin.com.br Sender: mpsouza@trex.centroin.com.br To: freebsd-questions@freebsd.org Message-ID: <20070830152951.O25222@trex.centroin.com.br> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Problems mounting UDF DVDs 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: Thu, 30 Aug 2007 19:04:48 -0000 Hi all, When I burn a DVD with files larger then 2G, k3b automatically changes to UDF file system. The burn process seems to finish OK. A test with 'dd' reports no problem. But when I mount (iso9660) the DVD, and try to access a file big file, the following message is displayed: ls -l /cdrom/ ls: saved.2007.gzip: Value too large to be stored in data type But all other files are OK. If I use 'mount_udf' instead, only the last 9 (alphabetically) files are shown. None of them bigger then 2G. Freebsd 6.1 dvd+rw-tools-7.0 What am I doing wrong? - Marcelo