X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfatprogs.git;a=blobdiff_plain;f=README.md;h=b3fbdd0d974faac37ad3254274733fd2c501f19d;hp=af6a32c92d0c36f41bce1b8a2efa2446541ece20;hb=41fba9fbe05c8ee6fff5765b46b927de9413b507;hpb=ca9b0f7353eba0cfbee98236d3487bbb6a8ec26f diff --git a/README.md b/README.md index af6a32c..b3fbdd0 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,30 @@ Usage example: tune.exfat -l /dev/sda1 2. set new volume label. tune.exfat -L "new label" /dev/sda1 + 3. print current volume serial. + tune.exfat -i /dev/sda1 + 4. set new volume serial. + tune.exfat -I 0x12345678 /dev/sda1 + +- exfatlabel: + Get or Set volume label or serial + +Usage example: + 1. get current volume label. + exfatlabel /dev/sda1 + 2. set new volume label. + exfatlabel /dev/sda1 "new label" + 3. get current volume serial. + exfatlabel -i /dev/sda1 + 4. set new volume serial. + exfatlabel -i /dev/sda1 0x12345678 + +- dump.exfat: + Show on-disk information + +Usage example: + dump.exfat /dev/sda1 + ``` ## Benchmarks @@ -92,4 +116,4 @@ If you have any issues, please create [issues][1] or contact to [Namjae Jeon](ma ## Contributor information * Please base your pull requests on the `exfat-next` branch. -* Make sure you add 'Signed-Off' information to your commits (e. g. `git commit --signoff`). +* Make sure you add 'Signed-Off' information to your commits (e.g. `git commit --signoff`).