SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
18.
1. USBフラッシュメモリ準備
1.1. パーティション作成
$ sudo fdisk /dev/sdb
Welcome to fdisk (util-linux 2.25.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): d
Partition number (1,2, default 2):
Partition 2 has been deleted.
Command (m for help): d
Selected partition 1
Partition 1 has been deleted.
Command (m for help): d
No partition is defined yet!
Could not delete partition 1
既存のパーティションを全て削除
19.
1. USBフラッシュメモリ準備
1.1. パーティション作成
Command (m for help): o
Created a new DOS disklabel with disk identifier 0x4c953ff5.
Command (m for help): n
Partition type
p primary (0 primary, 0 extended, 4 free)
e extended (container for logical partitions)
Select (default p):
Using default response p.
Partition number (1-4, default 1):
First sector (2048-31277055, default 2048):
Last sector, +sectors or +size{K,M,G,T,P} (2048-31277055, default 31277055): +128M
Created a new partition 1 of type 'Linux' and of size 128 MiB.
UEFIファームウェア用パーティション作成
20.
1. USBフラッシュメモリ準備
1.1. パーティション作成
Command (m for help): n
Partition type
p primary (1 primary, 0 extended, 3 free)
e extended (container for logical partitions)
Select (default p):
Using default response p.
Partition number (2-4, default 2):
First sector (264192-31277055, default 264192):
Last sector, +sectors or +size{K,M,G,T,P} (264192-31277055, default 31277055):
Created a new partition 2 of type 'Linux' and of size 14.8 GiB.
ルートファイルシステム用パーティション作成
21.
1. USBフラッシュメモリ準備
1.1. パーティション作成
Command (m for help): t
Partition number (1,2, default 2): 1
Hex code (type L to list all codes): b
If you have created or modified any DOS 6.x partitions, please see the fdisk
documentation for additional information.
Changed type of partition 'Linux' to 'W95 FAT32'.
Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.
パーティションタイプ設定、設定反映