From owner-freebsd-questions@FreeBSD.ORG Fri Aug 19 14:44:12 2005 Return-Path: X-Original-To: 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 EF5BF16A41F for ; Fri, 19 Aug 2005 14:44:12 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9475F43D48 for ; Fri, 19 Aug 2005 14:44:12 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-37-251.dynamic.qsc.de [212.202.37.251]) by efacilitas.de (Postfix) with ESMTP id D6CA64B0DC for ; Fri, 19 Aug 2005 16:50:14 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 232731933CE for ; Fri, 19 Aug 2005 16:43:58 +0200 (CEST) Message-ID: <4305F02D.9070005@cs.tu-berlin.de> Date: Fri, 19 Aug 2005 16:43:57 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: mount_udf: Invalid root file entry! 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, 19 Aug 2005 14:44:13 -0000 Hello, I created an UDF filesystem with newfs_udf of udfclient[1] and I wrote some files with udfclient successfully to a DVD-RAM. I was also able to read the data with this program. Now I like to mount this file system read-only with mount_udf of FreeBSD: # mount_udf -o ro /dev/cd0 /mnt mount_udf: /dev/cd0: Invalid argument # tail -n1 /var/log/messages Aug 19 16:31:24 hoppel kernel: Invalid root file entry! It doesn't work this way. Does anyone have a hint for me? [1] http://www.13thmonkey.org/udfclient/ Regards Björn