# blade create disk

Disk experiment

## Synopsis

Disk experiment contains fill disk or burn io

```
blade create disk [flags]
```

## Examples

```
disk fill --mount-point / --size 1000

# You can execute "blade query disk mount-point" command to query the mount points
```

## Options

```
  -h, --help                 help for disk
      --mount-point string   the disk mount point
```

## Options inherited from parent commands

```
  -d, --debug   Set client to DEBUG mode
```

## SEE ALSO

* [blade create](https://xcaspar1.gitbook.io/chaosblade/blade_create)     - Create a chaos engineering experiment
* [blade create disk burn](https://xcaspar1.gitbook.io/chaosblade/blade_create/blade_create_disk_burn)     - Burn io by read or write
* [blade create disk fill](https://xcaspar1.gitbook.io/chaosblade/blade_create/blade_create_disk_fill)     - Fill the mounted disk

### Auto generated by spf13/cobra on 11-Jul-2019
