外付けハードドライブがLinuxにマウントされていません(Windowsではフォーマットします)。

外付けハードドライブがLinuxにマウントされていません(Windowsではフォーマットします)。

ハードドライブがありますが、Linuxにマウントできません。

次の情報が役立つ場合があります。

# fdisk -l
  Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          63  1250258624   625129281    c  W95 FAT32 (LBA)


# mount -t vfat /dev/sdb1 /mnt/
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

# dmesg | tail
[ 4660.000901] FAT-fs (sdb1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[ 4660.001309] FAT-fs (sdb1): bogus number of FAT structure
[ 4660.001315] FAT-fs (sdb1): Can't find a valid FAT filesystem

#  lsblk -a
.
.
.
loop7    7:7    0         0 loop 
sdb      8:16   0 596.2G  0 disk 
└─sdb1   8:17   0 596.2G  0 part

外付けハードドライブをフォーマットせずにLinuxを使用してマウントしたいです。

ベストアンサー1

おすすめ記事