IgnorantGuru / spacefm

SpaceFM File Manager
http://ignorantguru.github.com/spacefm/
GNU General Public License v3.0
490 stars 72 forks source link

Can't acces shared folders via SMB #766

Closed Klairm closed 4 years ago

Klairm commented 4 years ago

Every time I try to acces a smb folder or sftp, ie smb://192.168.1.89 or sftp://192.168.1.89

I get an error on console saying: udevil: denied 73: fstype 'cifs' is not an allowed type

Any tips?

EDIT: SFTP works, but SMB not

ncmprhnsbl commented 4 years ago

have a look at /etc/udevil/udevil.conf > "allowed_types = " section

Klairm commented 4 years ago

That solved it, thanks you