Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Mar 2011 19:44:53 +0100
From:      Jan Henrik Sylvester <me@janh.de>
To:        questions-list freebsd <freebsd-questions@freebsd.org>
Subject:   Re: Wrong (000) UDF directory permissions with mkisofs
Message-ID:  <4D6D3EA5.3060205@janh.de>
In-Reply-To: <4D6CFC3E.8080604@janh.de>
References:  <4D6CFC3E.8080604@janh.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On 03/01/2011 15:01, Jan Henrik Sylvester wrote:
> mkisofs -R -J -udf -iso-level 3 -V NAME -o FILE.iso DIR/

[...]

> Mounting the UDF layout (mount_udf), all files have 444 permissions,
> most (2795) directories have 555 permissions, but some (167) directories
> have 000 permissions and cannot be accessed by non-root users.

I found it was exactly the eights directory level that had 000 
permissions. I am still not sure, why that is a problem for UDF, if it 
is non for Rockridge. Anyhow, using much more relaxed settings, I got a 
DVD that works:

mkisofs -allow-leading-dots -allow-lowercase -allow-multidot -d -D 
-iso-level 4 -l -N -r -udf -V NAME -o FILE.iso DIR/

Probably, just "-iso-level 4 -D" would have been sufficient.

Cheers,
Jan Henrik



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D6D3EA5.3060205>