lost trying to set up pogo-eo2 as local file server

This forum is for Marvell Kirkwood devices such as the GoFlex Home/Net, PogoPlug v1/v2, SheevaPlug, and ZyXEL devices.

Re: lost trying to set up pogo-eo2 as local file server

Postby lordesp27 » Thu Feb 14, 2013 8:53 pm

ive been looking for some solution to my problem but cant see one. im trying to access my pogo local file server from a windows but cant access it. i can see the share folder though. i copied the samba configuration on top. is there a line that i need to add in order for it to be access by windows?
lordesp27
 
Posts: 28
Joined: Thu Feb 07, 2013 3:49 pm

Re: lost trying to set up pogo-eo2 as local file server

Postby pepedog » Thu Feb 14, 2013 9:12 pm

Did you create a unix user with useradd
Did you create a samba user with smbpasswd
(hint, if you log into windows with a username and password, if linux has the same you will go straight in)
Is your windows machine in the same workgroup as your pogo
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: lost trying to set up pogo-eo2 as local file server

Postby lordesp27 » Thu Feb 14, 2013 9:46 pm

yes it is in the same workgroup. havent created any of those. do i have to create 1 even though i wanted it to be accessible to everyone at home? thanks for the quick respone :)
lordesp27
 
Posts: 28
Joined: Thu Feb 07, 2013 3:49 pm

Re: lost trying to set up pogo-eo2 as local file server

Postby rty » Fri Feb 15, 2013 6:34 am

If your intention is to set a network shared folder which everyone in your family can read, write, or delete files on the shared folder, you don't need to create user for each of the family member. For example, I have a folder called /public which I want everyone in my family/LAN to have full access. Here are the steps I took:

$this->bbcode_second_pass_code('', 'mkdir /public
chmod -R 777 /public
nano /etc/samba/smb.conf')

Replace the content of smb.conf with the following text and save it. Of course, you should change the workgroup name to the same workgroup name of your Windows PCs:

$this->bbcode_second_pass_code('', '
[global]
workgroup = WHITEHOUSE
server string = First Lady Samba Server
netbios name = MICHELLE
name resolve order = bcast host
disable netbios = no
security = user
null passwords = yes
map to guest = 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_SNDBUF=131072 SO_KEEPALIVE
use sendfile = yes
min receivefile size = 16384
write cache size = 1097152
read raw = yes
write raw = yes
load printers = no
printing = bsd
printcap name = /dev/null
disable spools = yes
strict allocate = yes

[Public]
path = /public
available = yes
read only = no
public = yes
writable = yes
guest ok = yes
browseable = yes')

Restart Samba:

$this->bbcode_second_pass_code('', 'systemctl restart smbd
systemctl restart nmbd')

Enjoy! ;)
Alarm + Samba + NginX + Php+ MySQL + phpMyAdmin on Raspberry Pi 3, Pogoplug 4, Pogoplug E02, Seagate Goflex Home
rty
 
Posts: 75
Joined: Sun Jun 03, 2012 8:57 am
Location: Singapore

Re: lost trying to set up pogo-eo2 as local file server

Postby lordesp27 » Sat Feb 16, 2013 3:29 am

thank you soooooo much rty!!! now its working!! :) now i like to learn and explore more this little pogo :)
lordesp27
 
Posts: 28
Joined: Thu Feb 07, 2013 3:49 pm

Re: lost trying to set up pogo-eo2 as local file server

Postby rty » Sat Feb 16, 2013 4:42 am

You're welcome!

Here are my recommendation for you to install and play with:

Pogoplug Cloud-engines
Transmission or rTorrent
MiniDLNA

:geek:
Alarm + Samba + NginX + Php+ MySQL + phpMyAdmin on Raspberry Pi 3, Pogoplug 4, Pogoplug E02, Seagate Goflex Home
rty
 
Posts: 75
Joined: Sun Jun 03, 2012 8:57 am
Location: Singapore

Re: lost trying to set up pogo-eo2 as local file server

Postby michif100 » Wed Mar 27, 2013 10:12 am

I still can not get it to work with my Win 8 Pro PC.

Everything works fine with two other Win 7 Pro PCs, but Win 8 seems to a big mess regarding Samba connectivity.
Any recommendations?
michif100
 
Posts: 14
Joined: Thu Aug 04, 2011 10:30 am

Re: lost trying to set up pogo-eo2 as local file server

Postby Socaltom » Wed Mar 27, 2013 11:18 am

Google windows 8 and samba. It looks like windows 8 doesn't play nice, but there are workarounds.
Tom
used to be owned by me
Pink Pogo V2, Black Pogo V3, Zyxel NAS 325 v1,
used to be Adminstrator for
Goflex net, Black V3, Black V2
Now I have a couple of raspberry pi ( 3+ and 4)
Socaltom
 
Posts: 571
Joined: Thu Apr 07, 2011 2:21 pm
Location: The left side

Re: lost trying to set up pogo-eo2 as local file server

Postby michif100 » Wed Mar 27, 2013 11:23 am

Allright, installing Samba 4 did the job. Now everything works fine.

viewtopic.php?f=18&t=5152
michif100
 
Posts: 14
Joined: Thu Aug 04, 2011 10:30 am

Previous

Return to Marvell Kirkwood

Who is online

Users browsing this forum: No registered users and 7 guests