What is the equivalent CLI command to list all currently connect smb shares from the client perspective.

Like :

C:\> net use Status Local Remote Network --------------------------------------------------------------------------------------- OK Z: \\backupsrv\users Microsoft Windows Network 
5

1 Answer

Found it.

$ gio mount --list or $ gio mount --list | grep smb 

Mount SMB share with gvfs from command line

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy