虛擬機器硬碟空間不夠了,做了lvm準備加塊硬碟擴容,在vcenter控制台加了磁碟,結果作業系統裡面fdisk -l看不到新加的硬碟,又不想重啟怎麼辦,一條命令就可以搞定。
# 注意中間有空格
echo "- - -" > /sys/class/scsi_host/host0/scan
[root@web03_back:/data]# fdisk -l
disk /dev/sda: 536.9 gb, 536870912000 bytes
255 heads, 63 sectors/track, 65270 cylinders
units = cylinders of 16065 * 512 = 8225280 bytes
sector size (logical/physical): 512 bytes / 512 bytes
i/o size (minimum/optimal): 512 bytes / 512 bytes
disk identifier: 0x000387ab
device boot start end blocks id system
/dev/sda1 * 1 26 204800 83 linux
partition 1 does not end on cylinder boundary.
/dev/sda2 26 1046 8192000 82 linux swap / solaris
/dev/sda3 1046 65271 515890176 83 linux
[root@web03_back:/data]# echo "- - -" > /sys/class/scsi_host/host
host0/ host1/ host2/
[root@web03_back:/data]# echo "- - -" > /sys/class/scsi_host/host0/scan
[root@web03_back:/data]# echo "- - -" > /sys/class/scsi_host/host1/scan
[root@web03_back:/data]# echo "- - -" > /sys/class/scsi_host/host2/scan
[root@web03_back:/data]# fdisk -l
disk /dev/sda: 536.9 gb, 536870912000 bytes
255 heads, 63 sectors/track, 65270 cylinders
units = cylinders of 16065 * 512 = 8225280 bytes
sector size (logical/physical): 512 bytes / 512 bytes
i/o size (minimum/optimal): 512 bytes / 512 bytes
disk identifier: 0x000387ab
device boot start end blocks id system
/dev/sda1 * 1 26 204800 83 linux
partition 1 does not end on cylinder boundary.
/dev/sda2 26 1046 8192000 82 linux swap / solaris
/dev/sda3 1046 65271 515890176 83 linux
disk /dev/sdb: 214.7 gb, 214748364800 bytes
255 heads, 63 sectors/track, 26108 cylinders
units = cylinders of 16065 * 512 = 8225280 bytes
sector size (logical/physical): 512 bytes / 512 bytes
i/o size (minimum/optimal): 512 bytes / 512 bytes
disk identifier: 0x00000000
再用fdisk -l就看到了
當然是host0還是host1,…,具體應該跟加硬碟時選擇的掛載點有關係,不清楚就逐個試一遍好了
fdisk 檢視磁碟資訊
fdisk 檢視磁碟資訊 fdisk l dev to some device file fdisk l 可以列出當前系統所有磁碟以及磁碟分割槽 管理磁碟分割槽 fdisk dev sda 可以開啟互動式介面 子命令 m 檢視幫助 p 顯示當前硬體的分割槽,包括沒儲存的改動 n 建立新分割槽 e 表...
磁碟分割槽 fdisk
磁碟分割槽 fdisk 磁碟分割槽 fdisk root cnws pc fdisk l 裝置名稱 選頃不引數 l 輸出後面接癿裝置所有癿 partition 內容。若僅有 fdisk l 時,則系統將會把整個系統內能夠搜寺到癿裝置癿 partition 均列出來。範例 找出你系統中癿根目錄所在磁碟...
fdisk等磁碟管理命令
linux磁碟及檔案系統的建立,檢視及管理 用到的命令有 fdisk,mkfs,mke2fs,tune2fs,blkid,fsck,e2fsck,dumpe2fs,e2label,partx,kpartx,mkswap,swapon,swapoff,free 1.手動新增一塊新磁碟,啟動系統檢視是檢...