确定USB驱动器的文件系统

发布于 2024-08-28 16:57:07 字数 48 浏览 7 评论 0原文

有没有办法确定 USB 驱动器是否已格式化为 FAT、FAT32 还是 NTFS?

Is there a way to determine if a USB drive has been formatted as FAT, FAT32 or NTFS?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

绾颜 2024-09-04 16:57:07

我认为你可以将它插入 Linux 盒子并找出设备(dmesg),然后像 fdisk -l [device] 这样的东西会打印出分区及其类型。

I think you can plug it into a Linux box and figure out what is the device (dmesg), then something like fdisk -l [device] will print out the partitions and their types.

洋洋洒洒 2024-09-04 16:57:07

使用“mount”显示所有已安装的文件系统。它显示文件系统类型和安装参数。

use "mount" to show all mounted file systems. It shows the file system type and mount parameters.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文