From owner-freebsd-amd64@FreeBSD.ORG Tue Feb 14 21:50:07 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54AF216A420 for ; Tue, 14 Feb 2006 21:50:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD17B43D46 for ; Tue, 14 Feb 2006 21:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1ELo6Ih062306 for ; Tue, 14 Feb 2006 21:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1ELo679062305; Tue, 14 Feb 2006 21:50:06 GMT (envelope-from gnats) Date: Tue, 14 Feb 2006 21:50:06 GMT Message-Id: <200602142150.k1ELo679062305@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= Cc: Subject: Re: amd64/93325: mount_ufs fails mounting Nero UFS DVD+RW disks X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 21:50:07 -0000 The following reply was made to PR amd64/93325; it has been noted by GNATS. From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= To: Andriy Podanenko Cc: freebsd-gnats-submit@freebsd.org, scottl@samsco.org Subject: Re: amd64/93325: mount_ufs fails mounting Nero UFS DVD+RW disks Date: Tue, 14 Feb 2006 22:48:03 +0100 Andriy Podanenko schrieb: >>Description: > > When try to mount nero UFS DVDs or images we get > input/output error > > >>How-To-Repeat: > > just try to mount it > >>Fix: > > mount_cd9660 that disk or image > U get io error, but after it mount_ufs work > gm 8( , strange problem I think Do you mix up UDF and UFS? I can't imagine that Nero can create UFS filesystems. I created an UDF filesystem on a DVD-RAM with Nero Express 6 and mounted and accessed it without problems. I used FreeBSD 7.0-CURRENT (i386). Björn