Why do I see I/O errors when installing MATLAB using the ISO image?

13 views (last 30 days)
I downloaded the MATLAB ISO, but when I use it to perform an installation why do I see one or more Input/Output errors, causing the installation to fail?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 22 Feb 2021
Edited: MathWorks Support Team on 1 Apr 2021
First, check to make sure that there is enough space available on the destination drive, and that you have permission to write to the installation folder that was specified in the installer setup. If you are on Windows, you should install MATLAB from an account with administrator permissions. On Linux, you should install MATLAB using sudo or root permissions.
The ISO file may have been corrupted during the download process. A number of factors can contribute to this, such as: an unreliable internet connection, your computer going into 'Sleep' mode or power saving mode during the download, or an antivirus or cyber-security software interfering with the download.
On Linux systems, make sure that you have used the correct command to mount the ISO:
mount -t iso9660 -o loop R2014a_UNIX.iso /mnt
If you are experiencing input/output errors, we recommend checking the ISO file size and md5 checksum to make sure the ISO is completely downloaded, and not corrupted.  You can find the MD5 checksum by clicking on the (Show/Hide MD5 checksum) link near the top of the ISO download page in your MathWorks account.
On Linux systems, you can verify the checksum of the ISO file that you downloaded by using the md5 command in the terminal:
md5sum R2014a_UNIX.iso
On Mac systems, you can verify the checksum of the ISO file that you downloaded by using the md5 command in the terminal:
md5 R2014a_UNIX.iso
Windows does not have an MD5 checksum utility by default, but one can be accessed at the following Microsoft Support Article:
(Please note this utility is not available for all Windows platforms)
If the file size and checksum of your ISO are correct, and you are still experiencing I/O errors, please contact MathWorks support for assistance.
  2 Comments
Walter Roberson
Walter Roberson on 4 Jul 2016
John Forbes:
On https://www.mathworks.com/downloads/web_downloads/select_iso?noent=y&publisher=MathWorks&release_name=R2016a
just to the right of "Filename" there is a link for "Show/Hide MD5 Checksum". In particular,
R2016a_glnxa64.iso 8300c93663d98fd879a5e0d23348ed83
Royi Avital
Royi Avital on 23 May 2017
Could you allow accounts which are not the Administrators of account to view the MD5 of the ISO's? I now you only allow administrator to download the ISO's. But it would be great if other users for the same account could see just the MD5. Thank You.

Sign in to comment.

More Answers (0)

Tags

No tags entered yet.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!