How to view and browse windows shared folders in entire local network?How to access shared locations on a...
How were medieval castles built in swamps or marshes without draining them?
What's the point of fighting monsters in Zelda BoTW?
Can you board the plane when your passport is valid less than 3 months?
Do you pay one or two mana to bounce a transformed Delver of Secrets with Repeal?
Billiard balls collision
Expressing an implication as ILP where each implication term comprises a chain of boolean ORs
What is the loud noise of a helicopter when the rotors are not yet moving?
What is the name of this plot that has rows with two connected dots?
Set orthographic view using python?
74S vs 74LS ICs
Changing JPEG to RAW to use on Lightroom?
50-move rule: only the last 50 or any consecutive 50?
Thought experiment and possible contradiction between electromagnetism and special relativity
Cooking Scrambled Eggs
Can MuseScore be used programmatically?
Why does matter stays collapsed following the supernova explosion?
3D cryptic featuring Mao, Stalin and Simba's uncle
What are the IPSE’s, the ASPE’s, the FRIPSE’s and the GRIPSE’s?
How is linear momentum conserved in case of a freely falling body?
What is Soda Fountain Etiquette?
How much does Commander Data weigh?
Multiple delayed triggers from Massacre Girl interaction
Is a memoized pure function itself considered pure?
Unlock your Lock
How to view and browse windows shared folders in entire local network?
How to access shared locations on a windows machine from a linux machine via terminal?Windows users can see my samba shares and list folders but can't access themWhy in windows I can see folders and device connected to the network that in debian I don't see?Can not see windows share list in linuxLinux Mint 18 file manager doesn't show all Windows computersBrowse windows network with Thunar
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
So as the name suggest, I'm looking for a way of displaying all shared folders on all shared machines in a local MS Windows network.
I can list shares on a known windows machine with:
smbclient -L //SERVER -U username
This shows me a list of shares on that server, and I can then connect it via mounting cifs
, or simply connecting to the share through Thunar.
But I cannot list all machines in the network sharing folders like this.
I have a "Windows Network" icon in Thunar, but that only lists my own share which I have configured with samba
. On MS Windows, it is possible to see all "nearby" machines offering shared folders, I can easily browse them, etc.
Since I can list shares with smbclient
, that would be the icing on the cake, but I definitely need a way to list all available Windows computers in a network. Graphical or command line, both are alright, I'd actually prefer both.
I tried nmblookup
but this does list only a few machines on the network I don't have access to. The machines with the shares I need, don't show up at all.
Also, smbtree
shows up nothing, but the Windows shares are visible to all other Windows users.
Also, avahi-browse -a
also doesn't return anything besides the shares already visible in Thunar, which is far from all of them.
networking windows samba smb shared-folders
add a comment |
So as the name suggest, I'm looking for a way of displaying all shared folders on all shared machines in a local MS Windows network.
I can list shares on a known windows machine with:
smbclient -L //SERVER -U username
This shows me a list of shares on that server, and I can then connect it via mounting cifs
, or simply connecting to the share through Thunar.
But I cannot list all machines in the network sharing folders like this.
I have a "Windows Network" icon in Thunar, but that only lists my own share which I have configured with samba
. On MS Windows, it is possible to see all "nearby" machines offering shared folders, I can easily browse them, etc.
Since I can list shares with smbclient
, that would be the icing on the cake, but I definitely need a way to list all available Windows computers in a network. Graphical or command line, both are alright, I'd actually prefer both.
I tried nmblookup
but this does list only a few machines on the network I don't have access to. The machines with the shares I need, don't show up at all.
Also, smbtree
shows up nothing, but the Windows shares are visible to all other Windows users.
Also, avahi-browse -a
also doesn't return anything besides the shares already visible in Thunar, which is far from all of them.
networking windows samba smb shared-folders
add a comment |
So as the name suggest, I'm looking for a way of displaying all shared folders on all shared machines in a local MS Windows network.
I can list shares on a known windows machine with:
smbclient -L //SERVER -U username
This shows me a list of shares on that server, and I can then connect it via mounting cifs
, or simply connecting to the share through Thunar.
But I cannot list all machines in the network sharing folders like this.
I have a "Windows Network" icon in Thunar, but that only lists my own share which I have configured with samba
. On MS Windows, it is possible to see all "nearby" machines offering shared folders, I can easily browse them, etc.
Since I can list shares with smbclient
, that would be the icing on the cake, but I definitely need a way to list all available Windows computers in a network. Graphical or command line, both are alright, I'd actually prefer both.
I tried nmblookup
but this does list only a few machines on the network I don't have access to. The machines with the shares I need, don't show up at all.
Also, smbtree
shows up nothing, but the Windows shares are visible to all other Windows users.
Also, avahi-browse -a
also doesn't return anything besides the shares already visible in Thunar, which is far from all of them.
networking windows samba smb shared-folders
So as the name suggest, I'm looking for a way of displaying all shared folders on all shared machines in a local MS Windows network.
I can list shares on a known windows machine with:
smbclient -L //SERVER -U username
This shows me a list of shares on that server, and I can then connect it via mounting cifs
, or simply connecting to the share through Thunar.
But I cannot list all machines in the network sharing folders like this.
I have a "Windows Network" icon in Thunar, but that only lists my own share which I have configured with samba
. On MS Windows, it is possible to see all "nearby" machines offering shared folders, I can easily browse them, etc.
Since I can list shares with smbclient
, that would be the icing on the cake, but I definitely need a way to list all available Windows computers in a network. Graphical or command line, both are alright, I'd actually prefer both.
I tried nmblookup
but this does list only a few machines on the network I don't have access to. The machines with the shares I need, don't show up at all.
Also, smbtree
shows up nothing, but the Windows shares are visible to all other Windows users.
Also, avahi-browse -a
also doesn't return anything besides the shares already visible in Thunar, which is far from all of them.
networking windows samba smb shared-folders
networking windows samba smb shared-folders
asked Mar 2 '18 at 12:34
polemonpolemon
6,0136 gold badges44 silver badges84 bronze badges
6,0136 gold badges44 silver badges84 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I use Manjaro 18 with xfce and Thunar File manager.
I found that manually typing:
smb://SERVER_IP/...
into the path bar of the file manager window finally mounted the shared network in the sidebar of the window.
(running ~$ <name_of_file_manager> smb://SERVER_IP
in a terminal will also work)
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f427667%2fhow-to-view-and-browse-windows-shared-folders-in-entire-local-network%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I use Manjaro 18 with xfce and Thunar File manager.
I found that manually typing:
smb://SERVER_IP/...
into the path bar of the file manager window finally mounted the shared network in the sidebar of the window.
(running ~$ <name_of_file_manager> smb://SERVER_IP
in a terminal will also work)
add a comment |
I use Manjaro 18 with xfce and Thunar File manager.
I found that manually typing:
smb://SERVER_IP/...
into the path bar of the file manager window finally mounted the shared network in the sidebar of the window.
(running ~$ <name_of_file_manager> smb://SERVER_IP
in a terminal will also work)
add a comment |
I use Manjaro 18 with xfce and Thunar File manager.
I found that manually typing:
smb://SERVER_IP/...
into the path bar of the file manager window finally mounted the shared network in the sidebar of the window.
(running ~$ <name_of_file_manager> smb://SERVER_IP
in a terminal will also work)
I use Manjaro 18 with xfce and Thunar File manager.
I found that manually typing:
smb://SERVER_IP/...
into the path bar of the file manager window finally mounted the shared network in the sidebar of the window.
(running ~$ <name_of_file_manager> smb://SERVER_IP
in a terminal will also work)
answered 4 hours ago
Sparrow1029Sparrow1029
537 bronze badges
537 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f427667%2fhow-to-view-and-browse-windows-shared-folders-in-entire-local-network%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown