After a clean-install of 16.04 alongside W7 my shared partitions did not auto-mount at boot. I opened "disk" in launcher and surprisingly the partitions are not like shown in gparted (and in reality) and as a result I cannot tell the gnome-disk-utility to automount them.
- gnome-disk-utility 3.18.3.1
UDisks 2.1.7 (compilato 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
Any ideas?
EDIT:
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.
I solved the problem in some way some time after posting the question. It works now, but I don't remember how I did it. This partition 4 and 5 boundary problem came out only now, though.

