jrdemasi
January 20th, 2008, 02:23 AM
I have a computer running a very stripped down Xubuntu install on it. I recently got a 320GB My Book for my birthday and want to add the storage onto my samba share. The drive used for my samba share is only a 40GB hard drive, so this is a big addition which is much needed. I used this guide (roughly) http://www.bit-tech.net/bits/2007/06/05/build_your_own_server/1
As of right now, the My Book mounts fine on my Server under /mnt/sda1 but I don't know how to share it using samba. My configuration file is as follows:
[global]
panic action = /usr/share/samba/panic-action %d
workgroup = "Name"
netbios name = "Server name"
invalid users = root
security = user
wins support = no
log file = /var/log/samba.log
log level = 3
max log size = 1000
syslog = 1
encrypt passwords = true
passdb backend = smbpasswd
socket options = TCP_NODELAY
dns proxy = no
passwd program = /usr/bin/passwd %u
passwd chat =*Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
obey pam restrictions = yes
pam password change = no
null passwords = no
#Share Definitions
[homes]
comment = Home Directories
browseable = yes
writable = yes
security mask = 0700
create mask = 0700
Any help would be greatly appreciated, all of the data is sitting on my iMac G5 hard drive right now and slowing it down considerably. :(
As of right now, the My Book mounts fine on my Server under /mnt/sda1 but I don't know how to share it using samba. My configuration file is as follows:
[global]
panic action = /usr/share/samba/panic-action %d
workgroup = "Name"
netbios name = "Server name"
invalid users = root
security = user
wins support = no
log file = /var/log/samba.log
log level = 3
max log size = 1000
syslog = 1
encrypt passwords = true
passdb backend = smbpasswd
socket options = TCP_NODELAY
dns proxy = no
passwd program = /usr/bin/passwd %u
passwd chat =*Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
obey pam restrictions = yes
pam password change = no
null passwords = no
#Share Definitions
[homes]
comment = Home Directories
browseable = yes
writable = yes
security mask = 0700
create mask = 0700
Any help would be greatly appreciated, all of the data is sitting on my iMac G5 hard drive right now and slowing it down considerably. :(