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)


相关推荐
AI新兵1 天前
AI大事记13:GPT 与 BERT 的范式之争(上)
人工智能·gpt·bert
空白到白2 天前
BERT,GPT,ELMO模型对比
人工智能·gpt·自然语言处理·bert
zstar-_3 天前
nano-GPT:最小可复现的GPT实操
gpt
Font Tian3 天前
GPT-oss + vLLM + LobalChat
人工智能·gpt·llm
小新学习屋3 天前
大模型-智能体-【篇四: Agent GPT 、AgentTuning、LangChain-Agent】
gpt·langchain·大模型·智能体
YFCodeDream3 天前
MLLM技术报告 核心创新一览
python·gpt·aigc
海森大数据6 天前
AI破解数学界遗忘谜题:GPT-5重新发现尘封二十年的埃尔德什问题解法
人工智能·gpt
七牛云行业应用6 天前
从API调用到智能体编排:GPT-5时代的AI开发新模式
大数据·人工智能·gpt·openai·agent开发
数据智能老司机7 天前
LLM 提示工程——理解 LLM
gpt·架构·llm
数据智能老司机7 天前
LLM 提示工程——提示工程入门
gpt·架构·llm