caratiero
(usa Debian)
Enviado em 01/04/2014 - 09:35h
Mensagem apresentada utilizando o "cifs"
#mount -t cifs -o username=,password= //10.0.30.20/Publico /mnt/windows/
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Mensagem apresentada utilizando "smbfs"
#mount -t smbfs -o username=,password= //10.0.30.20/Publico /mnt/windows/
mount: wrong fs type, bad option, bad superblock on //10.0.30.20/Publico,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so