Slide 13
Slide 13 text
SDカードの領域拡張
$ sudo fdisk /dev/mmcblk0
Welcome to fdisk (util-linux 2.31.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): n # パーティションを作成する
Partition type
p primary (2 primary, 0 extended, 2 free)
e extended (container for logical partitions)
Select (default p): enter # プライマリパーティションを選択する
Using default response p.
Partition number (3,4, default 3): enter # パーティション番号の選択
First sector (4194304-62333951, default 4194304): enter # 先頭セクタの選択
Last sector, +sectors or +size{K,M,G,T,P} (4194304-62333951, default 62333951): enter # 最終セクタの選
択