I'm using an iMac with macOS Catalina. I have attached a Thunderbolt drive with the name mytime. This drives works perfectly for the time machine backup.
One weird issue though is: In the Volume directory I have two volumes with the name mytime when I list the /Volumes directory in the terminal:
So there are two volumes mytime and mytime 1 (with a space). Then when I eject the TM drive it looks like this:
So mytime 1 was the real external hard-drive and the strange mytime volume is still there. It has unusual permissions and when I ls into this volume it looks like a Time Machine volume (with Backups.backupdb folder etc), but inside this folder is nothing.
Now I try to eject the "shadow volume" mytime:
but I get "Unable to find disk for /Volumes/sonapini" despite the fact that ls lists the volume!
Finally I restart - and the shadow volume is again there.
What can I do to tell the system to get rid of this volumetime
One weird issue though is: In the Volume directory I have two volumes with the name mytime when I list the /Volumes directory in the terminal:
Code:
$ ls -l /Volumes/
total 0
drwxr-xr-x 4 root wheel 128 Aug 6 04:59 Recovery
drwxr-xr-x 3 root wheel 96 Dec 18 10:34 com.apple.TimeMachine.localsnapshots
lrwxr-xr-x 1 root wheel 1 Dec 17 08:27 mainhd -> /
drwxrwxr-x 11 toki staff 352 Jun 28 18:44 myphotos
d--x--x--x 3 root wheel 96 Nov 23 18:36 mytime
drwxrwxr-x 11 root wheel 442 Dec 17 09:43 'mytime 1'
drwxrwxr-x 8 root admin 256 Jul 26 2021 secondhd
So there are two volumes mytime and mytime 1 (with a space). Then when I eject the TM drive it looks like this:
Code:
$ ll /Volumes/
total 0
lrwxr-xr-x 1 root 1 Dec 17 08:27 mainhd -> /
drwxrwxr-x 11 toki 352 Jun 28 18:44 myphotos
d--x--x--x 3 root 96 Nov 23 18:36 mytime
drwxrwxr-x 8 root 256 Jul 26 2021 secondhd
So mytime 1 was the real external hard-drive and the strange mytime volume is still there. It has unusual permissions and when I ls into this volume it looks like a Time Machine volume (with Backups.backupdb folder etc), but inside this folder is nothing.
Now I try to eject the "shadow volume" mytime:
Code:
$ diskutil eject /Volumes/mytime
but I get "Unable to find disk for /Volumes/sonapini" despite the fact that ls lists the volume!
Finally I restart - and the shadow volume is again there.
What can I do to tell the system to get rid of this volumetime