Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: Coburn64 on July 22, 2009, 03:55:38 AM

Title: Can't install TinyCore on a storage device? Take a look at this fix...
Post by: Coburn64 on July 22, 2009, 03:55:38 AM
Hi,

I found when I was following the partitioning part of the install guide that cfdisk/mkfs had corrupted the new partition, making it error with I/O errors.

What I did is run fsck /dev/hda1 (where hda1 is your storage device) and pressed y on all the "Fix error?" prompts.

Install could be resumed like there was no hiccup at all.

Hope this helps someone!

Cheers! ;)
Title: Re: Can't install TinyCore on a storage device? Take a look at this fix...
Post by: gerald_clark on July 23, 2009, 12:05:48 AM
It sounds like the disk was in use while it was partitioned and mkfs was run.
Title: Re: Can't install TinyCore on a storage device? Take a look at this fix...
Post by: Guy on July 23, 2009, 02:05:36 PM
People not so familiar with cfdisk/mkfs may find GParted easier.

http://gparted.sourceforge.net/ (http://gparted.sourceforge.net/)

http://partedmagic.com/ (http://partedmagic.com/)

They can partition the drive using one of these before beginning installation.
Title: Re: Can't install TinyCore on a storage device? Take a look at this fix...
Post by: ^thehatsrule^ on July 24, 2009, 12:21:20 AM
What I did is run fsck /dev/hda1 (where hda1 is your storage device) and pressed y on all the "Fix error?" prompts.
passing -y might automate the yes part