Tux@lemmy.world to linuxmemes@lemmy.world · edit-23 days agoWindows VS Linuxlemmy.worldimagemessage-square349fedilinkarrow-up1827arrow-down1108
arrow-up1719arrow-down1imageWindows VS Linuxlemmy.worldTux@lemmy.world to linuxmemes@lemmy.world · edit-23 days agomessage-square349fedilink
minus-squarehorse_battery_staple@lemmy.worldlinkfedilinkarrow-up2·11 hours agoSounds like NTFS journaling errors. Assuming the external disk is /dev/sdb sudo ntfsfix /dev/sdb1 It also offers a specific option to clear the “dirty” flag on the partition: sudo ntfsfix -d /dev/sdb1
minus-squareSynopsisTantilize@lemm.eelinkfedilinkarrow-up2·9 hours agoOooo I’ll try that when I get out of this parking lot. And yea /dev/sda1. Also yes NTFS, 2tb with too much shit to swap around to use a different format.
Sounds like NTFS journaling errors.
Assuming the external disk is /dev/sdb
sudo ntfsfix /dev/sdb1
It also offers a specific option to clear the “dirty” flag on the partition:
sudo ntfsfix -d /dev/sdb1
Oooo I’ll try that when I get out of this parking lot. And yea /dev/sda1. Also yes NTFS, 2tb with too much shit to swap around to use a different format.
Good luck!