mirror of
https://github.com/nims11/IPod-Shuffle-4g.git
synced 2025-12-07 16:08:00 +09:00
Better mkfs command
This commit is contained in:
parent
fa6e3f15d7
commit
84a3dbf6e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue