filmov
tv
Solution for 'Error mounting /dev/sdb1 at /media/' on linux distro
Показать описание
Command:
lsblk #this will show which disk block to choose, based on the size of ur external disk, you can figure it out. However, handle it with care, u might end up messing ur other important partitions. I won't liable for any responsibility.
sudo ntfsfix /dev/sdb1 #in my case, sdb1 was the device.
Hope it helps!