X
3654

Mounting the ITT/EXELIS Product installation DVDs on Linux

If any errors are encountered mounting/auto-mounting the EXELIS VIS product installation DVD's, due to either systems not auto-mouting the media or incorrect permissions, please follow the below steps that may allow the correct mounting of modern Linux systems.

Always safer to issue umount command first and let it error if it didn't auto-mount

umount /dev/hdc

Then to mount it
sudo mount -o ro -t udf /dev/hdc /media

Then to access the cd/dvd contents
cd /mediaSolution: