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

【Linux 重装】Ubuntu 启动盘 U盘无法被识别,如何处理?

背景

  • U盘烧录了 Ubuntu 系统作为启动盘,再次插入电脑后无法被识别

解决方案(Mac 适用)

  • (1)查找 USB,(2)格式化
  • (1)在 terminal 中通过 diskutil list 查看是 USB 的盘
  • 一般带有 external
    在这里插入图片描述
  • 不放心的话还可以进一步确认 diskutil info /dev/disk4

在这里插入图片描述

(2) 通过以下命令格式化后,磁盘工具就可以识别啦

diskutil eraseDisk exFAT MyUSB /dev/disk4
Started erase on disk4
Unmounting disk
Creating the partition map
Waiting for partitions to activate
Formatting disk4s2 as ExFAT with name MyUSB
Volume name      : MyUSB
Partition offset : 411648 sectors (210763776 bytes)
Volume size      : 30306304 sectors (15516827648 bytes)
Bytes per sector : 512
Bytes per cluster: 32768
FAT offset       : 2048 sectors (1048576 bytes)
# FAT sectors    : 4096
Number of FATs   : 1
Cluster offset   : 6144 sectors (3145728 bytes)
# Clusters       : 473440
Volume Serial #  : 678a4dd0
Bitmap start     : 2
Bitmap file size : 59180
Upcase start     : 4
Upcase file size : 5836
Root start       : 5
Mounting disk
Finished erase on disk4

在这里插入图片描述


http://www.kler.cn/a/512653.html

相关文章:

  • springboot基于安卓的智启教育服务平台app
  • P8738 [蓝桥杯 2020 国 C] 天干地支
  • 【三维分割】Gaga:通过3D感知的 Memory Bank 分组任意高斯
  • C++ 类与对象(上)
  • Linux 如何使用parted进行磁盘分区?
  • 【机器学习实战入门】使用OpenCV进行性别和年龄检测
  • 一款功能强大的互联网资产测绘引擎-CyberEdge
  • Dockerfile -> Docker image -> Docker container
  • Docker 学习总结(85)—— docker cp 使用总结
  • 2025 最新flutter面试总结
  • 不用编程即可实现多台PLC的MQTT协议JSON文件发布与订阅的智能网关的配置说明
  • Slate文档编辑器-Node节点与Path路径映射
  • dl学习笔记:(5)深度神经网络的正向传播
  • 使用minio高性能存储图片
  • 电子应用设计方案91:智能AI花洒系统设计
  • C# 常用的文件处理方法
  • 【STM32-学习笔记-12-】PWR电源控制
  • 数据结构(精讲)----绪论
  • C# 委托(Delegate)的使用方法及使用场景
  • MySQL可直接使用的查询表的列信息
  • Nginx:从入门到实战使用教程
  • 如何在Mac上优雅的使用nvm管理Node.js
  • 【 MySQL 学习2】常用命令
  • Chrome远程桌面无法连接怎么解决?
  • Vue.js组件开发-解决PDF签章预览问题
  • Python基础学习(五)文件和异常