way to safely remove $RECYCLE.BIN and System Volume Information on ExFat formatted external HD using MacOS?

0

RESOURCES I'VE LOOKED AT ALREADY

MY PROBLEM

existing solution seems to only solve for removal of System Volume Information on:

  • Windows
  • NTFS formatted external HD

whereas I'd like to solve for removal of System Volume Information and $RECYCLE.BIN on:

  • MacOS
  • ExFat formatted external HD

additional complication is I'm not exactly sure how to interact w/ $RECYCLE.BIN; seems to be a directory but doesn't respond to normal Bash commands

$RECYCLE.BIN doesn't respond to mv command

Zach Valenta

Posted 2018-02-07T02:20:14.970

Reputation: 113

What happens if you just select them & Cmd/delete, same as any other file? Mac doesn't use these, so it won't consider them special in any way. – Tetsujin – 2018-02-07T07:22:09.147

very true! guess I wanted to see if there were any known best practices or gotchas out there before deletion just bc the situation is terra incognita for me. – Zach Valenta – 2018-02-07T23:47:12.340

Answers

0

recyclebin is holding the deleted files on the external disk when they were on the disk before deletion. you should empty the trashbin on the mac when the external is still connected to empty that recyclebin. You can safely delete all mac specific items on an external with a tool called BlueHarvest.

LexS user87973

Posted 2018-02-07T02:20:14.970

Reputation: 151

BlueHarvest seems to be a tool for removing Mac-generated metadata like .DS_Store, but $RECYCLE.BIN is generated by Windows. – Zach Valenta – 2018-02-15T01:28:59.370

"you should empty the trash when the external is still connected to empty that recyclebin" – LexS user87973 – 2018-02-16T09:47:38.210