确定USB驱动器的文件系统
有没有办法确定 USB 驱动器是否已格式化为 FAT、FAT32 还是 NTFS?
Is there a way to determine if a USB drive has been formatted as FAT, FAT32 or NTFS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为你可以将它插入 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.
使用“mount”显示所有已安装的文件系统。它显示文件系统类型和安装参数。
use "mount" to show all mounted file systems. It shows the file system type and mount parameters.