Jure Repinc to [email protected]English • 1 year agoLinux 6.9 releasedlore.kernel.orgmessage-square70fedilinkarrow-up1325
arrow-up1325external-linkLinux 6.9 releasedlore.kernel.orgJure Repinc to [email protected]English • 1 year agomessage-square70fedilink
minus-square@[email protected]linkfedilink2•edit-21 year 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-square@[email protected]Mlinkfedilink5•1 year 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: