LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
network share drives me mad
#21
Hi greenisland,

Sorry for the late follow-up, having a couple of issue with a new install.
On this new install, I followed my own guide, and all my networking/sharing worked out fine.
Here are a couple of things I do,
They maybe redundant legacy things from when I had Windows/Linux, but they still work for me.

Before I start on network setup and sharing I install various packages:
Code:
sudo apt-get install system-config-samba cifs-utils libnss-winbind winbind gvfs-backends

Then when doing the samba.conf file, I also add these 2 lines in the Global section
name resolve order = bcast host lmhosts wins
local master = no
This helps in name resolution & lookup, and stops various PC's competing for "who is master browser"

Then I do:
Code:
gksu leafpad /etc/nsswitch.conf
and change the hosts line, add the wins:
Code:
hosts: files mdns4_minimal [NOTFOUND=return] dns
To this:
Code:
hosts: files mdns4_minimal [NOTFOUND=return] wins dns
This helps in name resolution & lookup.

A couple of commands that I have found useful in checking everything is showing up.?

Code:
smbtree
and
Code:
nmblookup -S <your_workgroup_name>

like:
Code:
nmblookup -S WORKGROUP

Can't think of anything else

Dave
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks Smile

Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) ,  BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
Reply
#22
WOW - Thank you for those suggestions!

I will implement them and eventually report back!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)