当前位置: 首页 > news >正文

linux U盘无法使用,提示“Partition table entries are not in disk order“

问题:

U盘在Windows上使用正常,在linux下无法使用fdisk -l 命令提示:Partition table entries are not in disk order

$ fdisk -l         Disk /dev/sdb: 525 MB, 525336576 bytes
17 heads, 59 sectors/track, 1022 cylinders
Units = cylinders of 1003 * 512 = 513536 bytesDevice Boot      Start         End      Blocks  Id System
/dev/sdb1   ?      775809     1913904   570754815+ 72 Unknown
Partition 1 has different physical/logical beginnings (non-Linux?):phys=(357, 116, 40) logical=(775808, 8, 13)
Partition 1 has different physical/logical endings:phys=(357, 32, 45) logical=(1913903, 14, 4)
Partition 1 does not end on cylinder boundary
/dev/sdb2   ?      168185     2098423   968014120  65 Unknown
Partition 2 has different physical/logical beginnings (non-Linux?):phys=(288, 115, 43) logical=(168184, 16, 27)
Partition 2 has different physical/logical endings:phys=(367, 114, 50) logical=(2098422, 8, 24)
Partition 2 does not end on cylinder boundary
/dev/sdb3   ?     1864289     3794527   968014096  79 Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):phys=(366, 32, 33) logical=(1864288, 10, 12)
Partition 3 has different physical/logical endings:phys=(357, 32, 43) logical=(3794526, 1, 20)
Partition 3 does not end on cylinder boundary
/dev/sdb4   ?           1     3626348  1818613248   d Unknown
Partition 4 has different physical/logical beginnings (non-Linux?):phys=(372, 97, 50) logical=(0, 0, 1)
Partition 4 has different physical/logical endings:phys=(0, 10, 0) logical=(3626347, 7, 42)
Partition 4 does not end on cylinder boundaryPartition table entries are not in disk order

原因:

U盘分区异常

解决:

使用Partition Manager重新格式化U盘
在这里插入图片描述
格式化完成后,再次查看U盘信息。现在就可以正常挂载使用了。

$ fdisk -l  
Disk /dev/sdb: 525 MB, 525336576 bytes
255 heads, 63 sectors/track, 63 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytesDevice Boot      Start         End      Blocks  Id System
/dev/sdb1               1          64      513024   6 FAT16
Partition 1 has different physical/logical endings:phys=(62, 254, 63) logical=(63, 221, 30)Disk /dev/sdb1: 525 MB, 525336576 bytes
255 heads, 63 sectors/track, 63 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytesDevice Boot      Start         End      Blocks  Id System
/dev/sdb1p1               1          64      513024   6 FAT16
Partition 1 has different physical/logical endings:phys=(62, 254, 63) logical=(63, 221, 30)

其他相关

linux嵌入式系统上不认u盘的解决方法
Partition Manager软件下载地址

http://www.lryc.cn/news/194727.html

相关文章:

  • HDLbits: Fsm ps2
  • 【设计模式】八、桥接模式
  • 从零开始的stable diffusion
  • 【Qt之QString】数值与进制字符串间的转换详解
  • Pytest单元测试框架 —— Pytest+Allure+Jenkins的应用
  • 科普向丨语音芯片烧录工艺的要求
  • : 依赖: qtbase5-dev (= 5.12.8+dfsg-0ubuntu2.1) 但是它将不会被安装 或
  • Unity中Camera类实现坐标系转换的示例
  • vue-按键修饰符
  • [初始java]——java为什么这么火,java如何实现跨平台、什么是JDK/JRE/JVM
  • R语言手动绘制NHANSE数据基线表并聊聊NHANSE数据制作亚组交互效应表的问题(P for interaction)
  • C++引用(起别名)
  • Ubuntu:VS Code IDE安装ESP-IDF【保姆级】(草稿)
  • 子序列(All in All, UVa 10340)rust解法
  • AI时代,当项目经理遇到ChatGPT,插上腾飞的翅膀!
  • Springboot项目中加载Groovy脚本并调用其内部方代码实现
  • 为什么要做数据可视化
  • 0基础学习VR全景平台篇 第108篇:全景图细节处理(下,航拍)
  • linux查看文件内容命令more/less/cat/head/tail/grep
  • VBA窗体跟随活动单元格【简易版】
  • epiiAdmin框架注意事项
  • 数据仓库与ETL
  • Centos7安装Gitlab--gitlab--ee版
  • 主题教育问题清单及整改措施2023年-主题教育对照六个方面个人剖析材料
  • php新手实战:自定义书源下载api
  • 数据结构 - 5(二叉树7000字详解)
  • xshell使用方法(超详细)
  • 【数据库系统概论】第三章关系数据库标准语言SQL
  • 云计算是什么?学习云计算能做什么工作?
  • ES6 -- 模块化(CommonJS、AMD、ES Module)