我正在尝试格式化用于安装 Ubuntu 的 USB。我试过了,磁盘,出现错误。fdisk
这是我得到的结果:
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 1 976773167 488386583+ ee GPT
Partition 1 does not start on physical sector boundary.
WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sdb: 7798 MB, 7798784000 bytes
255 heads, 63 sectors/track, 948 cylinders, total 15232000 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x60dfafa1
Device Boot Start End Blocks Id System
/dev/sdb1 * 0 2156351 1078176 0 Empty
/dev/sdb2 2135488 2140031 2272 ef EFI (FAT-12/16/32)
WARNING: GPT (GUID Partition Table) detected on '/dev/sdb1'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sdb1: 1104 MB, 1104052224 bytes
255 heads, 63 sectors/track, 134 cylinders, total 2156352 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x60dfafa1
Device Boot Start End Blocks Id System
/dev/sdb1p1 * 0 2156351 1078176 0 Empty
/dev/sdb1p2 2135488 2140031 2272 ef EFI (FAT-12/16/32)
Disk /dev/mapper/sda3_crypt: 499.3 GB, 499310919680 bytes
255 heads, 63 sectors/track, 60704 cylinders, total 975216640 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/sda3_crypt doesn't contain a valid partition table
Disk /dev/mapper/ubuntu--vg-root: 495.5 GB, 495456354304 bytes
255 heads, 63 sectors/track, 60235 cylinders, total 967688192 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/ubuntu--vg-root doesn't contain a valid partition table
Disk /dev/mapper/ubuntu--vg-swap_1: 3841 MB, 3841982464 bytes
255 heads, 63 sectors/track, 467 cylinders, total 7503872 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/ubuntu--vg-swap_1 doesn't contain a valid partition table
我不知道该怎么办……请帮帮我!我对这一切都很陌生。
答案1
还原到标准存储设备
您可以使用 mkusb 将克隆的 USB 启动驱动器恢复到具有 MSDOS 分区表和 FAT32 文件系统的标准存储设备。我认为这就是您所说的格式化。
查看这些链接,
-
如果您运行标准 Ubuntu Live,则需要额外指令来获取存储库 Universe。(Kubuntu、Lubuntu ... Xubuntu 已自动激活存储库 Universe。)
sudo add-apt-repository universe # only for standard Ubuntu sudo add-apt-repository ppa:mkusb/ppa # and press Enter sudo apt-get update sudo apt-get install mkusb mkusb-nox usb-pack-efi
其他分区表和/或文件系统
如果您需要其他格式、其他分区表和/或具有其他文件系统的分区,请先使用 mkusb 删除可能引起混淆的数据,然后使用 gparted。
在这种情况下,让 韓國 擦除第一个 mibibyte进而
安装分区如果尚未安装
sudo apt update sudo apt install gparted
然后使用分区
从下拉菜单开始设备 - 创建分区表进而
使用文件系统创建分区具有直观的用户界面。
如果仍有问题
如果仍然有问题,请按照此链接尝试,这可能会帮助您分析问题并找到解决方案。