NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/49933: makefs -t udf produces non mountable images
>Number: 49933
>Category: kern
>Synopsis: makefs -t udf produces non mountable images
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed May 27 07:00:00 +0000 2015
>Originator: Martin Husemann
>Release: NetBSD 7.99.18
>Organization:
The NetBSD Foundation, Inc.
>Environment:
System: NetBSD seven-days-to-the-wolves.aprisoft.de 7.99.18 NetBSD 7.99.18 (GENERIC) #17: Fri May 22 15:33:10 CEST 2015 martin%seven-days-to-the-wolves.aprisoft.de@localhost:/ssd/src/sys/arch/amd64/compile/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
Creating a UDF image via makefs produces a working UDF file system image
(I can burn it on blueray and use that with various OSes). But NetBSD
can not mount it.
>How-To-Repeat:
[/tmp/test] seven-days-to-the-wolves # /ssd/tools/bin/nbmakefs -t udf -oT=bdrom,L="Just a Test" /tmp/udf.iso .
req_enable 1024, req_disable 0
ndirs 1
nfiles 1
ndata_blocks 758395
nmetadata_blocks 2
Calculated size of `/tmp/udf.iso': 1748525056 bytes, 2 inodes
Building disc compatible with UDF version 102 to 150
UDF properties 02004<REWRITABLE,READONLY>
Volume set `556569896a9a35ed'
Primary volume `009177f1`
Logical volume `Just a Test`
Total space on this medium approx. 1706964 KiB, 1666 MiB
Free space on this volume approx. 1706196 KiB, 1666 MiB
./Iron Sky.avi
[/tmp/test] seven-days-to-the-wolves # cd ..
[/tmp] seven-days-to-the-wolves # mount -o rump -t udf -r ./udf.iso /mnt2
rump_udf: "./udf.iso" is a non-resolved or relative path.
rump_udf: using "/tmp/udf.iso" instead.
rump_udf: puffs_daemon: Invalid argument
rump_udf: mount: Invalid argument
Mounting via vnd and without rump produces the same error.
>Fix:
n/a
Home |
Main Index |
Thread Index |
Old Index