Nein, ihr braucht keine Angst bekommen, ich bleibe Euch mit Sicherheit in der Linuxwelt erhalten
Problem
Mein Bruder betreibt ein Dual Setup - Windows 10 / LinuxMint Cinnamon und hatte mit dem Einbinden einer HDD Probleme. Nach dem Start von Linux kam folgende Fehlermeldung.
klaus@klaus-MS-7A34:/$ sudo mount -t ntfs /dev/sda1 /mnt/TEST
The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an unsafe state.
Please resume and shutdown Windows fully (no hibernation or fast restarting.)
Ok, hier zeigt sich schon das Problem. Ursache des Problemes ist Fast Startup von Windows 10. Da dieses System beim Ausschalten ja eigentlich gar nicht runterfährt, wird das Filesystem von Windows 10 auf der Platte gesperrt. Das ist auch so weit völlig ok. Nur blöd, wenn man dann Linux startet und die HDD nur read-only gemountet wird.
Lösung
Es gibt aber eine einfache Lösung. Man muss nur Windows 10 in cmd mit folgendem Befehl beenden.
shutdown /s
Damit fährt Windows 10 richtig runter und gibt das Filesystem frei. Nun kann man auch in Linux ganz normal damit arbeiten. Der Tag ist gerettet LOL
Quellen
I am getting an error when I try to access my NTFS drive from ubuntu.
Unable to access “My Drive”
Error mounting /dev/sda6 at /media/ubuntu/Media Center: Command-line `mount -t "ntfs" -o "uhelper=
Ask Ubuntu (askubuntu.com)
Problem: The NTFS partition is in an unsafe state error in Ubuntu
I dual boot Ubuntu 14.04 with Windows. After upgrading to Windows 8, I often see an error “The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully” when I try to mount the
It's FOSS (itsfoss.com)