Jure Repinc to [email protected]English • 11 months agoLinux 6.9 releasedlore.kernel.orgmessage-square71fedilinkarrow-up1333arrow-down12
arrow-up1331arrow-down1external-linkLinux 6.9 releasedlore.kernel.orgJure Repinc to [email protected]English • 11 months agomessage-square71fedilink
minus-square@[email protected]linkfedilink2•edit-211 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-square@[email protected]Mlinkfedilink5•11 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