@@ -50,7 +50,7 @@ Windows Vista, 7, 8, 10 |
50
50
Mac OS 9 | |
51
51
Mac OS X 10.5 through 10.11 | |
52
52
macOS 10.12+ | |
53
- Linux 2.6+, 3.x |UDF revisions 2.01 and before have read/write. After UDF revision 2.01, read-only. |
53
+ Linux 2.6+, 3.x |UDF revisions 2.01 and before have read/write. After UDF revision 2.01, read-only. |
54
54
AIX 5.2, 5.3, 6.1 | |
55
55
BeOS, magnussoft ZETA, Haiku | |
56
56
DosBox | |
@@ -190,7 +190,7 @@ user@computer:~$ ./format-udf.sh sdg "My UDF External Drive"
190
190
[+] Looking for unmount tool... using /bin/umount
191
191
[+] Looking for UDF tool... using /usr/bin/mkudffs
192
192
[+] Detecting logical block size...
193
- [sudo] password for user:
193
+ [sudo] password for user:
194
194
[*] Detected logical block size of 512
195
195
[+] Validating detected logical block size...
196
196
[+] Detecting physical block size...
@@ -203,7 +203,7 @@ user@computer:~$ ./format-udf.sh sdg "My UDF External Drive"
203
203
[+] Validating detected total size...
204
204
[+] Gathering drive information...
205
205
/dev/sdg: UUID="41A4EE1A20286d61" LABEL="Old Drive" TYPE="udf" PTTYPE="dos"
206
-
206
+
207
207
RO RA SSZ BSZ StartSec Size Device
208
208
rw 256 512 4096 0 31040995328 /dev/sdg
209
209
rw 256 512 512 0 31040995328 /dev/sdg1
@@ -216,17 +216,17 @@ umount: /dev/sdg: not mounted
216
216
4096+0 records out
217
217
2097152 bytes (2.1 MB, 2.0 MiB) copied, 0.240331 s, 8.7 MB/s
218
218
[+] Formatting /dev/sdg ...
219
- start=0, blocks=64, type=RESERVED
220
- start=64, blocks=12, type=VRS
221
- start=76, blocks=180, type=USPACE
222
- start=256, blocks=1, type=ANCHOR
223
- start=257, blocks=16, type=PVDS
224
- start=273, blocks=1, type=LVID
225
- start=274, blocks=60626413, type=PSPACE
226
- start=60626687, blocks=1, type=ANCHOR
227
- start=60626688, blocks=239, type=USPACE
228
- start=60626927, blocks=16, type=RVDS
229
- start=60626943, blocks=1, type=ANCHOR
219
+ start=0, blocks=64, type=RESERVED
220
+ start=64, blocks=12, type=VRS
221
+ start=76, blocks=180, type=USPACE
222
+ start=256, blocks=1, type=ANCHOR
223
+ start=257, blocks=16, type=PVDS
224
+ start=273, blocks=1, type=LVID
225
+ start=274, blocks=60626413, type=PSPACE
226
+ start=60626687, blocks=1, type=ANCHOR
227
+ start=60626688, blocks=239, type=USPACE
228
+ start=60626927, blocks=16, type=RVDS
229
+ start=60626943, blocks=1, type=ANCHOR
230
230
[+] Writing fake MBR...
231
231
16+0 records in
232
232
16+0 records out
@@ -327,6 +327,10 @@ For a human-readable device label, use format-udf in one of the following config
327
327
328
328
* After installing GRUB2 on a partitionless drive, you can use ` fdisk ` to set the partition as active if your BIOS can't boot from partitionless drives. (Thanks to [ @tome- ] ( https://github.com/tome- ) for the tip.)
329
329
330
+ ### Contributions
331
+
332
+ * Thanks to @walterav1984 for his contribution to add NVMe support
333
+
330
334
331
335
# See Also
332
336
0 commit comments