我已经格式化了 USB 驱动器,但现在无法安装它。
命令sudo fdisk -l
输出以下内容(缩短为仅显示有关南达科他州和sdc1):
Disk /dev/sdc: 8075 MB, 8075120640 bytes
64 heads, 32 sectors/track, 7701 cylinders, total 15771720 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x22fb6a74
Device Boot Start End Blocks Id System
/dev/sdc1 * 0 407551 203776 17 Hidden HPFS/NTFS
Disk /dev/sdc1: 208 MB, 208666624 bytes
64 heads, 32 sectors/track, 199 cylinders, total 407552 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x22fb6a74
Device Boot Start End Blocks Id System
/dev/sdc1p1 * 0 407551 203776 17 Hidden HPFS/NTFS
如果我尝试挂载 sdc1,sudo mount -t ntfs /dev/sdc1 /mnt
输出为:
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?
编辑:
命令的输出sudo lsblk -f
是:
NAME FSTYPE LABEL MOUNTPOINT
sda
├─sda1 ext4 /
├─sda2
└─sda5 swap [SWAP]
sdb
├─sdb1
└─sdb5 ext4 /media/disc_d
sdc
└─sdc1
sr0
答案1
您错误地格式化了 USB 磁盘:它有一个隐HPFS/NTFS 分区。
- 打开
gparted
- 导航到右上角的正确磁盘:
- 去
device
选择create partition table
并选择msdos
- 右键单击中间的大空白方块:
并选择“格式化为”并选择 FAT32