mpscan GUI

versatile 64-bit multi-user Linux distribution

Moderators: kirk, jamesbond, p310don, JakeSFR, step, Forum moderators

Post Reply
don570
Posts: 688
Joined: Sat Nov 21, 2020 4:43 pm
Has thanked: 5 times
Been thanked: 117 times

mpscan GUI

Post by don570 »

I made a GUI app to use mpscan to help connect to a network or use SAMBA.
Click button in app to see my instructions to connect to a samba server.
Download:
MPscanGUI-1.2-x86_64.txz
Size: 4k

Note --> that if mount-FULL is not installed then mount.cifs should be
Here is how I connect without using fatdog's networking apps

  • First find the address of the Samba server using mpscan
    Example: 192.168.1.108

    Create a new directory in terminal with distinctive name -->
    mkdir -p /root/network/newdir

    Now type a command to make the connection

    Type a command in a terminal
    Example if share is named 'Downloads' -->
    mount.cifs //192.168.1.108/Downloads /root/network/newdir
    (alternate method)
    mount-FULL -t cifs //192.168.1.108/Downloads /root/network/newdir
    _____________________________________________________________________
    Additional info

    To find share name using smbclient
    (example where the server address is 192.168.1.108 )
    smbclient -L 192.168.1.108 -N%

Post Reply

Return to “FatDog64”