Hi there, after a couple of days with the PC running qBitttorrent I tried to log in this morning but the main screen was unresponsive on login (wasnt being detected, succuesfully loged in blindly but the second screen was ultra slugish) so after some more unresponsiveness I decided to shutdown the computer by long pressing the power button.
After some seconds I powered it on again and the computer only defaults to emergency mode, after some troubleshooting I don’t really know what I’m doing so some help would be apreciated
I don’t use dual boot, this drive is just data (I have another drive with an older copy of windows 10 that I should delete tbh)
this seemed to fix the issue again!
This was the output:
➜ ~ sudo ntfsfix --clear-dirty /dev/sdb1
[sudo] contraseña para daisyKutter:
Mounting volume... $MFTMirr does not match $MFT (record 3).
FAILED
Attempting to correct errors...
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... FAILED
Correcting differences in $MFTMirr record 3...OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
NTFS partition /dev/sdb1 was processed successfully.
I though that those Failed messages indicated more fixes were going to be needed but it seems I can get into the drive normally…? Should I uncomment the line for the mounting drive on fstab now?
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=E399-89AA /efi vfat fmask=0137,dmask=0027 0 2
UUID=8ccb688e-8ab3-4049-abc1-4dc76a1d9d30 / ext4 noatime 0 1
UUID=398cfff9-7b63-423f-95f9-728d49765d53 swap swap defaults 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
#/dev/sdb1 /nave ntfs3 defaults 0 0
You need to identify the drive by UUID like the drives above. Use blkid like advised in the fstab comment to get the drive UUID.
The name /dev/sdb1 is only assigned temporarily by the kernel. It may change on any boot and therefore is not a reliable way to point to a drive.