I just recently noticed all the interesting new formats libarchive (and by extension, tools like bsdtar) supports.
One of these is ISO-9660 CD-ROM images. This is very handy, but one issue I've yet to work around is that when tar is used to extract these (in my example, I'm looking at FreeBSD release ISOs), it simply sets ownership to the user that unpacks the file and permissions to be only readable/executable by that user.
Is this a limitation of the ISO-9660 format?
In my case, I'm pulling apart the first DVD for some netinstall stuff and it's a pain to try to manually whack everything back in shape, especially the "livefs" stuff. Any ideas how to get proper permissions without resorting to an md mount of the ISO?
Thanks!
One of these is ISO-9660 CD-ROM images. This is very handy, but one issue I've yet to work around is that when tar is used to extract these (in my example, I'm looking at FreeBSD release ISOs), it simply sets ownership to the user that unpacks the file and permissions to be only readable/executable by that user.
Is this a limitation of the ISO-9660 format?
In my case, I'm pulling apart the first DVD for some netinstall stuff and it's a pain to try to manually whack everything back in shape, especially the "livefs" stuff. Any ideas how to get proper permissions without resorting to an md mount of the ISO?
Thanks!