2010年9月27日 星期一

VMware的ubuntu 分割硬碟

在VMware上新增一顆硬碟


[root@www ~]# fdisk /dev/<xxx>

常用的指令

   d   delete a partition            <==刪除一個partition
   n   add a new partition           <==新增一個partition
   p   print the partition table     <==在螢幕上顯示分割表
   q   quit without saving changes   <==不儲存離開fdisk程式
   t   change a partition's system id <==更改硬碟系統

   w   write table to disk and exit  <==將剛剛的動作寫入分割表
[root@www ~]# fdisk -l
查閱目前系統內的所有 partition 有哪些