Is there possible to list all shared folders (with their physical locations) from command line?
Ubuntu – List of all shared folders
command linefilesystemshared-folders
command linefilesystemshared-folders
Is there possible to list all shared folders (with their physical locations) from command line?
Best Answer
GVFS is the virtual filesystem for the Gnome desktop that allows access to shared drives via SMB, FTP, WebDav, and SFTP. Accessed shares are mounted under
~/.gvfs/
, you can see them there as well.The command above lists all attached external drives, and network shares, e.g.:
If you add the option
-i
you get even more information.