Ok, so I just set up my PogoPlug Series 4 following the guides on the arch linux ARM site. I am relatively new to linux, but I am catching on quickly, just please bear with me here.
So I got the miniDLNA server working (by working, I mean my PS3 is seeing the empty directory--I haven't actually added any files to the server yet). I have the samba server sort-of working, my smb.conf file is below:
$this->bbcode_second_pass_code('', '
[global]
workgroup = WORKGROUP
server string = ARMPLUG
netbios name = ARMPLUG
security = user
null passwords = yes
map to guets = bad user
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_SN$
[Root]
path = /
read only = no
public = yes
writable = yes
guest ok = no
[External]
path = /media/External
read only = no
public = yes
writable = yes
guest ok = yes
')
I can access the smb server with the "pcguest" account I set up following the guide at http://archlinuxarm.org/support/guides/applications/samba. Well, I can access the server with this account, but for some reason I CAN access the root folder, but NOT the external folder. If I understand the smb.conf file right, the exact opposite should be true. the text in the brackets, [NAME], is the name of the share that appears in Windows when I go to the server. I'm assuming that [root] works because it is mapped to "/" and [external] doesn't because it is mapped to /media/External, which I am assuming has to be set up, and I don't know how to do this.
Hardware wise, my current setup is an external HDD plugged into the USB 2.0 port on top, and a 4GB flash drive plugged into a USB 3.0 port on the side. Arch is on the HDD, obviously. The USB drive is blank and just there for now to test the port, I am planning on eventually getting a bigger HDD for more storage, but that is another issue. Right now I just want my smb server to work.
Any help would be greatly appreciated, and thanks in advance!
			
		
