开发者

Determine FileSystem of USB Drive

Is ther开发者_运维百科e a way to determine if a USB drive has been formatted as FAT, FAT32 or NTFS?


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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