1

Error mounting systems managed device /dev/sdb1:

Command-line mount"/mnt/5617-A6EF" exited with non-zero exit status

32:mount:mnt/5617-A6EF:unknown filesystem type 'exfat'.

How to fix this?

1 Answers1

3

As mentioned in the error:

unknown filesystem type 'exfat'

This means that you don't have the exfat file system installed.

To install exfat, do:

sudo apt-get install exfat-fuse exfat-utils

You should now be able to mount your external HDD.

Also, you might need to reboot your PC for the changes to take effect.

Zanna
  • 72,312
wblm
  • 357