修复制作过Ubuntu iso的U盘办法

By admin, 30 四月, 2020

制作过Ubuntu iso的U盘会变成只有几M的空间,格式化也没有用。修复方法如下:

  1. Windows下搜索运行diskpart软件
  2. DISKPART> list disk
  3. DISKPART> select disk 2 (具体选1还是2要根据实际情况,小心操作!!)
  4. DISKPART> clean
  5. DISKPART> create partition primary
  6. DISKPART> exit

 

参考:https://www.howopensource.com/2015/06/reclaim-usb-flash-drive-space/

评论

Restricted HTML

  • 允许的HTML标签:<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <img src>
  • 自动断行和分段。
  • 网页和电子邮件地址自动转换为链接。
验证码
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
请输入"Drupal10"