Archive

Posts Tagged ‘Raid Configuration’

Security Erase process for OneTouch III Turbo drives

July 13th, 2009 No comments

I have my OneTouch III Turbo connected via Firewire and I’m unable to use the Security Erase function.

Please note, Security Erase process only supports OneTouch III Turbo drive when the following two conditions are met:
1. Drive connected to USB interface
2. Drive is in Raid 0 mode. Running Security Erase in Raid 1 mode could cause the drive to be corrupted at the end of the erase process.
The software will reject the request and prompt user with a message when security erase process was attempted with 1394 interface cable.

Creating One Large User Volume on a NAS 6000

July 13th, 2009 No comments

Overview:

This Knowledge Base article describes a specific RAID reconfiguration; it describes how to re-configure the arrays using a Mylex Spanning feature to create a single 1.45 TB user volume spanned across Arrays 0 and 1 without a performance reduction. This procedure is data destructive for both user volumes. This procedure does not require the use of any special service tools. This procedure does not require system downtime, but the performance of the system will be affected significantly for about 10 minutes. System performance will also be slightly reduced for about 30 hours during the “background” creation of the redundant data…

Maxtor OneTouch III Turbo Edition – How to configure a RAID 0 Volume on a Maxtor III Turbo on your Mac

July 13th, 2009 No comments

The following procedure provides the steps necessary to configure a RAID 0 Volume on your Onetouch III Turbo Edition using the Maxtor OneTouch Manager for Mac:

  1. Open the Maxtor OneTouch Manager.
  2. From the main menu, select the OneTouch III Turbo drive and click select Settings.
  3. From the Setting screen, click the RAID tab.
  4. To create the mirror, click the RAID 0 for Speed button.
    All data currently on the OneTouch III Turbo drive will be erased during this process. It is recommended that you backup any/all data stored on your OneTouch III Turbo drive before continuing.
    Click Erase to proceed.
    If prompted, enter your…

Maxtor OneTouch III Turbo Edition – How to configure a RAID 1 Volume on a Maxtor III Turbo for your Mac

July 13th, 2009 No comments

The following procedure provides the steps necessary to configure a RAID 1 Volume on your Onetouch III Turbo Edition using the Maxtor OneTouch Manager for Mac:

  1. Open the Maxtor OneTouch Manager.
  2. From the main menu, select the OneTouch III Turbo drive and click select Settings.
  3. From the Setting screen, click the RAID tab.
  4. To create the mirror, click the RAID 1 for Safety button. 
    All data currently on the OneTouch III Turbo drive will be erased during this process. It is recommended that you backup any/all data stored on your OneTouch III Turbo drive before continuing.
    Click Erase to proceed.
    If prompted, enter your…

Defining Disk Space

July 13th, 2009 No comments

A comparison of usable drive space to physical disk drive capacity.

Overview: There are two main factors affecting your total system storage capacity:

  • RAID Overhead
  • Conversion between Binary and Decimal Byte “Equivalents”

In some cases, the overhead is 50% of the total hard drive capacity.

Comparing Binary and Decimal Equivalents:

The following Table charts common Binary/Decimal Values:

 

image

RAID Overhead:
With Raid 1 (Mirror) or Raid 5 (Strip Set with Parity), a certain portion of the disk space will be used for redundancy thus it will not show up as usable space.

image

Example of NAS 6000 Capacity Calculations:
The NAS 6000 base unit has twelve 160 GB hard…

If the NAS 4000 Series has a RAID 5 setup, do I need to make backups of it?

July 13th, 2009 No comments

The NAS 4000 Series is a file server. Maxtor highly recommends you make backups of the NAS, as you would with any server.

How do I create a RAID 1 volume using Seagate’s BlackArmor Manager?

July 13th, 2009 No comments

Raid 1 Configuration A RAID 1, or "mirror", is built from two disk drives, where one disk drive is a mirror of the other (ie, the same data is stored on each disk drive). Compared to independent disk drives, a mirrored volume provides faster performance, but has only 50% of the capacity.
The following provides the steps necessary to create RAID 1 volume. It is assumes the following:

  • You have backed up any/all critical data off of the BlackArmor NAS Server.
  • All previous unneeded Volumes have been deleted.
  • You are currently logged into the BlackArmor Manager with admin privileges.

Procedure(s):

  1. Mouseover Storage and click Volumes. The Volumes…

How do I Create a RAID 10 Volume using Seagate’s BlackArmor Manager?

July 13th, 2009 No comments

image A volume with RAID 10 is built from two or more equal-sized RAID 1 volumes. Data in a volume with RAID 10 is both striped and mirrored. Mirroring provides data protection, and striping improves performance.
The following provides the steps necessary to create RAID 10 Volume. It is assumes the following:

  • You have backed up any/all critical data off of the BlackArmor NAS Server.
  • All previous unneeded volumes have been deleted.
  • You are currently logged into the BlackArmor Manager with admin privileges.

Procedure:

  1. Mouseover Storage and click Volumes. The Volumes page opens.
  2. Click the Add icon. The Volume Add Disk Selection page opens. Select the…

How do I Create a RAID 5 Volume using Seagate’s BlackArmor Manager?

July 13th, 2009 No comments

A volume with RAID 5 is built from a minimum of three disk drives and uses data striping and parity data to provide redundancy. (Parity is extra information that is used to re-create data if a disk drive fails. In volumes with RAID 5, parity data is striped evenly across the disk drives with the stored data.) Parity data provides data protection, and striping improves performance.
The following provides the steps necessary to create a RAID 0/1/5/10/Spanned/JBOD volume. It is assumes the following:

  • You have backed up any/all critical data off of the BlackArmor NAS Server.
  • All previous unneeded volumes have…

How do I Create a RAID 0 Volume using Seagate’s BlackArmor Manager?

July 13th, 2009 No comments

RAID 0 is also commonly referred to as "striping". RAID 0 is known for speed. When data is written to the RAID 0 volume, it is written to all drives striped together at the same time. Think of each interface as a water hose and the volume as the bucket; the bucket will fill faster if multiple water hoses are filling it at the same time. The same holds true for striping – data writes faster to the volume because it is being written through more than one drive interface.
The downside to RAID 0 volumes is the fact that…