windows上でVMWAREを利用してlinuxを使っています。 windowsのHDをマウントすることができません。 /dev/にはマウントできそうなのが3つ /dev/sda1 /dev/sda2 /dev/sda5 しかありませんでした。 /dev/sda1 は/にマウントされていました。 /dev/sda5 はスワップでした。 なので #mount -t ntfs /dev/sda2 /mnt/sda2 としてみたら mount :wrong fs type, bad option,bad superblock on /dev/sda2, missing codepage or other error (aren't you trying to mount an extended partition, instead of some logical partition inside?) In some cases useful info is found in syslog -try dmesg | tail or so となりました。