在全新安装 16.04 和 W7 后,我的共享分区在启动时没有自动挂载。我在启动器中打开了“磁盘”,令人惊讶的是,分区与 gparted 中显示的不一样(实际上也一样),因此我无法告诉 gnome-disk-utility 自动挂载它们。
- gnome 磁盘实用程序 3.18.3.1
UDisks 2.1.7 (基于 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
有任何想法吗?
编辑:
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.
我在发布问题后不久以某种方式解决了这个问题。它现在可以工作了,但我不记得我是怎么做到的。不过,这个分区 4 和 5 边界问题直到现在才出现。