Linux格式化分区报错Could not start /dev/sda No such file or directory 解决办法

简介:

查看已经分好的区

1
2
3
4
5
6
7
8
9
10
11
12
13
14
[root@yong ~] # 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?


1
2
3
4
5
[root@yong ~] # 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重新读取分区表。 

因此,使用该命令就可以创建分区并且在不重新启动机器的情况下系统能够识别这些分区。

 

查看是否安装过该命令:

1
2
[root@yong~] # rpm -q parted
packageparted is not installed


提示没有安装过,则需要安装parted

安装命令:#yum install parted #前提是保证你的虚拟机可以上网,要从网络下载安装包

1
[root@yong~] # yum install parted

 Loadedplugins: fastestmirror

1
2
3
4
5
6
7
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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
=============================================================================
Installing:
  parted           i686           2.1-25.el6             base           595 k
  
TransactionSummary
=============================================================================
Install       1 Package(s)
  
Totaldownload size: 595 k
Installedsize: 2.1 M
Isthis ok [y /N ]: y
DownloadingPackages:
parted-2.1-25.el6.i686.rpm                            | 595 kB    00:16     
Runningrpm_check_debug
RunningTransaction Test
TransactionTest Succeeded
RunningTransaction
   Installing : parted-2.1-25.el6.i686                                    1 /1 
   Verifying : parted-2.1-25.el6.i686                                   1 /1 
  
Installed:
   parted.i686 0:2.1-25.el6                                                  
  
Complete!


安装完成后,再进行查询一次,已经安装成功。

1
2
[root@yong~] # rpm -q parted
parted-2.1-25.el6.i686


 

执行一下该命令:

1
2
3
4
5
6
[root@yong~] # partprobe
Warning:WARNING: the kernel failed to re- read  the partition table on  /dev/sda  (Deviceor resource busy).  As a result, it maynot reflect all of your changes  until  after reboot.
Warning:WARNING: the kernel failed to re- read  the partition table on  /dev/sdb  (Deviceor resource busy).  As a result, it maynot reflect all of your changes  until  after reboot.
Warning:Unable to  open  /dev/sr0  read -write (Read-only  file  system).   /dev/sr0  has been opened  read -only.
Warning:Unable to  open  /dev/sr0  read -write (Read-only  file  system).   /dev/sr0  has been opened  read -only.
Error:Invalid partition table - recursive partition on  /dev/sr0 .

 

然后执行格式化,就OK了,如果还提示出错,重启之后再执行格式化就可以了。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[root@yong~] # mkfs -t ext4 /dev/sda7
mke2fs1.41.12 (17-May-2010)
Filesystemlabel=
OStype: Linux
Blocksize=4096 (log=2)
Fragmentsize=4096 (log=2)
Stride=0blocks, Stripe width=0 blocks
64384inodes, 257032 blocks
12851blocks (5.00%) reserved  for  the super user
Firstdata block=0
Maximumfilesystem blocks=264241152
8block  groups
32768blocks per group, 32768 fragments per group
8048inodes per group
Superblockbackups stored on blocks: 
     32768, 98304, 163840, 229376
  
Writinginode tables:  done                           
Creatingjournal (4096 blocks):  done
Writingsuperblocks and filesystem accounting information:  done
  
Thisfilesystem will be automatically checked every 35 mounts or
180days, whichever comes first.  Use tune2fs-c or -i to override.






本文转自 模范生 51CTO博客,原文链接:http://blog.51cto.com/mofansheng/1585612,如需转载请自行联系原作者

目录
相关文章
|
7月前
|
Linux
Linux rsyslog占用内存CPU过高解决办法
该文档描述了`rsyslog`占用内存过高的问题及其解决方案。
328 4
|
17天前
|
存储 Oracle 安全
服务器数据恢复—LINUX系统删除/格式化的数据恢复流程
Linux操作系统是世界上流行的操作系统之一,被广泛用于服务器、个人电脑、移动设备和嵌入式系统。Linux系统下数据被误删除或者误格式化的问题非常普遍。下面北亚企安数据恢复工程师简单聊一下基于linux的文件系统(EXT2/EXT3/EXT4/Reiserfs/Xfs) 下删除或者格式化的数据恢复流程和可行性。
|
6月前
|
Linux 开发工具
Linux yum 使用时提示 获取 GPG 密钥失败Couldn‘t open file RPM-GPG-KEY-EPEL-7
Linux yum 使用时提示 获取 GPG 密钥失败Couldn‘t open file RPM-GPG-KEY-EPEL-7
396 3
|
3月前
|
Oracle Java 关系型数据库
Linux下JDK环境的配置及 bash: /usr/local/java/bin/java: cannot execute binary file: exec format error问题的解决
如果遇到"exec format error"问题,文章建议先检查Linux操作系统是32位还是64位,并确保安装了与系统匹配的JDK版本。如果系统是64位的,但出现了错误,可能是因为下载了错误的JDK版本。文章提供了一个链接,指向Oracle官网上的JDK 17 Linux版本下载页面,并附有截图说明。
Linux下JDK环境的配置及 bash: /usr/local/java/bin/java: cannot execute binary file: exec format error问题的解决
|
3月前
|
Docker 容器
14 response from daemon: open \\.\pipe\docker_engine_linux: The system cannot find the file speci
14 response from daemon: open \\.\pipe\docker_engine_linux: The system cannot find the file speci
42 1
|
4月前
|
Linux 开发工具 数据安全/隐私保护
【Deepin 20系统】Linux系统开机显示Failed to start Rotate log files
如果解决了该问题,系统仍然进不去不要惊慌,继续排查下一个错误。
110 4
|
5月前
|
Linux Shell
linux date格式化获取时间
linux date格式化获取时间
73 1
|
4月前
|
存储 Linux Shell
【应用服务 App Service】App Service For Linux 中如何挂载一个共享文件夹呢? Mount Azure Storage Account File Share
【应用服务 App Service】App Service For Linux 中如何挂载一个共享文件夹呢? Mount Azure Storage Account File Share
|
4月前
|
存储 安全 Linux
在Linux中,如何格式化一个磁盘分区?
在Linux中,如何格式化一个磁盘分区?
|
4月前
|
Linux
【Linux系统】使用g = GloveEmbedding()报错BadZipFile: File is not a zip file
本文讨论了在使用embeddings工具包时遇到的“BadZipFile: File is not a zip file”错误,原因是程序中断导致zip文件损坏,解决方法是删除损坏的文件并重新运行程序,具体操作是在Linux系统中删除“~/.embeddings/”目录下的glove文件夹。
39 0