1

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
WallyZ
  • 266

1 Answers1

1

Found it.

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

Mount SMB share with gvfs from command line

WallyZ
  • 266