CentOS 7 live - Input/Output error

General support questions
Post Reply
kristianonline28
Posts: 4
Joined: 2015/08/05 10:56:51

CentOS 7 live - Input/Output error

Post by kristianonline28 » 2015/08/05 11:00:48

I downloaded a CentOS 7 Live version, put it on a USB and started the CentOS live version. Then I downloaded a file (around 500MB), and wanted to extract it

Code: Select all

tar xvf package.tar
But when extracting, I get the message:

Code: Select all

-bash: /usr/bin/tar: Input/output error
How to solve this problem?

User avatar
TrevorH
Site Admin
Posts: 33242
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: CentOS 7 live - Input/Output error

Post by TrevorH » 2015/08/05 11:20:42

At a guess, get a USB stick that works?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: CentOS 7 live - Input/Output error

Post by gerald_clark » 2015/08/05 12:54:23

The live version expects to be on read-only media, so the writable filesystem is RAM based.
You probably ran out of RAM filesystem space during the tar extract.

kristianonline28
Posts: 4
Joined: 2015/08/05 10:56:51

Re: CentOS 7 live - Input/Output error

Post by kristianonline28 » 2015/08/05 13:17:17

gerald_clark wrote:The live version expects to be on read-only media, so the writable filesystem is RAM based.
You probably ran out of RAM filesystem space during the tar extract.
With ca 16 GB of RAM?

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: CentOS 7 live - Input/Output error

Post by gerald_clark » 2015/08/05 13:39:04

What does df show after the error?

kristianonline28
Posts: 4
Joined: 2015/08/05 10:56:51

Re: CentOS 7 live - Input/Output error

Post by kristianonline28 » 2015/08/05 13:50:28

TrevorH wrote:At a guess, get a USB stick that works?
I tested the USB stick with h2testw. No error.

kristianonline28
Posts: 4
Joined: 2015/08/05 10:56:51

Re: CentOS 7 live - Input/Output error

Post by kristianonline28 » 2015/08/05 14:05:53

gerald_clark wrote:What does df show after the error?

Code: Select all

Bus error
Edit
First, I tried the Ubunut 14.04 Live version with the USB flash drive. Everything worked without any problems. Then I tried the same with the latest CentOS 7 Live version on the same USB flash drive and I got the errors at the top.

Now, I put Ubuntu 14.04 back again to the USB flash drive. Everything is working.

Post Reply