Skip to content

Commit 3a4327e

Browse files
committed
Update README to give credit to @walterav1984 for adding NVMe support
1 parent d8f50a5 commit 3a4327e

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Windows Vista, 7, 8, 10 |
5050
Mac OS 9 | |
5151
Mac OS X 10.5 through 10.11 | |
5252
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. |
5454
AIX 5.2, 5.3, 6.1 | |
5555
BeOS, magnussoft ZETA, Haiku | |
5656
DosBox | |
@@ -190,7 +190,7 @@ user@computer:~$ ./format-udf.sh sdg "My UDF External Drive"
190190
[+] Looking for unmount tool... using /bin/umount
191191
[+] Looking for UDF tool... using /usr/bin/mkudffs
192192
[+] Detecting logical block size...
193-
[sudo] password for user:
193+
[sudo] password for user:
194194
[*] Detected logical block size of 512
195195
[+] Validating detected logical block size...
196196
[+] Detecting physical block size...
@@ -203,7 +203,7 @@ user@computer:~$ ./format-udf.sh sdg "My UDF External Drive"
203203
[+] Validating detected total size...
204204
[+] Gathering drive information...
205205
/dev/sdg: UUID="41A4EE1A20286d61" LABEL="Old Drive" TYPE="udf" PTTYPE="dos"
206-
206+
207207
RO RA SSZ BSZ StartSec Size Device
208208
rw 256 512 4096 0 31040995328 /dev/sdg
209209
rw 256 512 512 0 31040995328 /dev/sdg1
@@ -216,17 +216,17 @@ umount: /dev/sdg: not mounted
216216
4096+0 records out
217217
2097152 bytes (2.1 MB, 2.0 MiB) copied, 0.240331 s, 8.7 MB/s
218218
[+] 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
230230
[+] Writing fake MBR...
231231
16+0 records in
232232
16+0 records out
@@ -327,6 +327,10 @@ For a human-readable device label, use format-udf in one of the following config
327327

328328
* 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.)
329329

330+
### Contributions
331+
332+
* Thanks to @walterav1984 for his contribution to add NVMe support
333+
330334

331335
# See Also
332336

0 commit comments

Comments
 (0)