I have got a blinking green light after I tried to configure smb on the pogoplug. I just bought the pogo and installed the alarm successfully and was able to ssh into the system and configure smb, but now after reboot; I can't ssh into it anymore. So, now I am at a lost at what I need to do to get it back?? I am a noob and just want to get real file sharing working....
1. I added this line, which I am guessing is wrong...:
$this->bbcode_second_pass_code('', '/etc/rc.d/samba start') to /etc/rc.conf
and added the following to the smb configuration file:
$this->bbcode_second_pass_code('', ' [global]
workgroup = HOME
server string = ALARM
netbios name = ALARM
security = share
load printers = no
printing = bsd
printcap name = /dev/null
disable spools = yes
log file = /var/log/samba/%m.log
max log size = 50
dns proxy = no
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=131072 SO_SNDBUF=131072 SO_KEEPALIVE
[Media1.5TB]
path = /media/FreeAgent_Drive
read only = no
public = yes
writable = yes
force user = root')