/dev目錄下找不到裝置檔案
%2Fcom.ibm.storage.smric.help.doc%2Ff2c_linuxdevnaming_2hsag8.html
--
For Red Hat, the kernel automatically creates the device files for 128 devices. For SUSE, there are only special device files for the first 16 disks. You must create the device files for additional disks by using the mknod command. For 2.6 kernels, the special device files are only created when they are detected and recognized by the kernel. The /proc/partitions file lists all the ‘sd’ devices that are recognized by the SCSI disk driver, including the sd name, major number, minor number, and size of each disk device.
--
Linux系統啟動是會自動載入一些裝置,並在/dev目錄下建立相應的裝置檔案,
如果沒有被自動建立,可透過mknod命令建立。scsi裝置號可透過cat /proc/partitions命令獲得。
mknod [裝置檔名] [裝置型別] [主裝置號] [次裝置號]
mknod /dev/sde b 8 96
其他顯示磁碟資訊的命令:
lsblk
lsscsi
fdisk
sfdisk
ll /dev/sd*
--
For Red Hat, the kernel automatically creates the device files for 128 devices. For SUSE, there are only special device files for the first 16 disks. You must create the device files for additional disks by using the mknod command. For 2.6 kernels, the special device files are only created when they are detected and recognized by the kernel. The /proc/partitions file lists all the ‘sd’ devices that are recognized by the SCSI disk driver, including the sd name, major number, minor number, and size of each disk device.
--
Linux系統啟動是會自動載入一些裝置,並在/dev目錄下建立相應的裝置檔案,
如果沒有被自動建立,可透過mknod命令建立。scsi裝置號可透過cat /proc/partitions命令獲得。
mknod [裝置檔名] [裝置型別] [主裝置號] [次裝置號]
mknod /dev/sde b 8 96
其他顯示磁碟資訊的命令:
lsblk
lsscsi
fdisk
sfdisk
ll /dev/sd*
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22558114/viewspace-1122101/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 儲存、檔案管理/目錄、裝置管理
- HP-UX中dev目錄下的磁碟字元裝置,塊裝置及新舊命名UXdev字元
- 獲取裝置上的某個目錄下的所有檔案
- 關於/dev/null和/dev/zero兩個檔案裝置devNull
- Linux 裝置檔案/dev/*詳解、查詢Linuxdev
- 刪除目錄及目錄下所有檔案與子目錄 (轉)
- linux更改原始碼安裝目錄後,找不到.so檔案的解決Linux原始碼
- 記錄一下docker踩坑 /dev/shm目錄Dockerdev
- linux /dev目錄Linuxdev
- gitignore 忽略目錄下檔案僅保留目錄形態Git
- 8.var目錄下的檔案和目錄詳解
- 遍歷目錄下的所有檔案
- java讀取resouces目錄下檔案Java
- 注意放在/tmp目錄下的檔案
- 複製目錄下的全部檔案到另一個目錄
- 沒有目錄建目錄,沒有檔案建檔案
- 列出並排序檔案系統根目錄(/)下各個目錄的大小排序
- php在網站根目錄下寫檔案PHP網站
- Linux中/proc目錄下檔案詳解Linux
- mysql資料目錄下的常見檔案MySql
- Linux /proc 目錄下檔案粗談(轉)Linux
- AIX 共享磁碟中的字元裝置(/dev/rhdiskn)及塊裝置(/dev/hdiskn)AI字元dev
- JDK安裝目錄中的檔案說明JDK
- 18、檔案與目錄
- 清理bdump目錄檔案
- Linux 只複製目錄,不復制目錄下的資料檔案Linux
- py目錄下獲取指定字尾檔案打包成zip檔案
- linux下刪除目錄及其子目錄下某種型別檔案Linux型別
- 多執行緒下載nginx站點目錄下檔案執行緒Nginx
- 刪除指定目錄下指定字尾的檔案
- CentOS系統下/tmp目錄臨時檔案清理CentOS
- Godot遍歷目錄下檔案,並建立按鈕Go
- Linux系統目錄/dev/shmLinuxdev
- 目錄結構檢視及目錄下各個檔案的大小的統計
- 批處理檔案:將目錄下所有的jar檔案都加到CLASSPATHJAR
- Python 檔案、目錄操作Python
- Linux 檔案與目錄Linux
- 列出目錄/檔案命令ls