I recently installed Ubuntu 13.10 alongside Win8. The different Win8 partitions (the main partition, recovery partition and a couple of others) are showing up in Ubuntu. Now I'm wondering if they're supposed to be showing up in Ubuntu in the first place? If I try to enter (mount?) either of these partitions the following, or similar, message applies:
Error mounting /dev/sda4 at /media/jonas/Acer: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda4" "/media/jonas/Acer"' exited with non-zero exit status 14: Windows is hibernated, refused to mount.
Failed to mount '/dev/sda4': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
Anything I should worry about?
/etc/fstab
to block mounts. In this case, though, the EFI System Partition (ESP) will still be shared, assuming you're booting in EFI mode, so disabling Fast Startup is still advisable. – Rod Smith Nov 24 '13 at 21:00/etc/fstab
for the partition you don't want to mount. Set it to not mount the partition automatically (via thenoauto
option). See this or any of many other/etc/fstab
tutorials for details. – Rod Smith Nov 24 '13 at 22:28