将 USB 格式化为 NTFS Windows 11 的 5 种简单方法
admin
2023-08-02 15:22:06
0
  • 点击进入:ChatGPT工具插件导航大全

USB 驱动器是一种轻松高效地传输数据的好方法。但是,随着时间的推移,您的USB 驱动器可能会由于坏扇区或剩余数据而降低其性能。如果您一直面临 USB 驱动器的性能问题,那么格式化它可以帮助您改善同样的问题。

NTFS 是 Windows 中广泛支持的格式类型,与 FAT32 相比,它可以帮助您传输大量数据。以下是在 Windows 11 上将USB 驱动器格式化为 NTFS 的所有方法。

如何用 5 种简单的方法将 USB 格式化为 NTFS

您可以在 Windows 11 中使用各种方法将 USB 驱动器格式化为 NTFS。选择下面提到的任一选项以帮助您完成该过程。

注意:格式化 USB 驱动器将永久删除其中包含的所有数据。我们建议您在继续以下任一教程之前备份您的数据。

方法 1:在 Filer Explorer 的上下文菜单中使用格式

确保您已正确插入 USB 驱动器。

Windows + E启动文件资源管理器。现在,在此处找到您的 USB 驱动器,然后右键单击它。

windows-11-how-to-format-usb-to-ntfs-1windows-11-how-to-format-usb-to-ntfs-1

点击 格式

windows-11-how-to-format-usb-to-ntfs-2windows-11-how-to-format-usb-to-ntfs-2

单击文件系统 的下拉菜单并选择 NTFS

windows-11-how-to-format-usb-to-ntfs-3windows-11-how-to-format-usb-to-ntfs-3

根据需要选择并输入 USB 驱动器的卷标

windows-11-how-to-format-usb-to-ntfs-4windows-11-how-to-format-usb-to-ntfs-4

选中快速格式化复选框。

windows-11-how-to-format-usb-to-ntfs-5windows-11-how-to-format-usb-to-ntfs-5

单击 开始

windows-11-how-to-format-usb-to-ntfs-6windows-11-how-to-format-usb-to-ntfs-6

单击 确定以确认您的选择。

windows-11-how-to-format-usb-to-ntfs-7windows-11-how-to-format-usb-to-ntfs-7

就是这样!现在,您将在 Windows 11 上将 USB 驱动器格式化为 NTFS 格式。

方法 2:使用 Diskpart

Windows + R启动 运行

windows-11-how-to-format-usb-to-ntfs-8windows-11-how-to-format-usb-to-ntfs-8

输入以下内容并按Ctrl + Shift + Enter

cmd

windows-11-how-to-format-usb-to-ntfs-9windows-11-how-to-format-usb-to-ntfs-9

执行以下命令以启动 Diskpart。

diskpart

windows-11-how-to-format-usb-to-ntfs-10windows-11-how-to-format-usb-to-ntfs-10

现在使用以下命令列出您 PC 上的当前驱动器。

list disk

windows-11-how-to-format-usb-to-ntfs-11windows-11-how-to-format-usb-to-ntfs-11

在此列表中查找并识别您的 USB 驱动器。使用以下命令选择您的 USB 驱动器。将 NUM替换为 USB 驱动器的磁盘号。

sel disk NUM

windows-11-how-to-format-usb-to-ntfs-12windows-11-how-to-format-usb-to-ntfs-12

使用以下命令清理 USB 驱动器。

clean

windows-11-how-to-format-usb-to-ntfs-13windows-11-how-to-format-usb-to-ntfs-13

键入以下命令,然后按 Enter。

create partition primary

windows-11-how-to-format-usb-to-ntfs-14windows-11-how-to-format-usb-to-ntfs-14

现在使用以下命令将您的新分区标记为 Active

active

windows-11-how-to-format-usb-to-ntfs-15windows-11-how-to-format-usb-to-ntfs-15

使用以下命令格式化您清理的 USB 驱动器。将NAME替换为您希望为 USB 驱动器提供的标签。

format fs ntfs label \"NAME\" quick

windows-11-how-to-format-usb-to-ntfs-16windows-11-how-to-format-usb-to-ntfs-16

