Commit 001a57d
committed
udftune: Add initial implementation
This patch adds a new udftools command/executable, `udftune`.
It implements two useful operations: "--mark-ro" and "--mark-rw", for
setting FSD and LVID Domain flags in a compatible UDF filesystem to
indicate either read-only or read/write characteristics.
The code borrows *heavily* from `udflabel`, which contains nearly all of
the required logic to modify a UDF target in this manner by itself.
Since `udflabel` is to be used for interacting with UDF label
information only, `udftune` was created in its current form.1 parent 77a198f commit 001a57d
File tree
6 files changed
+752
-2
lines changed- udftune
6 files changed
+752
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments