私は Western Digital USB ハードドライブを持っていて、通常は Raspberry Pi に接続したままにしています。今日、ドライブがマウントされていないことに気付きましたが、その理由を説明する syslog には何も表示されませんでした。sudo mount /dev/sdc /media/pi/media-2/
再度マウントしようとしたところ、次のメッセージが表示されました。
mount: wrong fs type, bad option, bad superblock on /dev/sdc,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
そしてsudo fsck /dev/sdc
与えた
fsck from util-linux 2.29.2
e2fsck 1.43.4 (31-Jan-2017)
ext2fs_open2: Bad magic number in super-block
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sdc
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>
Found a gpt partition table in /dev/sdc
Ubuntu 18.04 を実行しているラップトップに接続すると、正常にマウントされ、次のfsck
結果が返されます。
fsck from util-linux 2.31.1
e2fsck 1.44.1 (24-Mar-2018)
media-2: clean, 1175/122093568 files, 422501325/488369920 blocks
Pi では、各 USB ポートに接続してみましたが、違いはありませんでした。1 台のマシンでは動作し、別のマシンでは動作しないのはなぜか、理由がわかりますか?