cRuNcHiE
27th November 2004, 02:12 PM
Ive recently switched to linux from windows and wanted to get my samba shares up and running again so that my Xbox can access media from my PC....
Ive managed to setup my usual shares that link to my ntfs mounts, a USB Fat32 drive and also as a test i setup a share in /tmp/temp
all these shares are publicly available as guest and all work fine..
but :)
When i try to share ANY folder within my home directory ( even if i make a folder and chmod 777) that share is not accessible from the xbox OR even on the local machine!?
The error i get when trying to browse the media share from xbox or locally is that the file/folder doesnt exist?!
Any Ideas why?
Im using Fedora Core 3 with all the latest updates, i had it working fine in FC2
Samba version = 3.0.8-0 pre1.3
#============================ Share Definitions ==============================
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
template shell = /bin/false
username map = /etc/samba/smbusers
password server = None
guest ok = yes
winbind use default domain = no
[temp]
comment = Temporary file space
path = /tmp/temp
writeable = yes
guest ok = yes
public = yes
#This media share doesnt work :(
[media]
comment = media
path = /home/crunchie/media
guest ok = yes
public = yes
Ive managed to setup my usual shares that link to my ntfs mounts, a USB Fat32 drive and also as a test i setup a share in /tmp/temp
all these shares are publicly available as guest and all work fine..
but :)
When i try to share ANY folder within my home directory ( even if i make a folder and chmod 777) that share is not accessible from the xbox OR even on the local machine!?
The error i get when trying to browse the media share from xbox or locally is that the file/folder doesnt exist?!
Any Ideas why?
Im using Fedora Core 3 with all the latest updates, i had it working fine in FC2
Samba version = 3.0.8-0 pre1.3
#============================ Share Definitions ==============================
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
template shell = /bin/false
username map = /etc/samba/smbusers
password server = None
guest ok = yes
winbind use default domain = no
[temp]
comment = Temporary file space
path = /tmp/temp
writeable = yes
guest ok = yes
public = yes
#This media share doesnt work :(
[media]
comment = media
path = /home/crunchie/media
guest ok = yes
public = yes