Removing directories left behind by the Smoke uninstallerSummaryThe Smoke uninstaller does not remove certain hidden folders that hold important Smoke configuration files as well as your project data and user preferences. This makes it easy to recover project, user and configuration data when you reinstall Smoke. Keeping /usr/discreet intact is also required if you have other versions of Smoke still installed on your Mac. All versions of Smoke share the /usr/discreet folder. However, if you wish to completely remove all versions of Smoke from your Mac, follow the instructions in this article to delete all Smoke folders after you have run the uninstaller Warning! Deleting the /usr/discreet folder listed in this article will cause you to lose ALL project and clip metadata you had in Smoke. This does not affect the actual media intermediates hosted on the Autodesk Media Storage drive, nor soft-imported media. Removing Smoke FoldersPerform the following tasks after you have run the Smoke Uninstaller. - Open the Terminal from the Applications > Utilties folder.
- Type the following command to delete the Smoke folders:
sudo rm -rf /usr/discreet /Applications/Autodesk/Smoke* - Enter your password when prompted.
- Smoke is now completely uninstalled from your Mac.
Perform the tasks in the next procedure to disable the /usr/discreet network share.
Disabling the /usr/discreet network shareThe Smoke installer automatically shares the /usr/discreet directory over the network. After you delete the directory, you must remove it from the /etc/exports configuration file to disable sharing. - Open the Terminal app.
- Type the following command:
sudo nano /etc/exports - Enter your password when prompted.
The file opens in a basic text editor. - Use the arrow keys to go to the beginning of the /usr/discreet -network -maproot=root line.
- Add a pound character (#) at the beginning of the line.
The line should now look like this: #/usr/discreet -network -maproot=root - Press control+o and then Enter to save the file.
- Press control+x to exit the editor.
- Restart your Mac.
Support – Terms of UseAUTODESK DOES NOT GUARANTEE THAT YOU WILL BE ABLE TO SUCCESSFULLY DOWNLOAD OR IMPLEMENT ANY SERVICE PACK OR WORKAROUND, OR ANY OF THE TIPS, TRICKS, EXAMPLES OR SUGGESTIONS OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENTS. TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS ARE SUBJECT TO CHANGE WITHOUT NOTICE TO YOU. AUTODESK PROVIDES TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL AUTODESK OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF DATA, OR LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, THAT MAY OCCUR AS A RESULT OF IMPLEMENTING ANY SERVICE PACK OR WORKAROUND, OR ANY SUGGESTION OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENT, EVEN IF AUTODESK OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |