
古い箱の中に 8GB のキングストン データ トラベラーを見つけました。lsusb ではデバイスが 64GB として認識され、pmount では次のエラーが発生します。
NTFS signature is missing.
Failed to mount '/dev/sdc1': Invalid argument
The device '/dev/sdc1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
NTFS signature is missing.
Failed to mount '/dev/sdc1': Invalid argument
The device '/dev/sdc1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
そこで、fdisk を試してみました。fdisk で確認でき、パーティションの削除や追加も試しましたが、何も機能せず、エラーが発生するだけです。
マウントを使用すると、次のようになります:
mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
missing codepage or helper program, or other error
dmesg | tail を使用すると、次のメッセージが表示されます。
[ 1313.321482] XFS (sdc1): Invalid superblock magic number
[ 1313.323979] XFS (sdc1): Invalid superblock magic number
[ 1313.331146] omfs: Invalid superblock (c0b60fc0)
[ 1313.333486] omfs: Invalid superblock (c0b60fc0)
[ 1372.581076] UDF-fs: warning (device sdc1): udf_fill_super: No partition found (2)
[ 1372.587708] UDF-fs: warning (device sdc1): udf_fill_super: No partition found (2)
[ 1515.334346] sdc: sdc1
[ 1515.341876] sdc: sdc1
[ 1519.335909] UDF-fs: warning (device sdc1): udf_fill_super: No partition found (2)
[ 1519.342673] UDF-fs: warning (device sdc1): udf_fill_super: No partition found (2)
更新: sudo lsblk -f /dev/sdc- の出力は次のとおりです。
NAME FSTYPE LABEL UUID MOUNTPOINT
sdc
└─sdc1 ntfs 4E63105748D002C1
以下は blkid -o value -s TYPE /dev/sdc1 の出力です:
ntfs
sudo file -Ls /dev/sdc1の出力
/dev/sdc1: DOS/MBR boot sector, code offset 0x52+2, OEM-ID "NTFS ", sectors/cluster 8, Media descriptor 0xf8, sectors/track 62, heads 242, hidden sectors 2048, dos < 4.0 BootSector (0x80), FAT (1Y bit by descriptor); NTFS, sectors/track 62, sectors 15357951, $MFT start cluster 4, $MFTMirror start cluster 959871, bytes/RecordSegment 2^(-1*246), clusters/index block 1, serial number 04e63105748d002c1; contains Microsoft Windows XP/VISTA bootloader BOOTMGR
ここからどこへ行けばいいでしょうか?
答え1
ドライブをフォーマットする必要がある場合は、インストールしてgparted
パーティションテーブルを書き換えてみてください。gparted