サーバーにUSB接続して放置してたUSBハードディスクがどのフォーマットか忘れたので。
近くにあるとWindowsにつなげばいいが。離れていると面倒だ。
そこでコマンドで調べる方法を探した。
sudo fdisk -l Disk /dev/sda: 255 heads, 63 sectors, 121601 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/sda1 1 121601 976760001 7 HPFS/NTFS Disk /dev/hda: 255 heads, 63 sectors, 30401 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/hda1 1 261 2096451 83 Linux /dev/hda2 262 293 257040 82 Linux swap /dev/hda3 294 30401 241842510 83 Linux
これで、接続されてるディスク一覧とそのファイルフォーマットが分かりますね。
フォーマットがわかればMountコマンドでマウントできます。