This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
software:oowow:how-to:format-usb-flash-as-oowow-dump-storage [2023/03/07 22:40] hyphop [Format on remote PC side] |
software:oowow:how-to:format-usb-flash-as-oowow-dump-storage [2023/03/08 22:56] (current) hyphop [Format USB-flash as oowow dump storage] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ~~tag> OOWOW howto usb-flash format~~ | ||
| ====== Format USB-flash as oowow dump storage ====== | ====== Format USB-flash as oowow dump storage ====== | ||
| [[:OOWOW:]] Dump storage can use: '' | [[:OOWOW:]] Dump storage can use: '' | ||
| - | ===== Format on remote PC side ===== | + | <WRAP important > |
| + | Please be careful with disk formatted as '' | ||
| + | </ | ||
| - | < | + | < |
| - | Please replace ''/ | + | OOWOW sd images, also can works as USB image, in this cases oowow dump storage will be created automatically on same disk as 2nd partition. |
| + | |||
| + | Another situation if OOWOW works as embedded service from onboard SPI Flash, and current topic about this | ||
| + | |||
| </ | </ | ||
| + | |||
| + | ===== Format usb-storage on remote linux PC side ===== | ||
| Whole disk variants: | Whole disk variants: | ||
| - | ```sh ext4 format | + | ```sh ext4 format |
| - | mkfs.ext4 -L MY_DISK /dev/sdX | + | sudo mkfs.ext4 -L MY_DISK /dev/sdX |
| ``` | ``` | ||
| - | ```sh exfat format | + | ```sh exfat format |
| - | mkfs.exfat -n MY_DISK /dev/sdX | + | sudo mkfs.exfat -n MY_DISK /dev/sdX |
| ``` | ``` | ||
| + | |||
| + | <WRAP tip > | ||
| + | Please replace ''/ | ||
| + | </ | ||
| Partitions variants: **preferred** | Partitions variants: **preferred** | ||
| - | ```sh exfat format | + | ```sh exfat format |
| - | echo -e " | + | echo -e " |
| - | mkfs.exfat -n MY_DISK /dev/sdX1 | + | sudo mkfs.exfat -n MY_DISK /dev/sdX1 |
| ``` | ``` | ||
| - | ===== Format inside OOWOW ===== | + | ===== Format |
| <WRAP tip > | <WRAP tip > | ||