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)


相关推荐
金木讲编程1 天前
用Function Calling让GPT查询数据库(含示例)
gpt·ai编程
Tech Synapse3 天前
打造企业级AI文案助手:GPT-J+Flask全栈开发实战
人工智能·gpt·flask
MonkeyKing_sunyuhua5 天前
2.2 主流大模型架构:GPT、DeepSeek、GLM、Claude、QwQ、Qwen2.5-Max等模型的比较与应用场景
gpt·架构
@PHARAOH5 天前
HOW - 如何模拟实现 gpt 展示答案的交互效果
gpt·交互
未来智慧谷6 天前
大模型工业化元年:GPT-5开启通用AI新纪元,中国技术如何破局?
人工智能·gpt
樱花穿过千岛湖6 天前
第六章:Multi-Backend Configuration
人工智能·python·gpt·学习·ai
量子位7 天前
北大团队引领 3D 生成与对齐革新:OctGPT 打破扩散模型垄断
人工智能·gpt·aigc
web守墓人8 天前
【gpt生成-其二】以go语言为例,详细讲解 并发模型:线程/协程/ Actor 实现
java·gpt·golang
剑客的茶馆8 天前
GPT,Genini, Claude Llama, DeepSeek,Qwen,Grok,选对LLM大模型真的可以事半功倍!
gpt·llm·llama·选择大模型