|
Product Details
Would you like to update product info or give feedback on images?
|
![]() | |||||||
![]() | ![]() | ||||||
![]() | Highlights
| ||||||
![]() |
| ||||||
|
Share your thoughts with other customers:
|
||||||||||||||||||||||
|
Most Helpful Customer Reviews
126 of 126 people found the following review helpful:
4.0 out of 5 stars
You can use it without signing up for pogoplug,
This review is from: Seagate FreeAgent DockStar Network Adapter STDSA10G-RK (White) (Personal Computers)
You can use this as a home network server for windows without signing up with pogoplug or installing any software.
Plug your USB drive into your computer, format it (preferably with NTFS) and create a file on it named .ceid Using notepad, or your favorite text editor, put these lines in the file (replacing yoursharename with a name of your own choosing). Note the mode=rw allows reading and writing. servicename=yoursharename xcode.metadata=never xcode.thumbnail=never xcode.stream=never cifs.mode=rw Plug the usb drive into the Dockstar, and you're all set. The drive will be available as \\fadsMMMMMM\yoursharename (where MMMMMM are the last 6 letters and numbers of the Dockstar's mac address, which is on the label on the bottom). Note you can plug up to 3 regular usb drives and one Seagate Go drive into this. You do not need a go drive. For maximum security, I recommend using your internet router's firewall to block all internet access from whatever ip address gets assigned to the dockstar.
58 of 62 people found the following review helpful:
4.0 out of 5 stars
Tips for using the Dockstar on your private network,
By
Amazon Verified Purchase(What's this?)
This review is from: Seagate FreeAgent DockStar Network Adapter STDSA10G-RK (White) (Personal Computers)
I bought the Dockstar and a GO drive for use with my home network. I liked the idea of using it as a portable USB drive when away from home, and also sharing it with the computers on my home network without needing a host computer always on. The ability to access it over the internet was not important to me.
Like many of the other reviewers, I was surprised that there was virtually no documentation. It was very easy to setup and it worked right out of the box. However, I was surprised that I had to go to the Pogoplug website to activate and configure it. Like others, I am concerned about how secure this arrangement is. Even though I don't intend to access my drive from the internet, it seems that the only way to configure it is to do it from this website. I would feel better if there was a way to configure it without accessing it from the internet. Also, a note of caution: make sure you type https when typing in the web address. If you don't, you'll be typing in your password over a non-secured connection! I can't believe their web site allows this. The Pogoplug service is free for the first year, but there is a charge after that. However, it appears that you can still configure the Dockstar from the website even if you don't pay for the Pogoplug service. Here's how to use the device on your private network without using the Pogoplug service and software: 1. Register the Dockstar with the strongest password you can come up with. Remember that during the first year, your files are accessible on the internet if someone can crack your password. 2. Log into the Pogoplug site and click on Settings in the upper right corner. Then click on the WFS (Windows File Sharing) link on the left side. Click the "Change workgroup" link, and enter the workgroup name that you use on your network. Then set the drive to "Read and write" and sign out. 3. On your computer, click on your network and refresh the list to display all the devices on your internal network. You should find a new device with a nonsense name. This will be your Dockstar drive. You can map it to a drive letter if you like. Now you can use your drive like any other shared drive on the network, without installing the special Pogoplug software. The only time you should have to log back into the website is if you change your workgroup name (so don't lose that password!) Note that there is no way to restrict the drive to certain users on your network. It will be available to everyone. If you want to store anything private, download TrueCrypt and learn how to use it (probably not a bad idea anyway, since the drive is portable!) For my purpose the device works fine and I am happy with it. Before you buy the device, you should evaluate whether it will meet the purpose you have in mind. UPDATE: After writing my review, I ended up returning the Dockstar. I learned that you cannot even eject the drive from the Dockstar without logging into the website and doing it from there. Also, I learned that there are now routers that have a USB port and allow you to share a drive on your home network that way. That approach seems closer to what I want to do, without the hassle and security concerns.
29 of 30 people found the following review helpful:
5.0 out of 5 stars
Great adapter as it supports Winows File Sharing / SMB (Samba),
By Constructive Review "CR" (CA United States) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Seagate FreeAgent DockStar Network Adapter STDSA10G-RK (White) (Personal Computers)
First I was also not happy with it as it needs pogoplug service. But after finding more & knowing how it works, I am very happy with it.
* You can use it as NAS without installing any software on computers in home network or using pogoplug. Dockstar get netbios name as FADS<Last six digits of MAC address>. But instead of this, assign static IP using router & use that IP as thats much easier. 1. Before connecting any usb drive to dockstar, create file named ".ceid" in root directory of each partition with following entries. You need to create this file on unix as files created on windows have ^M as end-of-line character which may cause issue (not sure about that). servicename=yoursharename xcode.metadata=never xcode.thumbnail=never xcode.stream=never cifs.mode=rw 2. connect usb drive to docstar 3. mount any drive/partion as local disk using on home computer using net use x: \\\<your share name> e.g. C:\Users\home>net use r: \\192.168.0.99\desk1 The command completed successfully. Or in windows explorer, simply type following in address bar to see all available shares \\192.168.0.99 * It can be used without pogoplug service as described above. So people having concerns about sharing content over internet can simply disable pogoplug by any of following method 1. Assign static IP to docstar and Add following rule in home router to block traffic to internet Action Name Source Destination Protocol Deny docstar LAN, WAN,* *,* 2. Login using ssh & create /etc/hosts file with following entry, 127.0.0.1 localhost.localdomain localhost pogoplug pogoplug.com my.pogoplug.com www.pogoplug.com service.pogoplug.com upgrade.pogoplug.com service.cloudengines.com upgrade.cloudengines.com schema.cloudengines.com * Since it supports SMB (samba), sharing files as WFS (Windows File Sharing) is very easy. Dockstar might need restart when configuration changes are done using pogoplug, so just keep that in mind. The samba configuration is stored in /tmp directory as follows, -bash-3.2# ls -al /tmp drwxrwxrwt 4 root root 200 Jan 1 00:01 . drwxr-xr-x 14 root root 0 Jan 1 1970 .. drwxr-xr-x 3 root root 100 Jan 1 00:00 .cemnt -rw-r--r-- 1 root root 448 Jan 1 00:00 hbplug.log -rw-r--r-- 1 root root 21 Jan 1 00:00 resolv.conf -rw------- 1 root root 24576 Jan 1 00:00 secrets.tdb -rw-r--r-- 1 root root 320 Jan 1 00:00 smb.conf -rw-r--r-- 1 root root 151 Jan 1 00:00 smb.conf.xce_efeDGBvRB3d6nwwMERA4TEf -rw------- 1 root root 0 Jan 1 00:00 smbpasswd For each partition, unique id is assigned e.g. efeDGBvRB3d6nwwMERA4TEf. And it creates file named, /tbp/smb.conf.xce_<unique_id> e.g. smb.conf.xce_efeDGBvRB3d6nwwMERA4TEf. All these files are then included in main "smb.conf" It also create file named ".ceid" in each partition You can create advance permissions using configuration file, refer to [...] * Supports various file systems FAT, FAT32, NTFS, EXT, EXT2 etc * Extensible, add more services/utilities like sftpd for file transfers over WAN/internet refer [...]
Share your thoughts with other customers: Create your own review
|
|
Tags Customers Associate with This Product(What's this?)Click on a tag to find related items, discussions, and people.
|
|
This product's forum
Search Customer Discussions
|
|