Hey guys!
I have a dual boot with garuda and windows. they’re on different SSDs, but I also a few terabytes with no OS in wich I keep my actual files to share between them.
Since I mostly use garuda, windows stays out of action for weeks on end. that wouldn’t be a problem, right? Except that, given enough time, I’ve noticed that Garuda Linux is locked out of accessing SSDs at all after sometime (windows, on the other hand, doesn’t see garuda at all, wich is expected).
So, after sometime, I if try to access my terabytes SSDs I get the “Error Mounting /dev/‘mydrive’” - and I end up being locked out of my SSDs in Garuda. I found a way to fix it, by browsing the forums. I simply go on my konsole and use the two commands:
lsblk
to list my SSDs names
and
sudo ntfsfix -d /dev/"mydrive"
to fix them! And it works.
But, the nvme in which windows is installed does not work. if I do the same thing on it, the konsole code says:
Mounting volume... Windows is hibernated, 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
Windows is hibernated, refused to mount.
Remount failed: Operation not permitted
Anybody know how can I access my windows nvme while on Garuda? Its not an urgent matter, but I take someone has been through a similar ordeal. Any help would be appreciated.
I don’t think my inxi would be necessary here.