Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: Daniel on September 19, 2011, 05:43:35 AM

Title: no disk check during boot (for all disk except boot disk)
Post by: Daniel on September 19, 2011, 05:43:35 AM
Hi,

On my machines, i've got and USB HDD inside key (ubuntu)
I boot on an external usk-key with TCL.

When there is disk problems (inside key), TCL is checking to repair disks.

How can i deactivate that check?
That take many time, and i want to do controls - repairs by myselfs (why i do TCL external boot).

Thanks
Daniel.
Title: Re: no disk check during boot (for all disk except boot disk)
Post by: curaga on September 19, 2011, 09:45:52 AM
There is no forced fsck on TC. I guess you mean the tce dir scan? You can avoid that by specifying a tce= dir.
Title: Re: no disk check during boot (for all disk except boot disk)
Post by: Daniel on September 19, 2011, 09:55:29 AM
TC is only on the external USB key.

I want to check and repair internal USB HDD (key).
But i don't want TC to try to repair it by checking disk if an error id detected.

I will try your option!
I can suppose there is no error on TC USB key and removing all disk controls.
Thanks,
Daniel.
 
Title: Re: no disk check during boot (for all disk except boot disk)
Post by: Rich on September 19, 2011, 10:07:03 AM
Hi Daniel
Why do think TC is performing a file system check? Are you seeing a message that says that?
If so, then post the message.
Title: Re: no disk check during boot (for all disk except boot disk)
Post by: Daniel on September 19, 2011, 11:52:27 AM
I found an other machine in this case:
Code: [Select]
Waiting as requested ... 28 sd 2:0:0:0: [sda] No Caching mode page present
sd 2:0:0:0: [sda] Assuming drive cache: write throught
...
sd 3:0:0:0: [sdb] No Caching mode page present
sd 3:0:0:0: [sdb] Assuming drive cache: write throught
end_request: I/O error, dev sda, sector 2080
Buffer ./O error on device sda1, logical block 256

And same others errors follow (different sector).

thanks
Daniel.
Title: Re: no disk check during boot (for all disk except boot disk)
Post by: Rich on September 19, 2011, 12:11:59 PM
Hi Daniel
That does not look like the output of a file system check. That looks like you are getting I/O errors
trying to access the drive.
Title: Re: no disk check during boot (for all disk except boot disk)
Post by: Daniel on September 20, 2011, 04:49:17 AM
First: there is others lines like that
Quote
I/O error, dev sda, sector 2080
Buffer ./O error on device sda1, logical block 256
with other sectors ... and other logical blocks

Second: I've got more than one machine (identical).
The only machine having (check) problems (check) are thoothes with usb hdd disk problem.


But: If you confirm I/O errors (I will check with changing USB HDD disk to see if there is almost errors), that may be a hardware problem.

Thanks
Daniel