[Solved] Error mounting /dev/sdb1 unknown filesystem type NTFS
Error:-
/dev/sdb1 unknown filesystem type NTFS
Solution:-
yum install epel-release -y
yum install ntfs-3g -y
mount -t ntfs-3g /dev/sdb1 /mnt/newfolder
—————————————————————
#Errormounting #unknownfilesystem #MountNTFS
==========================================