I was having problem with my time machine, that was showing me a failure message with the text about failing to create a local snapshot.
I opened terminal and listed all snapshots available. There were about 20. I deleted all them and at the end I issued the command
sudo tmutil localsnapshot
I forgot to add the /
at the end, but this command was successful and mojave showed me the message
Created local snapshot with date: 2019-05-24-063058
I have tried to use Time Machine after that and it was still failing. Then I repeat the command adding the bar at the end.
sudo tmutil localsnapshot /
Again, the command was successful, with the message
Created local snapshot with date: 2019-05-24-063243
I have tried to use Time Machine after this and it started working.
The problem is that when I type
tmutil listlocalsnapshots /
at the terminal, I do not see the snapshots mojave mentioned as created.
They are not at
/Volumes/com.apple.TimeMachine.localsnapshots/Backups.backupdb/myComputer
I want to locate and delete them. Where are them? Any ideas?