I could really use some help from the tech minded people who know more than I. I have a session tomorrow and my flame doesn’t want to launch.
I launched my flame and all my projects are greyed out. I don’t think it sees the storage as mounted even though I can see it on my desktop and access the drive.
I have a Mac Studio M2 ultra and my flame storage is an OWC Thunderbolt Raid.
Side note: It was working earlier. The only thing that changed is I had to install Lucid which required me to boot up the mac in recovery mode and change some security settings. This does not seem like it should affect my framestore but it was working before i did this so thought I would mention it.
Are you SURE the external drive is mounted after the reboot? External drives on Macs LOVE to change their actual name under the hood but show you a different name on the desktop. Lemme dig up some forum posts for ya.
Hey Randy. Well i can see it and access files on it but oddly enough after the reboot I did get a notification from backblaze saying it couldn’t back up because of a diff name but the name hasn’t changed on the desktop.
Ok. Just gonna apologize ahead of time since i think i did something wrong again. And thank you for your patience. The command line is not in my wheelhouse.
You have a duplicate mount point thanks to Backblaze. If terminal commands are foreign, and they always take a bit of fiddling, then you’re best best is to follow this procedure…
stop backblaze from
autostarting the reboot should also fix it, seems like backblaze is creating that mount before the actual external drive is mounted?
another thing is
stop backblaze
eject external drive
ls -al /Volumes to see if both “storage” and “storage -1” are now gone.
Autodesk suggested this: ln -s storage\ 1/ storage
So this did fix the issue but now when i look at volumes i have 3: storage_BAK, storage and storage 1
Seems that ln -s created a symlink versus mv renaming it? Would it be better to do it again and use mv?