![외장 하드 드라이브가 Linux에 마운트되지 않습니다(Windows에서는 포맷하라고 합니다).](https://linux55.com/image/36076/%EC%99%B8%EC%9E%A5%20%ED%95%98%EB%93%9C%20%EB%93%9C%EB%9D%BC%EC%9D%B4%EB%B8%8C%EA%B0%80%20Linux%EC%97%90%20%EB%A7%88%EC%9A%B4%ED%8A%B8%EB%90%98%EC%A7%80%20%EC%95%8A%EC%8A%B5%EB%8B%88%EB%8B%A4(Windows%EC%97%90%EC%84%9C%EB%8A%94%20%ED%8F%AC%EB%A7%B7%ED%95%98%EB%9D%BC%EA%B3%A0%20%ED%95%A9%EB%8B%88%EB%8B%A4)..png)
하드 드라이브가 있지만 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를 사용하여 마운트하고 싶습니다.