errno 5 input output error

Сегодня я загрузил Ubuntu для своего ноутбука. Он отлично работает с загрузочным USB-накопителем, но когда я попытался установить его, у меня появилось следующее сообщение об ошибке:

Я попробовал все, чтобы установить его на свой ноутбук, но ничего не работает (также перезагружайте образ ISO).

8 ответов

На целевом жестком диске могут быть поврежденные сектора.

Чтобы проверить sda1 тома для поврежденных секторов в Linux, запустите fsck -c /dev/sda1 . Для диска C: в Windows это должно быть chkdsk c: /f /r .

IMHO chkdsk будет более подходящим, так как он пересортирует плохие блоки на HDD, а Linux fsck просто отмечает такие блоки, как непригодные для использования в текущей файловой системе.

Цитата из man fsck.ext2

-c Эта опция заставляет e2fsck использовать badblocks(8) для выполнения сканирования только для чтения устройства, чтобы найти какие-либо плохие блоки. Если обнаружены какие-либо плохие блоки, они добавляются в индексный индекс плохого блока, чтобы предотвратить их распределение в файл или каталог. Если этот параметр указан дважды, то сканирование плохих блоков будет выполнено с использованием неразрушающего теста чтения-записи

У меня тоже была эта проблема, во время установки .

Целевая машина была совершенно новым ноутбуком Asus K53e. Установочный образ был ubuntu-11.10-desktop-amd64.iso (64-разрядный). Я сжег это изображение на CD . Errno 5. Сжег его на загрузочный USB-накопитель . Errno 5 снова 🙁 Я пробовал 4 или 5 раз.

fsck сказал, что весь корневой раздел был прекрасным (через 10 часов). memtest86 + сказал, что все 6 ГБ оперативной памяти тоже прекрасны. Я попытался установить непосредственно, когда загрузилось живое изображение ( Установить Ubuntu ). Я также попробовал кнопку Попробовать Ubuntu , затем выполнил установку с рабочего стола. Опять же, Errno 5.

В конце концов, оказывается, что загруженный файл iso был как-то устаревшим или неправильным. Ты можешь в это поверить!?

Результат отличался от официального хэша Ubuntu (62fb5d750c30a27a26d01c5f3d8df459). Затем я отбросил свой разум назад. Я помню, когда я загрузил этот образ, я думаю, что меня переправили с ubuntu.com на зеркальный сайт, и я выбрал французский случайный случай, потому что мое ближайшее британское зеркало было опущено. Должно быть, он немного устарел или что-то в этом роде. На самом деле, я теперь помню, как видят такие записи

в выводе dmesg (я думаю) или где-то в /var/log при проверке после сбоя установки выгрузил меня обратно на рабочий стол (Try Ubuntu).

В принципе, убедитесь, что вы проверяете хеш MD5 загруженного ISO-файла! (я знаю. Я знаю. Я редко проверяю!)

В любом случае, я снова загрузил 64-битный Ubuntu 11.10, и на этот раз мне было предложено диалоговое окно «Сохранить как», вместо того, чтобы попросить выбрать зеркальный сайт. При загрузке контрольная сумма соответствует 🙂 Установка ok:)

Это может быть результатом плохой ОЗУ на вашем компьютере. У меня была аналогичная проблема, и оказалось, что это так. Попробуйте протестировать свою оперативную память, загрузившись с USB-накопителя, и как только вы увидите значки клавиатуры и человека в нижней части экрана, нажмите клавишу, чтобы отобразить неграфическое меню загрузки. Затем выберите опцию для проверки вашей ОЗУ.

Если это обнаруживает дефект в вашей ОЗУ, вам придется удалить или заменить поврежденную RAM-карту. (Если вы не чувствуете себя комфортно с этим, вам следует заручиться помощью друга, профессионала или другого знакомого с аппаратным опытом. Поскольку это будет проблема с оборудованием, вы можете задать вопрос Суперпользователя , также проконсультируйтесь с ним.)

Это могут быть следующие проблемы:

Плохой установочный носитель (физически дефектный или, более вероятно, поврежденный образ записи или поврежденный ISO). MD5SUM Ubuntu ISO, который вы использовали , чтобы убедиться, что это хорошо (и если это не так, загрузите новый, MD5SUM тоже, и начните с него).

Также убедитесь, что USB-накопитель был правильно написан , выбрав Check диск для дефектов из того же меню, в котором есть опция проверки RAM (см. также это видео ).

Может возникнуть проблема с диском, к которому вы пытаетесь установить Ubuntu. Если у вас есть другой диск, вы можете попробовать его установить. Так как работает живая система (отключение самого флеш-накопителя), вы можете протестировать свой жесткий диск с smartctl , как описано в разделе «Сбой диска» в этой статье .

I have been looking for the answer for the error mentioned in the title but for the first time i haavent got an answer yet. We ll im trying to make my Raspberry pi read analog data but when i run the code in terminal window it gives me ‘IOError: [Errno 5] Input/output error’.

The code im using to read analog data is shown below. Im using PCF8591 ADC converter.

I understand it might be because of the version changed in raspberry pi and i should change SMBus(0) to SMBus(1). For this i checked my RPi version which is not the revised one. But still I tried to run the program by changing the SMBus number, still no luck with it.

The error I get is shown below:

