Score:0

Having problem with mounting partition

in flag

I'm trying this command :

sudo ntfsfix /dev/sdb5

But, It's showing me this Error :

Metadata kept in Windows cache, refused to mount.
FAILED
Attempting to correct errors... 
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
NTFS partition /dev/sdb5 was processed successfully.

How can I get Rid of that ?

Score:1
fr flag

This is probably because Win didn't close the drive properly on exit. Turn off fast startup there, and you should be OK.

Score:0
in flag

Here's my trick when I have a this type of error:

  1. Execute the command sudo mount /dev/sdb5. It will mount it in read only mode since it's not fully close.
  2. Run the command sudo mount -o remount,rw /dev/sdb5 to make the permissions read-write. That way, you'll successfully clean the partition up and be able to properly mount it to linux.
ChanganAuto avatar
us flag
*unmount it from windows*... ?? It can't be mounted when the OS isn't running. It's hibernated likely due to Fast Startup in Windows.
Muhammed Özen avatar
in flag
I might have used the wrong term but what I meant is to clean the partition up and get it ready for mounting in linux
ChanganAuto avatar
us flag
Indeed. You should edit the answer for accuracy. And FYI, just like the other answer says, disabling Fast Startup in Windows should be enough. It's a MUST when dual-booting.
Muhammed Özen avatar
in flag
I just did thanks for the correction
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.