Better mkfs command

This commit is contained in:
Nico 2017-02-07 22:11:25 +01:00 committed by GitHub
parent fa6e3f15d7
commit 84a3dbf6e6

View file

@ -121,7 +121,7 @@ to simply copy the script into the IPod's root directory.
It is important to **not use MBR/GPT**. You need to directly create a **Fat16 Filesystem**: It is important to **not use MBR/GPT**. You need to directly create a **Fat16 Filesystem**:
```bash ```bash
mkfs.vfat -F 16 /dev/sdX sudo mkfs.vfat -I -F 16 -n IPOD /dev/sdX
``` ```
Run this script to generate the new database. All missing sound files should be regenrated by the IPod on next use. Run this script to generate the new database. All missing sound files should be regenrated by the IPod on next use.