I am trying to mount a shared drive on my CentOS PC. However, when I run
gvfs-mount smb://the.server.address/path_on_server
I get the error Error mounting location: Failed to mount Windows share: No such file or directory
and running the same command with sudo gives Error mounting location: volume doesn't implement mount
.
I also appear not to have a gvfs
directory. After looking into the problem I found suggestions sayinggvfs-fuse
package was required. I tried installing the package and adding myself to the fuse group (after creating it) but the same error still occurs. I haven't found anything about this specifically for CentOS - all my other seaches return Ubuntu solutions for similar but ultimately different problems.
mount error(6): No such device or address
– Kvothe Oct 14 '15 at 16:03smbclient -L ip.address -U username
(you can use hostname also instead of IP address) – magor Oct 14 '15 at 21:25