U盘格式转换GPT格式转回DOS

当前格式


c 复制代码
fdisk /dev/sdb

# 在 fdisk 提示符下,输入以下命令删除分区:
d
# 选择要删除的分区编号(如 1、2 等)
w


开始转换
[root@node-24 ~]# fdisk /dev/sdb

Welcome to fdisk (util-linux 2.37.4).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.

The device contains 'iso9660' signature and it will be removed by a write command. See fdisk(8) man page and --wipe option for more details.


Command (m for help): d   

Selected partition 1
Partition 1 has been deleted.

Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.

格式化

复制代码
# mkfs.vfat -F 32 /dev/sdb

mkfs.fat 4.2 (2021-01-31)


相关推荐
咕噜企业分发小米20 小时前
将GPT OSS私有部署推理性能提升100倍的部署教程(上)
gpt
AIBox36520 小时前
openclaw api 配置教程,支持 Claude、Gemini、GPT5.4 等模型
javascript·人工智能·gpt
牛肉汤2 天前
从零构建大语言模型
gpt
AIBox3652 天前
codex api 配置教程:安装、鉴权、Windows 环境变量
javascript·人工智能·windows·gpt
JavaPub-rodert3 天前
[特殊字符] 2026年国内 Codex 安装教程和使用教程:GPT-5.4 完整指南(新手也能10分钟上手)
gpt·ai·codex
Ztopcloud极拓云视角4 天前
Gemini 3.1 Pro vs GPT-5.4 Pro:API成本1/3、性能差多少?选型实测笔记
人工智能·笔记·gpt·ai·语言模型
ofoxcoding4 天前
GPT-5.4 vs Claude Opus 4.6 实测对比:2026 年该选哪个模型写代码?
网络·gpt·ai
JAVA_HOME_NEW4 天前
macbook 配置claude code 通过copilot api调用 claude模型及gpt模型
gpt·copilot