Page 1 of 1

No "Network" tab [SOLVED]

Posted: Sun Jan 20, 2013 10:46 pm
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.

Re: No "Network" tab

Posted: Mon Jan 21, 2013 7:45 am
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

Re: No "Network" tab

Posted: Mon Jan 21, 2013 9:11 am
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.

Re: No "Network" tab

Posted: Mon Jan 21, 2013 9:43 am
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