Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NO
Posts
1
Comments
65
Joined
12 mo. ago

  • Try ntfsfix command

    lsblk

    This command will list your drives find the ntfs partition it will be something like: /dev/sda1 Then run ntfsfix on that partition as root

    sudo ntfsfix /dev/sda1

    If you still boot windows you should disable fast startup it can cause this issue, Good luck!