Buffalo 1TB TeraStation Pro II Network Attached Storage
Buffalo's TeraStation Pro II Series of TeraByte Network Attached Storage offers powerful storage and server solutions for the SMB market. With two USB 2.0 ports, TeraStation Pro II can accommodate additional external USB hard drives for expanded networked storage or as backup targets. With its quick swap hard drive trays, TeraStation Pro II requires no computer knowledge to swap out replacement hard drives in seconds. This allows for significantly less down time and quicker drive recovery. Combining advanced active directory support, fault tolerant data solutions, robust file security and Gigabit Ethernet networking, TeraStation Pro II allows users to deploy a simple, cost-effective data server to their office in minutes without cutting corners on features or expandability.
Memeo™ AutoBackup
All of Buffalo's Network Storage and External Drives, including the DriveStation™,
LinkStation™, and TeraStation™ products include Memeo™ Zero-Touch™ AutoBackup
software. The partnership allows users to securely store, track and share
data files such as music, photos, presentations, etc. while providing
the ability to manage and preserve those files for additional data security.
The SmartPick™ checklist is designed to
take the guesswork out of locating and placing important files and allows
users to use any available storage location. Its patented DataClad™ multiplexing
data processing engine automatically updates and saves changes made to
a file. MEMEO also keeps track of changes made to a file while disconnected
from a designated back-up destination and automatically updates those
changes upon re-connection.
Specifications
Form Factor:
Desktop
Compatible RAID Levels:
0
1
10
5
JBOD
Total Storage Capacity:
1.0 TB
Number Of Hard Drives Bays:
4
Hard Drives Included:
4
Spindle Speed (RPM):
7200
USB Ports:
2
RJ-45 Ports:
1
Built-In Network Services:
FTP Server
SMB
Networking Standards:
IEEE 802.3i 10Base-T Ethernet
IEEE 802.3u 100Base-TX Fast Ethernet
IEEE 802.3ab Gigabit Ethernet
Management:
Web Based
Dimensions:
6.69" x 12.2" x 9.25"
Detailed Features
A Closer Look
Features
Active Directory Support - Will join an AD domain to utilize AD users and
groups
Four operational modes: RAID 0 (Striping), RAID 1 (Mirroring), RAID 5 (Parity)
and RAID 10 (Striped Mirrors)
Advanced RAID system to continually check hard drive performance
Quick swap hard drive tray via the front panel for easier maintenance
10/100/1000 Gigabit Ethernet port and Jumbo Frame capability for higher
transfer speeds
Four High Speed SATA hard drives
Heat-release conscious design with smart layout and ventilation supply
Memeo™ AutoBackup software for Windows® included.
Large silent fan to release HDD heat effectively and quietly
LCD Display showing TeraStation activity status
Two USB 2.0 ports, allowing two external USB hard drives to be connected
simultaneously
Built-in FTP server functionality
Easy setup wizard and management through intuitive web interface
Customer Reviews and Rating
Customer Rating:
4.9
Customer Reviews:
3
Have an opinion on this product that you would like to share? If so, please take a few moments to write your rating and review.
Value
5.0
Features
4.7
Quality
5.0
Performance
5.0
Sort By:
A really nice unit.
Reviewer:
jonr on
May 28, 2009 Customer Rating:
4.8
Value
5.0
Features
4.0
Quality
5.0
Performance
5.0
This item was referred to my by a friend of mine who is in the enterprise internet security business. He told me that they use several of these units at their offices world wide. I can honestly say that this thing is a breeze to set up and it has plenty of options if you want to tweak it a bit. I'm using it in a small business application with four XP workstations on a gigabit network. My only gripe is that it seems to be a bit antiquated on the UPS interface. Only a few UPSs are supported and they must have a 9-pin serial interface to automatically shutdown the unit in case of a power loss.
Reviewer:
Larryg on
May 26, 2008 Customer Rating:
5.0
Value
5.0
Features
5.0
Quality
5.0
Performance
5.0
The Terastation was recommended to my by an IT specialist. My home based business has several users, both local and remote, and I had set up a shared directory on one of the Windows Vista workgroup computers. It was very unreliable and slow. We lost connections frequently and the Network would mysteriously stop working from time to time.
The Terastation was easy to install and everything is working great now. No downtime, no mysterious loss of connection. I love the ftp features.
Configuring the Terastation is 10 times easier than a Windows Server (I have those at my client locations.) You just create the users and set their permissions. You can easily designate who has access to each shared folder you create on the system. Microsoft says their setup is easy, but don't you believe it. The Linux software running on the Terastation is truly easy and straightforward.
I plan to buy a Terastation for each of my client locations I support out of my home office. It is a great product!
Reviewer:
The Man on
May 29, 2007 Customer Rating:
5.0
Value
5.0
Features
5.0
Quality
5.0
Performance
5.0
this is the best thing i have ever experienced. it kinda runs hot though. i can toast a grilled cheese on it when i am hungry. how is that for a multipurpose machine?!?!?
What is RAID?
RAID is an acronym first defined back in 1987 to describe a redundant array of
inexpensive disks, a technology that allowed computer users to achieve high
levels of storage reliability from low-cost PC hard disk drives, via the
technique of arranging the devices into an array for fail-safe redundancy.
"RAID" is now used as an umbrella term for computer data storage schemes that
can divide and replicate data among multiple hard disk drives. The different
schemes/architectures are named by the word RAID followed by a number, as in
RAID 0, RAID 1, etc. RAID's various designs involve two key elements: increased
data reliability or increased input/output performance. When multiple physical
disks are set up to use RAID technology, they are said to be in a RAID array.
This array distributes data across multiple disks, but the array is seen by the
computer user and operating system as one single disk. RAID can be set up to
serve several different purposes.
Organizing disks into a redundant array decreases the total usable storage
capacity. For instance, a 2-disk RAID 1 array loses half of the total capacity
that would have otherwise been available using both disks independently, and a
RAID 5 array with several disks loses the capacity of one whole disk. Other
types of RAID arrays are arranged so that they are faster to write to and read
from than a single disk.
There are various combinations of these
configurations giving different trade-offs and benefits of protection against
data loss, capacity, and speed. RAID levels 0, 1, and 5 are the most commonly
found, and cover most of the typical requirements.
RAID 0 (striped disks) distributes data
across several disks in a way that gives improved speed at any given instant. If
one disk fails, however, all of the data on the array will be lost, as there is
neither parity nor mirroring.
RAID 1 mirrors the contents of the
disks, making a 1:1 (1 to 1) ratio real-time backup. The contents of each disk
in the array are identical to that of every other disk in the array.
RAID 3 uses a striped set with
dedicated parity or bit interleaved parity or byte level parity. This
mechanism provides fault tolerance similar to RAID 5. However, because the strip
across the disks is a lot smaller than a file system block, reads and writes to
the array perform like a single drive with a high linear write performance. If
one drive fails, the performance doesn't change.
RAID 5 (striped disks with parity)
combines three or more disks in a way that protects against data loss of any one
disk. The storage capacity of the array is reduced by the capacity of the one
disk (all disks are of equal size).
RAID 6 (striped disks with dual parity)
can recover from the loss of two disks.
RAID 10 (or 1+0) uses both striping and
mirroring. ("01" or "0+1" is sometimes distinguished from "10" or "1+0": a
striped set of mirrored subsets and a mirrored set of striped subsets are both
valid, but distinct, configurations.)
Buffalo - TS-H1.0TGL/R5 - Terastation Pro II 1TB Network Attached Storage (NAS)
$629.99
This Product Has Limited Exchange Privileges.
Only defective exchanges for identical item within 30 days of purchase permitted on this product. After 30 days, please contact the manufacturer at: 866-752-6210,.
Manufactured by:
Buffalo Technology Warranty provided by:
Buffalo Technology Limited Warranty:
36 months parts;
36 months labor
Mfg Part No:
TS-H1.0TGL/R5 UPC No:
747464112848 Box Size:
( Length:
17, Width:
12, Depth:
14 )
Shipping Weight:
18.6000 pound(s)
Click here for full warranty and support information
Limited Warranty: A full text version of the limited warranty
may be obtained by mailing a self addressed, stamped envelope to the
address below and requesting the warranty for item number:
B75-1156
TigerDirect.com
Warranty Information
7795 W. Flagler St. Suite 35
Miami, FL. 33144