Difference between revisions of "Buffalo Terastation"

From LinuxMCE
Jump to: navigation, search
 
Line 2: Line 2:
  
 
==Setup==
 
==Setup==
Using the TeraStation's web-based admin page, configure the TeraStation to accept a DHCP address.  Also create a share.  In the example below, it will be called "share_name".  You may also want to create a user and give the user a strong password.  In the example below, this will be "user_name" and "password", respectively.
+
Using the TeraStation's web-based admin page, configure the TeraStation to accept a DHCP address.  Also create a share.  In the example below, it will be called "share_name".  You may also want to create an user and give the user a strong password.  In the example below, this will be "user_name" and "password", respectively.
  
==Pluto Device Configuration==
+
==LinuxMCE Device Configuration==
 
# From the bottom of the Wizard menu, click "Show Devices Tree".
 
# From the bottom of the Wizard menu, click "Show Devices Tree".
 
# In the Devices Tree, click "Add Top Level Device".
 
# In the Devices Tree, click "Add Top Level Device".
Line 21: Line 21:
 
* Password(string)
 
* Password(string)
 
<pre>password</pre>
 
<pre>password</pre>
* Use Pluto Directory Structure(int)
+
* Use LinuxMCE Directory Structure(int)
 
<pre>1</pre>
 
<pre>1</pre>
  
where "share_name" is the share that you defined when setting up the TeraStation.  At the very least, you can use the "public" username with no password as default by TeraStation.  But it is better to configure the TeraStation with a unique username and strong password and to input that information in the Device Data section as per above.  If you leave "Mount Point(string)" blank, Pluto will mount the share on /mnt/<description_device#> where description is what you input in step 6 above.
+
where "share_name" is the share that you defined when setting up the TeraStation.  At the very least, you can use the "public" username with no password as default by TeraStation.  But it is better to configure the TeraStation with a unique username and strong password and to input that information in the Device Data section as per above.  If you leave "Mount Point(string)" blank, LinuxMCE will mount the share on /mnt/<description_device#> where description is what you input in step 6 above.

Revision as of 10:35, 15 March 2007

This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007. In general any information should apply to LinuxMCE. However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.
The [Buffalo TeraStation] is a 4 hard drive, software RAID 5 Linux computer running SAMBA. It has versions with 10/100/1000 Gigabit Ethernet port and up to 1.6 Terabytes of storage. It also has USB ports for attaching more storage and/or sharing and managing a USB printer on the network using a built-in print server.

Setup

Using the TeraStation's web-based admin page, configure the TeraStation to accept a DHCP address. Also create a share. In the example below, it will be called "share_name". You may also want to create an user and give the user a strong password. In the example below, this will be "user_name" and "password", respectively.

LinuxMCE Device Configuration

  1. From the bottom of the Wizard menu, click "Show Devices Tree".
  2. In the Devices Tree, click "Add Top Level Device".
  3. From the main window, click "Pick Device Template". A new window will pop open and give you options.
  4. In the "Device Category", scroll down to "Peripherals" and click on "Network Storage #150".
  5. Under models choose "Generic Windows Share" and click "Add device". You will be returned back to the main window.
  6. In the "Device Info" section, give your TeraStation a description, add the TeraStation's MAC address in xx:xx:xx:xx:xx:xx format.
  7. In the "Device Data" section, set the following:

  • Type(string)
samba
  • TCP Address(string)
share_name
  • Username(string)
user_name
  • Password(string)
password
  • Use LinuxMCE Directory Structure(int)
1

where "share_name" is the share that you defined when setting up the TeraStation. At the very least, you can use the "public" username with no password as default by TeraStation. But it is better to configure the TeraStation with a unique username and strong password and to input that information in the Device Data section as per above. If you leave "Mount Point(string)" blank, LinuxMCE will mount the share on /mnt/<description_device#> where description is what you input in step 6 above.