How To Use Remote Disc On Any Mac:
On the Mac sharing the optical drive,
1) Go to > System Preferences.
2) Click Sharing icon.
3) Select the checkbox DVD or CD Sharing.
On the Mac using the Remote Disc,
1) Open a Terminal Session and run both these commands
defaults write com.apple.NetworkBrowser EnableODiskBrowsing -bool true
defaults write com.apple.NetworkBrowser ODSSupported -bool true
2) Reboot.
3) Open Finder. You should see Remote Disc on the left under Devices.
This will give you read access to the optical drive. You will not be able to use the driver as a burner.
To undo,
1) Open a Terminal Session and run both these commands
defaults write com.apple.NetworkBrowser EnableODiskBrowsing -bool false
defaults write com.apple.NetworkBrowser ODSSupported -bool false
2) Reboot.
2) Reboot.
No comments:
Post a Comment