Any help is appreciated. This is the basic block in my bigger project which im trying to execute. So, the fas thinster i get thing working the better i can build my application. Thank you

Welcome to LinuxQuestions.org, a friendly and active Linux Community.

You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!

Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.

Are you new to LinuxQuestions.org? Visit the following links:
Site Howto | Site FAQ | Sitemap | Register Now

If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.

Having a problem logging in? Please visit this page to clear all LQ-related cookies.

Introduction to Linux — A Hands on Guide

This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter. For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author’s experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.

Click Here to receive this Complete Guide absolutely free. 05-02-2008, 09:52 AM #1

after I put dvd in,it load to the screen.I click on accessories, terminal. ubuntu@ubuntucame up.I typeing instuctor.But it keep saying no such files or directory.
Try it other way, it say only root can do that .

So I click on the install icon,fill all field.instlation
system copying files up 32 percent then it fail as befor.

The install encountered on error copying files to hard disk. ERRNO 5) input/output error.
this particular error is aften due to faulty cd-dvddisk or drive or faulty hard disk, it may help to clean the cd/dvd to burn the cd/dvd at a lower speed. or clean lens.
To check whether the hard disk is old and need of replacemint.

I buy the dvd fromweb site, cd-rom is fine, I clean the
dvd the lens. The hard disk is 7 years old was running winwows me, I click on somthing that give this error report. lot of folder came up. Target show 3 of those folder. CD-ROM, INITRD.IMG.VMLINUZ. Showan arrow from on the top of the folder point up.

BY the way when i install ubuntu. I use the entertir drive. Do you think my hard disk is shot?

I never realize lenex givso much problem until I reed sum of those Q and A.

Any help would be welcome.
C J.

c j alex View Public Profile View LQ Blog View Review Entries View HCL Entries Find More Posts by c j alex 11-05-2008, 10:52 AM #2

My solution to [Errno 5] on Ubuntu install was to remove some RAM modules.

I had great trouble installing 8.10 to my computer (model: HP d330). It took me three days and countless hours researching around the internet. Here is my success story.

I downloaded the ISO and attempted to install from the Live CD. The following error appeared at about 24% of install process:

[Errno 5] Input/output error

This particular error is often due to a faulty CD/DVD disk or drive, or a faulty hard disk. It may help to clean the CD/DVD, to burn the CD/DVD at a lower speed, to clean the CD/DVD drive lens (cleaning kits are often available from electronics suppliers), to check whether the hard disk is old and in need of replacement, or to move the system to a cooler environment.

1. Attempted reburn CD-R at slower speed. Same error.
2. Attempted install with «Alternate CD». Same problem (it froze up somewhere in «copy files to disk» process).
3. Attempted boot from Live CD and double click «Install». NO GO. Wouldn’t even start process.
4. Repeated all the above in various ways. Same results.
5. Tried changing the various choices under F6 on boot-up. Freeze or same error.
6. Live CD then begin to hang on boot from CD. Couldn’t get anything to do anything.
7. Attempted to install from Flash card (using separate PC to set it up). Booted fine, but same error on install.
8. Attempted many solutions offered on various forums online. Still no luck.
9. Tried noapic options and others to no avail.
10. Tried repartitioning hard drive, and wiping hard drive and etc. etc. etc.
11.Gave up and installed Windows XP. Hated it (as usual). Waited several hours. Kept repeating all the above plus anything I could think of. Redownload ISO. Burn at slower speeds. Try Alternate CD. Try Flash card again. NO LUCK. Fiddle with various settings again.

And then I used the little grey cells in my head (as Poirot would say in an Agatha Christie novel). I remembered someone somewhere suggested RAM error as the culprit. I ran the memory test without a problem (that took many hours!), but still I was supicious about the memory. My PC has four memory slots but with 3 actually memory sticks. 256Mb (original memory stick that came with computer) + 1Gb (cheap no brand stick added later) + 1GB (another added no brand stick). I simply took out the two 1Gb stick and left only the original 256Mb stick and attempted an install. Bang! It worked. No error. No problem (except it was as slow as molassis to install. ). After the successful install, I replaced the 2Gb of memory and rebooted. Everything worked out. RAM modules might be faulty but everything seems fine.

I’m not sure if this solution will help everyone. The cause of [Errno 5] might be different for each machine, and sometimes just trying a million attempts leads to an eventual success. But in my case, removing most of the RAM solved the problem.

Finally I can get on with enjoying Ubuntu 8.10.

dci-Japan View Public Profile View LQ Blog View Review Entries View HCL Entries Find More Posts by dci-Japan 06-06-2009, 10:58 PM #3

I initially rolled my eyes while looking at dci-Japan’s response/solution to this.

«How the hell could memory affect an I/O error?»

Well. I humbly take it back. Because running out of other options, I tried it anyway. and it worked.

I had 6GB of RAM on 3 DIMMs, couldn’t get past 32% or so on the install of Ubuntu 9.04. I removed all but one, and everything worked perfectly. So strange.

I suppose there’s something about the dual-channel or triple-channel mode that is causing the problem? Either that or the installer is having problems with the large size of RAM (since the installer Live CD is I think i386, even though I was installing the 64bit version of Ubuntu.

Источник: computermaker.info

Понравилась статья? Поделиться с друзьями:
Ок! Компьютер
Добавить комментарий