| Summary: | checkfs progress indicator missing... | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Radek Podgorny <radek> |
| Component: | [OLD] Core system | Assignee: | Martin Schlemmer (RETIRED) <azarah> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | enhancement | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
checkfs patch
checkroot patch |
||
|
Description
Radek Podgorny
2003-03-12 14:56:36 UTC
do you use ext2 ? i think it's not supported in ext3, xfs or reiserfs I use ext3... Anyway, even if it's not supported on ext3, I'm affraid there's no progress displayed during the ext2 check but I haven't tried it. Someone should take a look at it... Else, I'm really sorry... Radek The two patches I'm attaching herewith should solve the problem. I've tested it with ext3. I don't have any machines running reiser or any other filesystems. first patch is against /etc/init.d/checkfs second patch is against /etc/init.d/checkroot Both are missing -C flag while doing fsck. Even though the man pages says -C works with ext2, i've checked that it works with ext3. For more info, man fsck. Created attachment 9341 [details, diff]
checkfs patch
patch against /etc/init.d/checkfs
Created attachment 9342 [details, diff]
checkroot patch
patch against /etc/init.d/checkroot
|