2016년 4월 15일 금요일

Make a new disk on Linux(or CentOS) with VMware, VirtualBox

1)  Make a virtual disk on VMware configuration GUI.

2)  Boot up CentOS (Linux)

3)  View physical disk list
      fdisk -l

4)  Create a logical partition
      fdisk  /dev/sdb
      (and then  make a new partition  '/dev/sdb1')

5)  Make a new filesystem
     mkfs  /dev/sdb1

6)  Mount the new filesystem to special symbol '/home/andrew'
     mount  /dev/sdb1  /DISK.B

댓글 없음:

댓글 쓰기