Bug 93325

Summary: mount_ufs fails mounting Nero UFS DVD+RW disks
Product: Base System Reporter: Andriy Podanenko <podarok>
Component: amd64Assignee: freebsd-amd64 (Nobody) <amd64>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 6.0-RELEASE   
Hardware: Any   
OS: Any   

Description Andriy Podanenko 2006-02-14 09:50:03 UTC
           When try to mount nero UFS DVDs or images we get 
input/output error

Fix: 

mount_cd9660 that disk or image
U get io error, but after it mount_ufs work
gm 8( , strange problem I think
How-To-Repeat:               just try to mount it
Comment 1 Scott Long 2006-02-14 14:27:15 UTC
Andriy Podanenko wrote:
>>Number:         93325
>>Category:       amd64
>>Synopsis:       mount_ufs fails mounting Nero UFS DVD+RW disks
>>Confidential:   no
>>Severity:       serious
>>Priority:       high
>>Responsible:    freebsd-amd64
>>State:          closed
>>Quarter:        
>>Keywords:       
>>Date-Required:
>>Class:          sw-bug
>>Submitter-Id:   current-users
>>Arrival-Date:   Tue Feb 14 09:50:03 GMT 2006
>>Closed-Date:
>>Last-Modified:
>>Originator:     Andriy Podanenko
>>Release:        FreeBSD 6.0-RELEASE
>>Organization:
> 
> Color-Pro
> 
>>Environment:
> 
> GENERIC kernel and world
> 
>>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
> 
> 
>>Release-Note:
>>Audit-Trail:
>>Unformatted:
> 

Is Nero something that I can download for free?  If not, can you
provide a test image?  Are you saying that 'mount_cd9660' fails
but 'mount_ufs' succeeds?

Scott
Comment 2 Björn König 2006-02-14 21:48:03 UTC
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
Comment 3 Craig Rodrigues freebsd_committer freebsd_triage 2006-06-03 05:49:51 UTC
State Changed
From-To: open->closed

Use "mount -t udf" to mount a DVD , not mount_ufs.