No "Network" tab [SOLVED]

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
kkrofft

No "Network" tab [SOLVED]

Post by kkrofft »

]Any idea why i have no network tab in the file browser or under "Places"?
New install of Nadia xfce. Samba on. Workgroup set in smb.conf but I can't browse my samba server or windows shares.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
snison

Re: No "Network" tab

Post by snison »

Hi

While this is not exactly the answer relating to your gui, this may help in your search for the light.

first do

Code: Select all

sudo apt-get check
do you have cifs installed?

Code: Select all

sudo apt-get install cifs-utils:i386 cifs-utils
or
sudo apt-get install cifs-utils:amd64 cifs-utils
# look at shares on server

Code: Select all

smbclient -L 192.168.22.2
# browser share on server

Code: Select all

smbclient //192.168.22.2/d
[code[sudo mkdir /mnt/d[/code]

Code: Select all

sudo mount -t cifs //192.168.22.2/mint /mnt/updates -o username=owner,iocharset=utf8,file_mode=0777,dir_mode=0777
kkrofft

Re: No "Network" tab

Post by kkrofft »

Thanks for the tips. I will at least be able to confirm that the samba client is working.
I completed another install on a second machine and have the same issue with it in that the Network tab is not present.
altair4
Level 20
Level 20
Posts: 11453
Joined: Tue Feb 03, 2009 10:27 am

Re: No "Network" tab

Post by altair4 »

Thunar has no "Network" bookmark so make one. In a terminal run:

Code: Select all

thunar network://
Then drag and drop the network folder to the left side panel of Thunar.

Here's an explanation with screenshots: http://forums.linuxmint.com/viewtopic.p ... 89#p667004
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
Locked

Return to “Networking”