admin 管理员组

文章数量: 1087605

背景

  • 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

本文标签: 重装 如何处理 启动盘 Linux Ubuntu