在 Ubuntu 16.04 全新安装后,gnome-disk-utility 未显示所有分区

dr *_*mat 7 mount gparted gnome-disk-utility 16.04

在与 W7 一起全新安装 16.04 后,我的共享分区没有在启动时自动挂载。我在启动器中打开了“磁盘”,令人惊讶的是分区不像 gparted 中显示的那样(实际上),因此我无法告诉 gnome-disk-utility 自动挂载它们。

  • 侏儒磁盘实用程序 3.18.3.1
  • UDisks 2.1.7(编译su 2.1.6)

  • df -h | grep -e '^/'

    /dev/sda7        66G  7,0G     56G  12% /
    /dev/sda3       218G  202G     16G  93% /mnt/224C7A834C7A5191
    /dev/sda5       269G  249G     20G  93% /media/mat/HDDati
    
    Run Code Online (Sandbox Code Playgroud)

“磁盘”输出

gparted 输出

有任何想法吗?

编辑:

sudo LC_MESSAGES=POSIX fdisk -l /dev/sda

Disk /dev/sda: 596,2 GiB, 640135028736 bytes, 1250263728 sectors
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: dos
Disk identifier: xxbxxx7ae0

Device     Boot      Start        End   Sectors   Size Id Type
/dev/sda1             2048   31459327  31457280    15G 27 Hidden NTFS WinRE
/dev/sda2  *      31459328   31664127    204800   100M  7 HPFS/NTFS/exFAT
/dev/sda3         31664128  487419903 455755776 217,3G  7 HPFS/NTFS/exFAT
/dev/sda4        487421950 1250263039 762841090 363,8G  5 Extended
/dev/sda5        627788133 1190512889 562724757 268,3G  7 HPFS/NTFS/exFAT
/dev/sda6       1190516736 1250263039  59746304  28,5G 82 Linux swap / Solaris
/dev/sda7        487421952  627787775 140365824    67G 83 Linux

Partition 4 does not start on physical sector boundary.
Partition 5 does not start on physical sector boundary.
Partition table entries are not in disk order.
Run Code Online (Sandbox Code Playgroud)

我在发布问题后的一段时间以某种方式解决了这个问题。它现在有效,但我不记得我是怎么做到的。不过,分区 4 和分区 5 的边界问题现在才出现。