Help...I can't wipe a drive

        Traceback (most recent call last):

File “/opt/rockstor/src/rockstor/rest_framework_custom/generic_view.py”, line 40, in _handle_exception
yield
File “/opt/rockstor/src/rockstor/storageadmin/views/disk.py”, line 296, in post
return self._wipe(dname, request)
File “/opt/rockstor/eggs/Django-1.6.11-py2.7.egg/django/db/transaction.py”, line 371, in inner
return func(*args, **kwargs)
File “/opt/rockstor/src/rockstor/storageadmin/views/disk.py”, line 320, in _wipe
wipe_disk(disk.name)
File “/opt/rockstor/src/rockstor/fs/btrfs.py”, line 1104, in wipe_disk
return run_command([WIPEFS, ‘-a’, disk])
File “/opt/rockstor/src/rockstor/system/osi.py”, line 98, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = [’/usr/sbin/wipefs’, ‘-a’, ‘/dev/sda’]. rc = 1. stdout = [’’]. stderr = [‘wipefs: error: /dev/sda: probing initialization failed: Device or resource busy’, ‘’]

@Lonnie_LeMaster Welcome to the Rockstor community. From the message it would appear that this drive is currently in use and so the wipefs command is failing as a result ie “Device or resource busy”. Make sure that the drive is not currently mounted as that would do it. A screen grab of the Disks page might help, also the output of the “mount” command would be helpful as it should show what is currently using this drive.

Hope that helps.