2014년 9월 3일 수요일

How to partition a new disk and format filesystem of the new disk

Partitioning a new disk
>sudo -s
>fdisk -l


>fdisk /dev/sdb : partitioning a new disk
>m for help
>n for adding a new partition
>p for primary
>w

>fdisk -l  : checking it's right

Format file_system of the new disk
>mkfs.ext4 /dev/sdb1

댓글 없음:

댓글 쓰기