why does fsck take 10 minutes to finish on my 250GB hdd? JFS fsck takes 1
Minute
--
View this message in context: http://www.nabble.com/fsck-tf4840279.html#a13848110
Sent from the Ext3 - User mailing list archive at Nabble.com.
_______________________________________________
Ext3-users mailing list
Ext3-users@redhat.com
https://www.redhat.com/mailman/listinfo/ext3-users
02-13-2008, 09:17 PM
Centos
fsck
Hello
our server is crashed and now some files are missing.
when I do ls, I can see the file but when I do ls -la, file does not
show up.
I am going to do fsck, but was wondering if there is any other quick fix
rather
than umount and do fsck.
Thanks
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
02-13-2008, 09:19 PM
"Ross S. W. Walker"
fsck
Centos wrote:
>
> Hello
>
> our server is crashed and now some files are missing.
> when I do ls, I can see the file but when I do ls -la, file does not
> show up.
>
> I am going to do fsck, but was wondering if there is any
> other quick fix
> rather
> than umount and do fsck.
Fsck is a necessary evil here, but after fsck you will still
need to do a restore to recover any missing or damaged files.
-Ross
__________________________________________________ ____________________
This e-mail, and any attachments thereto, is intended only for use by
the addressee(s) named herein and may contain legally privileged
and/or confidential information. If you are not the intended recipient
of this e-mail, you are hereby notified that any dissemination,
distribution or copying of this e-mail, and any attachments thereto,
is strictly prohibited. If you have received this e-mail in error,
please immediately notify the sender and permanently delete the
original and any copy or printout thereof.
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
03-25-2008, 10:55 PM
fsck
*Is there anyway to automate the following (all from one script):
**** Boot to single-user mode (or whatever is required)
**** run fsck
**** reboot back to level 5 (or 3)
so that you can kick it off, go away,
come back an hour or so later and it'll
all be done (via IP)?
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
03-25-2008, 11:20 PM
Albert Graham
fsck
Tony,
No script required:
# shutdown -Fr now
However, I'm the kinda person what would hang around for that particular
hour!, I'd then shag off after that
Albert.
tony.chamberlain@lemko.com wrote:
Is there anyway to automate the following (all from one script):
Boot to single-user mode (or whatever is required)
run fsck
reboot back to level 5 (or 3)
so that you can kick it off, go away,
come back an hour or so later and it'll
all be done (via IP)?
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
03-25-2008, 11:31 PM
Konstantin Svist
fsck
tony.chamberlain@lemko.com wrote:
Is there anyway to automate the following (all from one script):
Boot to single-user mode (or whatever is required)
run fsck
reboot back to level 5 (or 3)
so that you can kick it off, go away,
come back an hour or so later and it'll
all be done (via IP)?
How about "touch /forcefsck"?
It will force fsck to run on next reboot
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
03-26-2008, 02:11 PM
Aaron Konstam
fsck
On Tue, 2008-03-25 at 23:55 +0000, tony.chamberlain@lemko.com wrote:
>
> Is there anyway to automate the following (all from one script):
>
> Boot to single-user mode (or whatever is required)
> run fsck
> reboot back to level 5 (or 3)
>
> so that you can kick it off, go away,
> come back an hour or so later and it'll
> all be done (via IP)?
It depends if the partition you aare running fsck on is mounted in
single user mode. You can't run fsck on a mounted disk.
--
================================================== =====================
I want the presidency so bad I can already taste the hors d'oeuvres.
================================================== =====================
Aaron Konstam telephone: (210) 656-0355 e-mail: akonstam@sbcglobal.net
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
03-26-2008, 05:13 PM
fsck
*thanks for the suggestion about the* touch /forcefsck
someone here wanted me to ask if we can do*** touch /forcefsck -a
to automate the fsck so no one has to be there to answer "yes", "yes", ...
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
03-26-2008, 05:57 PM
Rick Stevens
fsck
tony.chamberlain@lemko.com wrote:
thanks for the suggestion about the touch /forcefsck
someone here wanted me to ask if we can do touch /forcefsck -a
to automate the fsck so no one has to be there to answer "yes", "yes", ...
You can stuff "-y" into /etc/fsckoptions or create
/etc/sysconfig/autofsck and add
AUTOFSCK_OPT="-y"
to it.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer rps2@nerd.com -
- Hosting Consulting, Inc. -
- -
- A squeegee, by any other name, wouldn't sound as funny. -
----------------------------------------------------------------------
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
03-26-2008, 10:15 PM
Aaron Konstam
fsck
On Wed, 2008-03-26 at 18:13 +0000, tony.chamberlain@lemko.com wrote:
>
> thanks for the suggestion about the touch /forcefsck
>
> someone here wanted me to ask if we can do touch /forcefsck -a
> to automate the fsck so no one has to be there to answer "yes",
> "yes", ...
I don't think so since forcefsck is not a command just a file that has
to exist,
--
================================================== =====================
polygon: Dead parrot.
================================================== =====================
Aaron Konstam telephone: (210) 656-0355 e-mail: akonstam@sbcglobal.net
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list