注意:执行此命令时不要删除引号(“”)。

现在使用下面的命令为您的 USB 驱动器分配一个字母。将 X替换为您选择的驱动器号。

assign letter=X

windows-11-how-to-format-usb-to-ntfs-18windows-11-how-to-format-usb-to-ntfs-18

最后使用以下命令关闭 Diskpart。

exit

windows-11-how-to-format-usb-to-ntfs-19windows-11-how-to-format-usb-to-ntfs-19

使用相同的命令关闭 CMD。

windows-11-how-to-format-usb-to-ntfs-20windows-11-how-to-format-usb-to-ntfs-20

就是这样!您现在将在 Windows 11 上使用 CMD 格式化您的 USB 驱动器。

方法 3:使用磁盘管理

磁盘管理是 Windows 中的内置实用程序,您还可以利用它来将 USB 驱动器格式化为 NTFS 格式。使用以下步骤来帮助您完成该过程。

Windows + R启动运行

windows-11-how-to-format-usb-to-ntfs-8windows-11-how-to-format-usb-to-ntfs-8

键入以下内容,然后按 Enter。

diskmgmt.msc

windows-11-how-to-format-usb-to-ntfs-21windows-11-how-to-format-usb-to-ntfs-21

滚动底部以在列表中找到您的 USB 驱动器。找到后右键单击它。

windows-11-how-to-format-usb-to-ntfs-22windows-11-how-to-format-usb-to-ntfs-22

选择 格式

windows-11-how-to-format-usb-to-ntfs-23windows-11-how-to-format-usb-to-ntfs-23

单击 确认您的选择。

windows-11-how-to-format-usb-to-ntfs-24windows-11-how-to-format-usb-to-ntfs-24

在Volume label旁边为您的 USB 驱动器选择一个名称 。

windows-11-how-to-format-usb-to-ntfs-25windows-11-how-to-format-usb-to-ntfs-25

单击文件系统的下拉菜单并选择 NTFS

windows-11-how-to-format-usb-to-ntfs-26windows-11-how-to-format-usb-to-ntfs-26

选中 执行快速格式化复选框。

windows-11-how-to-format-usb-to-ntfs-27windows-11-how-to-format-usb-to-ntfs-27

现在单击 确定

windows-11-how-to-format-usb-to-ntfs-28windows-11-how-to-format-usb-to-ntfs-28

就是这样!您现在将 USB 驱动器格式化为 NTFS 格式。

方法 4:使用 PowerShell

Windows + R启动 运行

windows-11-how-to-format-usb-to-ntfs-29windows-11-how-to-format-usb-to-ntfs-29

输入以下内容并按Ctrl + Shift + Enter

powershell

windows-11-how-to-format-usb-to-ntfs-29windows-11-how-to-format-usb-to-ntfs-29

现在使用以下命令获取连接到 PC 的磁盘列表。

get-disk

windows-11-how-to-format-usb-to-ntfs-30windows-11-how-to-format-usb-to-ntfs-30

从列表中识别您的 USB 驱动器,并记下第一列中的 编号

windows-11-how-to-format-usb-to-ntfs-31windows-11-how-to-format-usb-to-ntfs-31

找到后,使用以下命令清理驱动器。将 NUM替换为 USB 驱动器的磁盘号。

clear-disk -number NUM -RemoveData

windows-11-how-to-format-usb-to-ntfs-32windows-11-how-to-format-usb-to-ntfs-32

输入 A以确认您的选择。

windows-11-how-to-format-usb-to-ntfs-33windows-11-how-to-format-usb-to-ntfs-33

您的 USB 驱动器现在将被清除。我们现在可以使用以下命令为您的 USB 驱动器创建一个新分区。将NUM替换为 USB 驱动器的磁盘号,将 LETTER替换为您希望分配给 USB 驱动器的字母。

new-partition -disknumber NUM -usemaximumsize -isactive -driveletter LETTER

windows-11-how-to-format-usb-to-ntfs-34windows-11-how-to-format-usb-to-ntfs-34

