Releasing a lock on a data set

Release a lock on a data set so that it can be changed or removed. The data set is therefore, in write mode. You can release a specific lock, by specifying the lock ID, or release all locks if you hold multiple locks on a data set. To release a specific lock, specify -l lock_ID. To release all locks, specify -l ALL.

Procedure

Unlock a data set by specifying the data set name and consumer path, or by the data set ID:
  • To unlock by specifying the data set name and consumer path, run:
    gridsync dataset unlock -d data_set_name -c consumer_path [-l lock_ID | ALL]
  • To unlock by specifying the data set ID, run:
    gridsync dataset unlock -i data_set_ID [-l lock_ID | ALL]