NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PR/47974 CVS commit: src/tests/fs/common
The following reply was made to PR kern/47974; it has been noted by GNATS.
From: Reinoud Zandijk <reinoud%NetBSD.org@localhost>
To: Martin Husemann <martin%duskware.de@localhost>
Cc: gnats-bugs%NetBSD.org@localhost, reinoud%NetBSD.org@localhost
Subject: Re: PR/47974 CVS commit: src/tests/fs/common
Date: Sun, 30 Jun 2013 20:27:54 +0200
On Sun, Jun 30, 2013 at 05:37:44PM +0200, Martin Husemann wrote:
> but with the simplistic aproach to fake a all-0-image instead of newfs_udf
> I used, the mount fails because num_anchors is 0:
>
> 661 /* read all anchors to get volume descriptor sequence */
> 662 num_anchors = udf_read_anchors(ump);
> 663 if (num_anchors == 0)
> 664 return EINVAL;
Thats logical since it detects the disc is not formatted.
> Reinoud, can you add -F support to newfs_udf? Untill then I see no use in
> including the udf tests in the official runs.
Shouldn't be too hard i guess. I'll check soon.
With regards,
Reinoud
Home |
Main Index |
Thread Index |
Old Index