Original smb.conf

Talk about anything related to Gentoox or Gentoo.
Post Reply
stickthemepark
Linux User
Posts: 16
Joined: Wed Feb 18, 2004 5:03 am
Location: Vancouver
Contact:

Original smb.conf

Post by stickthemepark »

Hi im wondering if anyone has the original xmb.conf

I saved over the old one with...

Good? Bad?

Code: Select all

* workgroup = STP
* netbios name = STP
* server string = xbox
* guest account = root
* security = share
* local master = no
* domain master = no
* preferred master = no
[fatx]
comment = scratch dir
path = /mnt/fatx
public = yes
writable = yes
browseable = no
BlaZingPenguin,
http://Stickthemepark.Com - Admission Price: Death!
http://Korrupted.Com - Your Source For Pie!
http://1337Age.Com - The Age Of The 1337 Is Here.
Image
nobspangle
Gentoox Guru!
Posts: 1681
Joined: Sun Sep 28, 2003 11:59 am
Location: Manchester, UK

Post by nobspangle »

what's with the *s also you need [global] at the top
try this

Code: Select all

[global]
workgroup = STP
netbios name = xbox
server string = xbox samba server
guest account = root
security = share

[fatx]
comment = scratch dir
path = /mnt/fatx
public = yes
writable = yes
I have changed your netbios name because it is not normal to have it the same as your workgroup.
The workgroup is pretty much pointless it just means you have to do 1 less click when browsing in windows.
The netbios name is the name that will appear for the xbox in network neighbourhood
when you have written your smb.conf you can test it by typing testparm
[/code]
If you keep an open mind, will your brain fall out?
Post Reply