Jure Repinc@lemmy.ml to Linux@lemmy.mlEnglish · 6 months agoLinux 6.9 releasedlore.kernel.orgexternal-linkmessage-square72fedilinkarrow-up1333arrow-down12
arrow-up1331arrow-down1external-linkLinux 6.9 releasedlore.kernel.orgJure Repinc@lemmy.ml to Linux@lemmy.mlEnglish · 6 months agomessage-square72fedilink
minus-squareSina@beehaw.orglinkfedilinkarrow-up2·edit-26 months agoI would have loved to take that performance before I converted my data drives to ext4, however it’s just inherently not stable. Sometimes If you have a power loss you have to run chkdsk on Windows to get out of ro mode, no?
minus-squared3Xt3r@lemmy.nzMlinkfedilinkarrow-up5·6 months agoThere’s no need to run chkdsk from Windows, you can run ntfsfix directly from Linux: sudo ntfsfix /dev/path --clear-dirty
I would have loved to take that performance before I converted my data drives to ext4, however it’s just inherently not stable.
Sometimes If you have a power loss you have to run chkdsk on Windows to get out of ro mode, no?
There’s no need to run
chkdsk
from Windows, you can runntfsfix
directly from Linux:sudo ntfsfix /dev/path --clear-dirty