安装 USB 时出现问题

安装 USB 时出现问题

我有一个在旧盒子里找到的 8GB 金士顿 Data Traveler。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 时,出现以下情况:

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

相关内容