- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Skip fsck on reboot
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 01:41 AM
05-29-2003 01:41 AM
Skip fsck on reboot
I have performed reboot of linux servers (Red Hat 6.X) that have been up for one year and encountered cases of fsck failing. After fsck failed, all I could do is to go into maintenance mode or reboot. Worse of all, fsck further corrupted the filesystems
Since the server has been running without fail or problems, will it be better to skip fsck on reboot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 02:00 AM
05-29-2003 02:00 AM
Re: Skip fsck on reboot
I don't think skipping fsck is a good idea.
Vitaly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 02:31 AM
05-29-2003 02:31 AM
Re: Skip fsck on reboot
complaining about?Have you also noticed what
partition was it complaining about?
The unwritten rule is to boot the server into
single-user mode with only limited number of filesystems mounted and run fscks as much as needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 02:45 AM
05-29-2003 02:45 AM
Re: Skip fsck on reboot
Linux ext2 filesystem is being fscked either
* Exceed maximum mount count.
* Exceed interval-between-checked.
So you may modify these valuses using /sbin/tune2fs command.
Check tune2fs online manual for more info.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 03:18 AM
05-29-2003 03:18 AM
Re: Skip fsck on reboot
if fsck tries to scan, it means that either there is a problem with the filesystem or it has not updated the filesystem after fixing the problem previous table.
suggest to boot from a cd and manually run fsck.
also, RH6.x belongs to stone age. consider upgrading. and use a journalling filesystem like ext3 to mimise hassles.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 03:32 AM
05-29-2003 03:32 AM
Re: Skip fsck on reboot
I'm stuck with too many stone age Red Hat 6.X servers that I cannot upgrade..
The only solution to my problem so far is
1. Identify the corrupted partition.
2. Backup the entire partition.
3. Delete all files in the partition. This will remove the corrupted files
4. Restore back the files in the partition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 04:33 AM
05-29-2003 04:33 AM
Re: Skip fsck on reboot
is running the same Redhat version and put it in the old linux server. I would use this harddrive to boot linux and repair the file system on
the original harddrive (just copy the files off the other machines harddrive).
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 07:42 AM
05-29-2003 07:42 AM
Re: Skip fsck on reboot
are whose system or user files?most probably
fsck tried to repair some lost/unassigned inodes-files after a bad/unclean shutdown.
There are also ways to repair the files found
in lost+found depends on damage.
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 12:58 PM
05-29-2003 12:58 PM
Re: Skip fsck on reboot
Linux is no exception.
If fsck if finding problems and messign up filesystems then maybe its the problem and you need to get new binaries, or do an OS update.
Just because the system is running right now doesn't mean it will forever. You need to track down why this is happening and correct it.
I think this could be a mirroring problem, or your disk is giving you troble, but I can not say for certain.
If its redhat, see if there is an update for fsck and other OS disk utilities.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 11:47 PM
05-30-2003 11:47 PM
Re: Skip fsck on reboot
Running on a non a fsck'd system is like running into a hole in the groud - eventually you'll have to face the problem, better do it now.
My advice is to backup the faulty system,check if there are also IO error's in the syslog that shows physicall problems on the disk.
If so replace the disk and reinstall the os - later restore the data.
In case of only SW/OS problem
reinstall the OS with repartioning the disk.
If it's a production 24*7 system - create an alternate server beforehand.
And remember - backup first, think later...
Best Regards.
Lior./