Marino81 0 Posted June 2, 2023 Share Posted June 2, 2023 (edited) Hello everyone, I really appreciate the stand-alone product, especially the img file that allows persistent updates, I'm here to ask a question as in the title. Is it possible to scan a shared network folder (SMB)? Or is there any possibility to be able to scan this resource, for example via FTP or WebDAV or SSH which I find in file manager? Thank you Edited June 2, 2023 by Marino81 Link to comment Share on other sites More sharing options...
Administrators Marcos 5,234 Posted June 2, 2023 Administrators Share Posted June 2, 2023 I assume it should work if you mount a remote samba share, e.g. as per the instructions at https://linuxhint.com/mount-smb-shares-on-ubuntu/. Link to comment Share on other sites More sharing options...
Marino81 0 Posted June 2, 2023 Author Share Posted June 2, 2023 the link allows you to create a samba share on ubuntu. My request is reversed. Being able to access from ubuntu (eset sysrescue live) to an existing samba connection on the network on windows pc to be clearer. I know from destination and have access, now I want to be able to access this resource if possible through this standalone tool if possible. Thanks for the reply Link to comment Share on other sites More sharing options...
Solution Marino81 0 Posted June 5, 2023 Author Solution Share Posted June 5, 2023 I found the solution by doing these simple steps: the following commands should be run from the root terminal sudo mkdir /media/[Dir on SysRescue] mount.cifs //[IP Address]/[Name of share] -o ro,username=[username that has access rights on the share] /media/[Dir on SysRescue] example sudo mkdir /media/share mount.cifs //192.178.234.3/share -o ro,username=marino /media/share after executing these commands a folder will be created in the preselected destination (in read only unfortunately, the -o rw:read write option doesn't work) and on the newly created folder a logical reference to the shared resource will be created on a Windows network competitor. After executing the mount.cifs command, the password for the user authorized to access will be requested. the resource will now be available in the ESET GUI for the next scan (without cleaning because it is read-only). I didn't run any sudo apt update & upgrade. I hope it will be useful and I am available for further suggestions on the matter. A warm greeting. Marino Link to comment Share on other sites More sharing options...
Recommended Posts