我有一个双启动系统,其中装有 Windows 10 和 Ubuntu 20.04。我有两个磁盘:256GB SSD 和 1TB HDD。我的 HDD 在 Windows 中有两个分区,名称分别为新卷 D 和 E,但在 Ubuntu 文件系统中,只显示新卷 D 的数据,而不显示新卷 E 的数据,并且只有两个磁盘正确显示 SSD 和新卷。但是我的新卷 E 的数据在哪里?
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 1M 0 part
├─sda2 8:2 0 15M 0 part
├─sda3 8:3 0 843.2G 0 part /media/vaibh/New Volume
├─sda4 8:4 0 513M 0 part
└─sda5 8:5 0 87.9G 0 part /
nvme0n1 259:0 0 238.5G 0 disk
├─nvme0n1p1 259:1 0 260M 0 part /boot/efi
├─nvme0n1p2 259:2 0 16M 0 part
└─nvme0n1p3 259:3 0 238.2G 0 part /media/vaibh/Windows
sudo fdisk -lu
Disk /dev/nvme0n1: 238.49 GiB, 256060514304 bytes, 500118192 sectors
Disk model: SK hynix BC501 HFM256GDJTNG-8310A
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 7AFFDE2F-3916-4BFD-A5F9-5BA42C276601
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 534527 532480 260M EFI System
/dev/nvme0n1p2 534528 567295 32768 16M Microsoft reserved
/dev/nvme0n1p3 567296 500115455 499548160 238.2G Microsoft basic data
Disk /dev/sda: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WDC WD10SPZX-80Z
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 59317932-D48A-44A3-957E-0572DA715CE9
Device Start End Sectors Size Type
/dev/sda1 34 2081 2048 1M Microsoft LDM metadata
/dev/sda2 2082 32767 30686 15M Microsoft reserved
/dev/sda3 32768 1768253439 1768220672 843.2G Microsoft LDM data
/dev/sda4 1768253440 1769304063 1050624 513M EFI System
/dev/sda5 1769304064 1953523711 184219648 87.9G Linux filesystem
Partition 1 does not start on physical sector boundary.
Partition 2 does not start on physical sector boundary.