共計 1386 個字符,預計需要花費 4 分鐘才能閱讀完成。
今天就跟大家聊聊有關 Linux 中怎么添加硬盤,可能很多人都不太了解,為了讓大家更加了解,丸趣 TV 小編給大家總結了以下內容,希望大家根據這篇文章可以有所收獲。
1. 添加了磁盤后查看,沒有刷新出來
[root@node /]# fdisk -l
Disk /dev/sda: 17.2 GB, 17179869184 bytes
255 heads, 63 sectors/track, 2088 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: 0x000aa84a
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2089 16775168 83 linux
/dev/sda2 2089 2089 1024 82 Linux swap / Solaris
2. 查看主機總線號
root@node /]# ls /sys/class/scsi_host/
host0 host1 host2
3. 重新掃描 SCSI 總線來添加設備
[root@node /]# echo – – – /sys/class/scsi_host/host0/scan
[root@node /]# echo – – – /sys/class/scsi_host/host1/scan
[root@node /]# echo – – – /sys/class/scsi_host/host2/scan
4. 查看磁盤,可以看到 /dev/sdb :53.7G 這個就是新加的盤
[root@node /]# fdisk -l
Disk /dev/sda: 17.2 GB, 17179869184 bytes
255 heads, 63 sectors/track, 2088 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: 0x000aa84a
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2089 16775168 83 Linux
/dev/sda2 2089 2089 1024 82 Linux swap / Solaris
Disk /dev/sdb: 53.7 GB, 53687091200 bytes
255 heads, 63 sectors/track, 6527 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
看完上述內容,你們對 Linux 中怎么添加硬盤有進一步的了解嗎?如果還想了解更多知識或者相關內容,請關注丸趣 TV 行業資訊頻道,感謝大家的支持。