Error code

macOS -47

MACOS-47
System Error Code· A POSIX/system errno returned when a system call fails.

What it means

File busy (fBsyErr) — the file is held open by another process and cannot be deleted or moved..

How to fix it

  1. Use `lsof | grep filename` in Terminal to find the locking process.
  2. force-quit that process via Activity Monitor.
  3. eject and remount the volume.
  4. restart the Mac.

Not affiliated with macOS. Answer summarized from the manufacturer's manual linked above; consult that source for the authoritative procedure.