Table of ContentsPreviousNextIndex

AMCC


Partitioning and Formatting Units

After you create a unit, it needs to be formatted, partitioned, and mounted before it can be used.

To partition and format under Windows

  1. Boot the system and log in as a system administrator.
  2. Partition and format the new arrays or disks using the Administrative Tools from the Start menu:
    1. Choose Computer Management from the Administrative Tools menu.
    2. Select Storage.
    3. Select Disk Management.
  3. Follow the steps that appear on-screen to write a signature to the drive.
  4. Right-click on the drive and select Create Volume.
  5. Follow the steps that appear on-screen to create a volume and to assign a drive letter.

To partition and format under Linux

  1. Boot the system and log in as root.
  2. Open a terminal window.
  3. Partition the unit:
  4. fdisk /dev/sda 
     

    If the unit is over 2 TB, use:

    parted /dev/sda (parted) mklabel New disk label type? gpt (parted) p Disk geometry for /dev/sda: 0kB - 1074GB Disk label type: gpt Number Start End Size File system Name Flags parted /dev/sda (parted) mkpart Partition type? [primary]? File system type? [ext2]? Start? 0 End? 1074gb (parted) p Disk geometry for /dev/sda: 0kB - 1074GB Disk label type: gpt Number Start End Size File system Name Flags1 17kB 1074MB 1074MB
  5. Create or make the file system:
  6. mkfs /dev/sda1 
     

    Use of the -j option to turn on journaling is recommended for large partitions.

    For example:

    mkfs -j /dev/sda

    If the partition is over 2TB, use parted to also make the file sytem:

    parted /dev/sda (parted) mkfs Partition number? 1 File system? [ext2]? writing per-group metadata (begins)...0% to 100% is displayed) (parted) quit (when completed)

To partition and format under FreeBSD

  1. Boot the system and log in as root.
  2. Open a terminal window.
  3. Partition the unit:
  4. fdisk -BI /dev/da0; 
    disklabel /dev/da0 | disklabel -B -R -r da0  
    
  5. Create or make the file system:
  6. newfs /dev/da0c 
    

You can also use sysinstall to format and partition the unit.


Related Topics


AMCC
www.3ware.com
Direct:(408) 542-8800
Toll Free: (800) 840-6055
email: 3waresupport@amcc.com
Table of ContentsPreviousNextIndex
Copyright (c) 2004-2006, AMCC