Tux@lemmy.world to linuxmemes@lemmy.world · edit-23 days agoWindows VS Linuxlemmy.worldimagemessage-square349fedilinkarrow-up1834
arrow-up1834imageWindows VS Linuxlemmy.worldTux@lemmy.world to linuxmemes@lemmy.world · edit-23 days agomessage-square349fedilink
minus-squarehorse_battery_staple@lemmy.worldlinkfedilinkarrow-up2·1 day 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·23 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!