Format Udf Versions Save

Bash script to format a block device (hard drive or Flash drive) in UDF. The output is a drive that can be used for reading/writing across multiple operating system families: Windows, macOS, and Linux. This script should be capable of running in macOS or in Linux.

1.8.0

4 years ago
  • Add support for all kinds of block devices
  • Update unit test
  • Add manual-test-macos.sh

1.7.1

4 years ago

1.7.0

4 years ago

Add Linux NVMe support (credit to @walterav1984)

1.6.1

6 years ago

Thanks to @lafleurdeboum!

1.6.0

6 years ago

Fixes #36. Special thanks to @tloimer.

1.5.1

6 years ago

Add support to run format-udf on loop devices (Linux only). Various fixes for new version of shellcheck. Add unit test via TravisCI.

1.5.0

6 years ago

Details in #13. Special thanks to @GreatEmerald, @ksterker, @pali, @jmyreen.

1.4.4

7 years ago

Includes #32 (thanks to @ismail)

1.4.3

7 years ago

1.4.2

7 years ago

Includes:

  • #30 (thanks to @moyogo)