linux分區(qū)怎么刪?
你好,我是【你呀你呀別再推卸啦】,很高興為你解答。刪除linux分區(qū),用到的工具:xshell,步驟如下:
登錄linux服務(wù)器,執(zhí)行以下命令:fdisk -l
輸出以下信息:Disk /dev/vda: 32.2 GB, 32212254720 bytes, 62914560 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk label type: dosDisk identifier: 0x000c1d0e Device Boot Start End Blocks Id System/dev/vda1 * 2048 61442047 30720000 83 LinuxDisk /dev/vdb: 75.2 GB, 75161927680 bytes, 146800640 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk label type: dosDisk identifier: 0x000cc312 Device Boot Start End Blocks Id System/dev/vdb1 2048 146800639 73399296 83 Linux
說明:測試服務(wù)器有兩個分區(qū),vda1和vdb1。效果圖:2.刪除vdb1分區(qū),執(zhí)行以下命令:fdisk /dev/vdb1
接著輸入:d
然后選擇分區(qū)號最后輸入w保存。注意事項:刪除分區(qū)前備份數(shù)據(jù)。更多專業(yè)的科普知識,歡迎關(guān)注我。如果喜歡我的回答,也請給我贊或轉(zhuǎn)發(fā),你們的鼓勵,是支持我寫下去的動力,謝謝大家。