正在格局化Linux分区的时分,很多人逢到了棘脚的答题,提示Could not stat /dev/sda7 --- No such fileor directory谬误,这么有甚么法子可以处理Linux格局化分区的报错答题呢?
Linux查看曾经分孬的区
[root@linuxidc ~]# fdisk -l /dev/sda
Disk /dev/sda: 21.5 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 * 512 = 8225280bytes
Sector size (logical/physical): 512 bytes /512 bytes
I/O size (minimum/optimal): 512 bytes / 512bytes
Disk identifier: 0x7d57cb1f
Device Boot Start End Blocks Id System
/dev/sda1 1 2610 20964793+ 5 Extended
/dev/sda5 1 128 1028097 83 Linux
/dev/sda6 129 256 1028128+ 83 Linux
/dev/sda7 257 384 1028128+ 83 Linux
格局化新分区的时分,报错,提示上面的谬误,出有那个文件或目次。
Could not stat /dev/sda7 --- No such fileor directory
The device apparently does not exist; didyou specify it correctly?
[root@linuxidc ~]# mke2fs -t ext4 /dev/sda7
mke2fs 1.41.12 (17-May-2010)
Could not stat /dev/sda7 --- No such fileor directory
The device apparently does not exist; didyou specify it correctly?
处理要领:
执止partprobe 号令
partprobe包罗正在parted的rpm硬件包外。
partprobe能够批改kernel外分区表,使kernel从头读与分区表。
因而,运用该号令便能够创立分区而且正在没有从头封念头器的状况高体系可以辨认那些分区。
查看能否装置过该号令:
[root@linuxidc~]# rpm -q parted
packageparted is not installed
提示出有装置过,则须要装置parted
装置号令:#yum install parted #条件是包管您的虚构机能够上彀,要从网络高载装置包
[root@linuxidc~]# yum install parted
Loadedplugins: fastestmirror
1234567 Loadingmirror speeds from cached hostfile
* base: mirrors.skyshe.cn
* extras: mirrors.skyshe.cn
* updates: mirrors.skyshe.cn
base | 3.7 kB 00:00
extras |3.3 kB 00:00
updates | 3.4 kB 00:00
Settingup Install Process
ResolvingDependencies
--》Running transaction check
---》Package parted.i686 0:2.1-25.el6 will be installed
--》Finished Dependency Resolution
DependenciesResolved
Package Arch Version Repository Size
相关文章