pali
pali
@ljpaff Could you please address issues above?
VAT is what is used for UDF write-once media.
I do not understand for what you are asking. VAT is used for UDF write-once media. So if you create image for CD-R, DVD-R or BD-R media via mkudffs then...
Closing due to submitter inactivity.
Yes, this project is not anonymous, it is used on lot of linux distributions, some code is shared with linux kernel and maintainer has responsibility for it.
Closing for inactivity.
Yea, generating metadata partition should not be too hard. Just take UDF 2.60 spec, fill required structures with correct data, place them into list of extends and finally write to...
I have looked at it but I'm really not sure if this work correctly. There are lot of pitfalls and edge cases. I think that I had in my mind...
> * Tell the database we're going to disconnect (`mysql_close`) This is an issue. You must call `mysql_close` (or similar function) to release memory allocated for `$dbh` even when `InactiveDestroy`...
@rovo89 you can use a hack/trick with invalidating file descriptor before calling mysql_close() when you need connection to stay open but want to free mysql client resources. Current master branch...