我有一个已经用了一段时间的外部 USB 驱动器。我一直将其用作 Ubuntu 上的 deja-dup 的备份驱动器以及 Windows 8.1 上的文件历史记录驱动器。
过了一会儿,当我重新启动 Windows 时,驱动器不再出现。
我打开磁盘管理,发现该驱动器没有驱动器号。它只显示“健康(主分区)”。该驱动器在 Ubuntu 中安装完美。
我运行了 diskpart,输出如下:
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 465 GB 0 B
Disk 1 Online 29 GB 0 B
Disk 2 Online 931 GB 0 B
DISKPART> list volume
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 E DVD-ROM 0 B No Media
Volume 1 D System Rese NTFS Partition 350 MB Healthy System
Volume 2 C NTFS Partition 397 GB Healthy Boot
Volume 3 F Christophe exFAT Removable 29 GB Healthy
Ubuntu 中的 Fdisk 显示以下结果:
Disk /dev/sdb: 1000.2 GB, 1000204885504 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525167 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: 0x13b5fd7e
Device Boot Start End Blocks Id System
/dev/sdb1 2048 1953525166 976761559+ 83 Linux
但是,Gparted 看起来像这样。请注意,它显示的是“NTFS”,而不是“Linux”。
我能做些什么让它再次可安装吗?
我已在 2 台 Windows 8.1 电脑和 1 台 Windows Vista 电脑上试用过该驱动器。均不起作用。
另外,当我尝试在磁盘管理中对驱动器使用 RMB 来分配驱动器号时,我所能做的就是删除该卷。
好的,在进一步检查评论中的 URL 后,我尝试了以下操作(磁盘 1 是有问题的驱动器):
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 465 GB 0 B
Disk 1 Online 931 GB 0 B
DISKPART> select disk 1
Disk 1 is now the selected disk.
DISKPART> list partition
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Primary 931 GB 1024 KB
DISKPART> select partition 1
Partition 1 is now the selected partition.
DISKPART> assign
There is no volume specified.
Please select a volume and try again.
DISKPART> list volume
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 E DVD-ROM 0 B No Media
Volume 1 D System Rese NTFS Partition 350 MB Healthy System
Volume 2 C NTFS Partition 397 GB Healthy Boot
答案1
遇到了完全相同的问题。当我使用 Ubuntu 时,我创建了一个分区(NTFS),过了一段时间安装了 Windows,但驱动器没有安装。问题是,没有为其分配任何驱动器号,因此它没有安装。要解决此问题:单击磁盘管理中的驱动器。然后选择更改驱动器号并为其分配驱动器号。就是这样。它会起作用。