Johannes Truschnigg
Johannes Truschnigg
I also hit this bug when trying to install Clear Linux on the machine next to me. If I locally patch `lsblk` to not emit a `"type": "dm"` element, I...
Thanks for weighing in! :) My _concrete_ use case is this: I use a command line like `yt-dlp --trim-filenames=120 url1 url2 url3` to download a number of files that, despite...
Ah! I was not aware of that piece of code that should make open fds meet expectations in the first place :) I can confirm making that loop go up...
I am in need of this feature, and tried to scratch my own itch. The most logical place (that already exists :)) for such a feature to implement is `udflabel`...
This hopes to replace #62 and fix/provide for the feature requested in #60.
Is this more to your liking than my first approach that would extend `udflabel`, @pali? If there's a prospect of getting this merged, I would try to work on having...
Thanks for the feedback! :) Would you prefer for the shared code that is to be split out to end up in ... 1. `readdisc.c`? I think it's a bit...
Does this look OK yet?
Is there anything else obviously missing/wrong and in need of fixing before this can be merged?
I'm aware that there are superfluous checks and functionality in the current `udftune/main.c:main()` (which was mostly lifted off of udflabel's current source), but that was intentional - as soon as...