Skip to content

tapitop

  • Blog
  • Support

Category: How To Fix

How To Fix

How to Fix: Destination Doesn’t Exist

const On May 11, 2020May 11, 2020

MacOS doesn’t allow perform file operations in non-existent folders. There are a few situations when you can see this error:

  • You copy file to folder that doesn’t exist
  • You move file to folder that doesn’t exist


Continue Reading

How To Fix

How to Fix: File Doesn’t Exist

const On May 10, 2020May 11, 2020

MacOS doesn’t allow perform file operations with non-existent files. There are a few situations when you can see this error:

  • You delete already deleted file
  • You move already moved file
  • You copy file that has been moved or deleted


Continue Reading

How To Fix

How to Fix: File Exists

const On May 10, 2020May 11, 2020

MacOS doesn’t allow move or copy file to folder that already has file with the same name. There are a few situations when you can see this error:

  • You copy file to folder that contains file with the same name
  • You move file to folder that contains file with the same name


Continue Reading

How To Fix

How to Fix: No Trash

const On May 8, 2020May 11, 2020

MacOS doesn’t allow move file to Trash when it can’t create new Trash. In case you want to move file to Trash on network volume, this is normal and expected behavior. But if you want to move file to Trash on your local volume and see this error, you should definitely fix this.

Continue Reading


How To Fix

How to Fix: File Located on Read-Only Volume

const On May 8, 2020May 11, 2020

Because volume mounted as read only, you can’t remove or modify any file on it. There are a few situations when you can see this error:

  • You move or delete file on read-only volume
  • You copy file to read-only volume


Continue Reading

How To Fix

How to Fix: File Located on Network Volume

const On May 6, 2020May 11, 2020

Network volume is a volume which is shared via network. All file operations are performed by logged user, so logged user should have all required permissions for specific operation.

Continue Reading


How To Fix

How to Fix: Read-Only Access

const On May 6, 2020May 11, 2020

MacOS doesn’t allow modify files when you have read-only access to them. There are a few situations when you can see this error:

  • You modify file when you have read-only access
  • You modify the content of folder when you have read-only access
  • You move or delete folder when you have read-only access


Continue Reading

How To Fix

How to Fix: File Is Locked by System

const On May 6, 2020May 11, 2020

MacOS doesn’t allow modify files that have been locked by system. There are a few situations when you can see this error:

  • You move or delete system locked file
  • You modify the content of system locked folder


Continue Reading

How To Fix

How to Fix: File Is Locked

const On May 6, 2020May 11, 2020

MacOS doesn’t allow modify files that have been locked. There are a few situations when you can see this error:

  • You move or delete a locked file
  • You modify content of locked folder


Continue Reading