Before you continue, make sure you have the following:
By default, recordings are stored in
/Users/HDHomeRun/
on your main drive (normally named Macintosh HD).
sudo launchctl unload /Library/LaunchDaemons/com.silicondust.dvr.plist
sudo nano /Users/HDHomeRun/hdhomerun.conf
For example, your recording path might look like this
RecordPath=/Volumes/My_new_harddrive/HDHomeRun/
sudo launchctl load /Library/LaunchDaemons/com.silicondust.dvr.plist
sudo launchctl unload /Library/LaunchDaemons/com.silicondust.dvr.plist sudo launchctl load /Library/LaunchDaemons/com.silicondust.dvr.plist
If you are using a “Mac OS Extended” or “APFS” formatted external drive then you will need to make sure that the recording folder has read/write permissions set to “everyone”. You can do this by clicking on the folder or drive icon used for recordings and going to the “File menu” → “Get info” and changing the settings near the bottom of the info screen.
sudo launchctl unload /Library/LaunchDaemons/com.silicondust.dvr.plist sudo launchctl load /Library/LaunchDaemons/com.silicondust.dvr.plist
Uninstalling the Mac DVR storage software will also remove the folder used for recordings. If you do not move the recordings to a new location, they will be erased by the uninstallation.
To uninstall the DVR storage software from a Mac computer:
sudo /Users/HDHomeRun/uninstall
This will uninstall the HDHomeRun DVR recording software from your Mac.
If you get an error message during the installation of the DVR then you may need to manually uninstall the DVR to reinstall it:
Open Terminal and run the following:
sudo -s
Enter your password when prompted. Then copy/paste the following into the terminal and press return:
/bin/launchctl unload "/Library/LaunchDaemons/com.silicondust.dvr" /bin/rm "/Library/LaunchDaemons/com.silicondust.dvr" /usr/bin/dscl . -delete "/Groups/_HDHomeRun" /usr/bin/dscl . -delete "/Users/_HDHomeRun" /usr/sbin/pkgutil --forget "com.silicondust.dvr" /bin/rm -rf "/Users/HDHomeRun"
You may see some errors about things not being found; that is OK. After the last command is run, re-run the installer for the DVR.
Once you finish setting up a DVR storage device, see our guide link below for instructions on using the DVR features in the HDHomeRun app.