Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
USB ドライブが FAT、FAT32、または NTFS としてフォーマットされているかどうかを確認する方法はありますか?
Linuxボックスにプラグインして、デバイス(dmesg)が何であるかを把握できると思います.fdisk -l [device]のようなものは、パーティションとそのタイプを出力します。
マウントされているすべてのファイル システムを表示するには、「mount」を使用します。ファイル システムのタイプとマウント パラメータが表示されます。