现在您的 USB 上有一个新分区,我们可以将其格式化为 USB。使用以下命令并将 LETTER替换为 USB 驱动器的新驱动器号。同样,将USB 标签 替换为您的 USB 驱动器的名称。

format-volume -driveletter LETTER -filesystem ntfs -newfilesystemlabel USB Label

windows-11-how-to-format-usb-to-ntfs-35windows-11-how-to-format-usb-to-ntfs-35

最后,使用以下命令关闭 PowerShell。

exit

windows-11-how-to-format-usb-to-ntfs-37windows-11-how-to-format-usb-to-ntfs-37

就是这样!现在,您将使用 PowerShell 将 USB 驱动器格式化为 NTFS。

方法五:使用第三方应用

大量的第三方应用程序可以帮助您根据当前的需要和要求格式化驱动器和磁盘。我们建议使用 Rufus,因为它免费且易于使用,甚至可以帮助您创建可启动的 USB 驱动器。按照以下教程使用 Rufus 格式化您的 USB 驱动器。

  • 鲁弗斯 | 下载链接

使用上面的链接将 Rufus 下载到您的 PC 并插入您的 USB。现在使用.exe文件启动 Rufus 。

windows-11-how-to-format-usb-to-ntfs-38windows-11-how-to-format-usb-to-ntfs-38

单击设备的下拉菜单并选择您的 USB 驱动器(如果尚未选择)。

windows-11-how-to-format-usb-to-ntfs-39windows-11-how-to-format-usb-to-ntfs-39

现在单击Boot selection的下拉菜单,然后选择 Non bootable

windows-11-how-to-format-usb-to-ntfs-40windows-11-how-to-format-usb-to-ntfs-40

在Volume label下为您的 USB 驱动器设置一个名称 。

windows-11-how-to-format-usb-to-ntfs-41windows-11-how-to-format-usb-to-ntfs-41

单击文件系统的下拉菜单并选择 NTFS

windows-11-how-to-format-usb-to-ntfs-42windows-11-how-to-format-usb-to-ntfs-42

单击 显示高级格式选项并取消选中快速格式框 。

windows-11-how-to-format-usb-to-ntfs-43windows-11-how-to-format-usb-to-ntfs-43

最后,点击开始

windows-11-how-to-format-usb-to-ntfs-44windows-11-how-to-format-usb-to-ntfs-44

单击 确定以确认您的选择。

windows-11-how-to-format-usb-to-ntfs-45windows-11-how-to-format-usb-to-ntfs-45

就是这样!您现在将在 Windows 11 上使用 Rufus 格式化您的 USB 驱动器。

相关内容

热门资讯

Windows 11 和 10... Windows 11/10 文件夹属性中缺少共享选项卡 – 已修复 1.检查共享选项卡是否可用 右键...
Radmin VPN Wind... Radmin VPN 是一款免费且用户友好的软件,旨在牢固地连接计算机以创建一个有凝聚力的虚拟专用网...
如何修复 Steam 内容文件... Steam 内容文件锁定是当您的 Steam 文件无法自行更新时出现的错误。解决此问题的最有效方法之...
在 Windows 11 中打... 什么是链路状态电源管理? 您可以在系统控制面板的电源选项中看到链接状态电源管理。它是 PCI Exp...
Hive OS LOLMine... 目前不清退的交易所推荐: 1、全球第二大交易所OKX欧意 国区邀请链接: https://www.m...
事件 ID 7034:如何通过... 点击进入:ChatGPT工具插件导航大全 服务控制管理器 (SCM) 负责管理系统上运行的服务的活动...
iPhone 屏幕上有亮绿色斑... iPhone 是市场上最稳定的智能手机之一,这主要归功于专为它们设计的 iOS 操作系统。然而,他们...
balenaEtcher烧录后... balenaEtcher烧录后u盘或者内存卡无法识别不能使用的解决方法想要恢复原来的方法,使用win...
在 iCloud 上关闭“查找... 如果您是 Apple 的长期用户,您肯定会遇到过 Find My 应用程序,它本机安装在 iPhon...
统信UOS每次开机后不直接进入... 统信UOS每次开机后不直接进入系统而是进入到recovery模式 按方向上键选择UOS 20 SP1...