Zum Inhalt springen

Hack-A-N900/Resize vfat partition: Unterschied zwischen den Versionen

Amir (Diskussion | Beiträge)
Amir (Diskussion | Beiträge)
Zeile 18: Zeile 18:


== Resize vfat partition ==
== Resize vfat partition ==
 
<pre>
# resize the vfat partition to 27G
parted resize 1 0G 27G
parted resize 1 0G 27G


# reboot now because the kernel can't re-read the partition table
# reboot now(!) because the kernel can't re-read the partition table
reboot
reboot
</pre>