Linux硬碟分割槽生效命令partprobe
在Linux中使用fdisk命令進行分割槽時,有時會遇到“WARNING: Re-reading the partition table failed with error 16: Device or resource busy.The kernel still uses the old table.The new table will be used at the next reboot.”這種告警資訊。如下所示
[root@localhost ~]# fdisk /dev/sde
The number of cylinders for this disk is set to 18928.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): p
Disk /dev/sde: 155.6 GB, 155692564480 bytes
255 heads, 63 sectors/track, 18928 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sde1 1 18275 146793906 5 Extended
/dev/sde5 1 18275 146793874+ 83 Linux
Command (m for help): n
Command action
l logical (5 or over)
p primary partition (1-4)
p
Partition number (1-4): 2
First cylinder (18276-18928, default 18276):
Using default value 18276
Last cylinder or +size or +sizeM or +sizeK (18276-18928, default 18928):
Using default value 18928
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old table.
The new table will be used at the next reboot.
Syncing disks.
此時使用fdisk命令看不到新建的分割槽資訊,可以使用partprobe命令解決這個問題而不用重啟系統,因為partprobe可以使kernel重新讀取分割槽資訊,從而避免重啟系統。
partprobe - inform the OS of partition table changes
DESCRIPTION
This manual page documents briefly the partprobe command.
partprobe is a program that informs the operating system kernel of partition table changes, by requesting that the operating system re-read the partition table.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31516067/viewspace-2658595/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux下partprobe命令的使用, 不重啟識別新分割槽Linux
- linux硬碟分割槽Linux硬碟
- linux之硬碟分割槽管理Linux硬碟
- 9.2 Linux硬碟分割槽和掛載Linux硬碟
- Linux分割槽之parted命令Linux
- 為linux新增一塊新硬碟並分割槽Linux硬碟
- SSD固態硬碟要分割槽嗎?SSD固態硬碟分割槽與不分割槽的效能對比硬碟
- Linux硬碟分割槽及開機自動掛載Linux硬碟
- DiskGenius分割槽行動硬碟硬碟
- ghost win10如何分割槽硬碟_ghost win10怎麼分割槽硬碟Win10硬碟
- 【Linux系統】fdisk相關分割槽命令。Linux
- Linux分割槽方案、分割槽建議Linux
- [LINUX] Arch Linux 硬碟拷貝式裝系統+新增 home 分割槽Linux硬碟
- Linux 基礎教程 33-硬碟分割槽及掛載Linux硬碟
- win10系統硬碟如何分割槽_win10主硬碟怎麼分割槽Win10硬碟
- 電腦硬碟分割槽要注意什麼,刪除硬碟分割槽的注意事項硬碟
- linux磁碟分割槽格式化-fdisk命令工具Linux
- Linux 擴充套件磁碟分割槽(命令列操作)Linux套件命令列
- SSD固態硬碟要分割槽嗎?不同容量SSD固態硬碟分割槽方案建議硬碟
- win10硬碟分割槽怎麼分_win10系統如何對硬碟分割槽Win10硬碟
- 3tb硬碟怎麼分割槽_利用DiskGenius給3tb硬碟分割槽的方法硬碟
- win10新增硬碟分割槽怎麼操作 win10硬碟如何增加新分割槽Win10硬碟
- windows11怎麼分割槽硬碟 win11硬碟分割槽大小方法介紹Windows硬碟
- 2018年第43周-Linux下使用gpt給硬碟分割槽LinuxGPT硬碟
- linux掛載新硬碟並進行分割槽格式化Linux硬碟
- linux分割槽方案Linux
- win10系統硬碟分割槽怎麼分 win10硬碟分割槽教程圖解Win10硬碟圖解
- 硬碟空間的管理和分割槽硬碟
- Liunx新增新硬碟和分割槽方法硬碟
- Linux系統磁碟和分割槽有哪些命令呢?Linux
- Linux 新增LVM分割槽及LVM分割槽擴容LinuxLVM
- SSD固態硬碟是分割槽好還是不分割槽好?SSD固態硬碟使用注意事項硬碟
- win10硬碟分割槽工具哪個好_win10電腦什麼硬碟分割槽工具最好Win10硬碟
- win10硬碟分割槽丟失怎麼辦_win10硬碟分割槽不顯示如何找回Win10硬碟
- linux交換分割槽Linux
- linux的分割槽方法Linux
- Linux下進行格式化行動硬碟(U盤)以及分割槽Linux硬碟
- Linux 分割槽擴容(根分割槽擴容,SWAP 分割槽擴容,掛載新分割槽為目錄)Linux