|
From: Kamil I. <ac...@wp...> - 2014-01-06 19:00:46
|
On 03.01.2014 02:21, Roger wrote: > > mkudffs: Searching mkudffs.c code, return codes for mkudffs seem to be only -1, > 0, and 1, with no other ERROR codes defined within it's headers from what I > can see using fgrep. Basically, if UDF Revision/Version doesn't equal one of > the predefined versions, then return 1. I do see a RETURN 4 & 2 while writing > a disc, but this might be relevant to only packet writing. Also return 'spm' > when writing a partition map, but again not well documented. (Seems to be disc > writing or packet writing related errors, which doesn't seem relevant for brief > usage of mkudffs.) > > dvd+rw: Likely well documented RETURN codes within it's headers, and I think > you're already privy of this and the other tools. ;-) > >>From what I understand of mkudffs, it just works, with it's udffsck supposedly > not being a true fsck from hearsay from others' posts. Again, similar to the > DVD industry, we're probably only focused on mkudffs usage (for write only > once) and not anything else with the UDF filesystem. Great, thank you for the information. I will probably do some investigations on my own, but this is a good start. Best regards, Kamil |