Hi,
I have a dualboot machine with Opensuse and Windows 8, which I recently switched to 12.3 (the machine is old enough to not have any problem with UEFI). The update was a fresh install rather than a true update process.
Before the switch, I had 2 NTFS drives that automatically got mounted on boot without problem. After the switch, I am now unable to mount one of the drives. I tried different things including to set up mount points during the installation process but got an error message and the installation did not complete. After fresh installation in which I did not try to automatically mount the drive, I am unable to manually mount the drive in dolphin.
Here is how my drives look like
Device Size F Enc Type FS Type Label Mount Point
/dev/sda 698.64 GB ST3750528AS
/dev/sda1 4.01 GB Linux swap Swap swap
/dev/sda2 20.00 GB Linux native Ext4 /
/dev/sda3 50.00 GB Linux native Ext4 /home
/dev/sda4 624.63 GB Extended
/dev/sda5 300.00 GB Win95 FAT32 LBA FAT SHARED /shared
/dev/sdb 465.76 GB ST3500418AS
/dev/sdb1 102.54 GB HPFS/NTFS NTFS
/dev/sdb2 363.22 GB HPFS/NTFS NTFS Storage
tmpfs 1.93 GB TEMPFS TmpFS /dev/shm
tmpfs 1.93 GB TEMPFS TmpFS /run
tmpfs 1.93 GB TEMPFS TmpFS /sys/fs/cgroup
tmpfs 1.93 GB TEMPFS TmpFS /var/lock
tmpfs 1.93 GB TEMPFS TmpFS /var/run
The drive that I cannot mount is /dev/sdb2.
This is the message that is returned when I try to mount the drive manually in dolphin:
An error occurred while accessing 'Storage', the system responded: The requested operation has failed: Error mounting /dev/sdb2 at /run/media/sebastien/Storage: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=100,dmask=0077,fmask=0177" "/dev/sdb2" "/run/media/sebastien/Storage"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdb2': 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.
Going through a fresh boot and shutdown of Windows does not change anything and a scan of the drive using the Windows 8 utility finds no error.
Interestingly, dolphin reports a “0 B Removable Media” as part of the available devices:
SHARED
0 B Removable Media
102.3 GiB Hard Drive
Storage
20.0 GiB Hard Drive
50.0 GiB Hard Drive
Any idea what I can do to access to this drive in Opensuse?
Thanks