Calculating the number of overwrite passes for FMDs

Volume Shredder User Guide

Version
9.6.0
Audience
anonymous
Part Number
MK-98RD9018-04

Because of the way space is allocated in FMDs, the dummy data that is used to overwrite the volume must exceed the capacity of the target volume. Therefore, before you shred a volume on FMDs, you need to calculate the number of times the system must overwrite the volume with dummy data.

You must have the Storage Administrator (Provisioning) role to perform this task.

  1. Select an LDEV on the LDEVs tab in the Logical Devices window, and write down its capacity and the number of data drives in its parity group (for example, 3 drives for RAID5-3D+1P, 6 drives for RAID6-6D+2P).
  2. Use the following formula to calculate the number of times to overwrite the selected LDEV:
    n = [(drive-capacity × number-of-data-drives-in-parity-group) × 2] / LDEV-capacity

    Example: The capacity of the FMD is 1,600 GB, the RAID configuration is 3D+1P, and the LDEV capacity is 880 GB.

    [(1,600 x 3) x 2] / 880 = 10.9 = 11 times

    Round up the value (10.9) to the nearest whole number. You need to overwrite the LDEV 11 times.

    You can write dummy data up to eight times in one shredding operation. To write dummy data nine or more times, perform the shredding operation for the volume as many times as required.