Fedora :: Check Filesystems At Boot Time?

Nov 9, 2010

What are others' views and experience regarding automatically checking filesystems (running fsck) at boot time?To be more clear, I have left the ext3 filesystems on this machine set to require checking after a fixed number of mounts by using tune2fs with the '-c' option. I've done this mainly because of the following (from the tune2fs man page):

Code:Youshould strongly consider the consequences of disabling mount-count-dependentchecking entirely. Bad disk drives, cables, memory, and kernel bugs could all corrupta filesystem without marking the filesystem dirty or in error.e using journalingon your filesystem, your filesystem will never be marked dirty, so it will not normallybe checked. A filesystem error detected by the kernel will still force an fsck on the nextreboot, but it may already be too late to prevent data loss at that pointBut what does anyone else do? Is there really much risk to disabling this automatic checking

View 3 Replies


ADVERTISEMENT

Fedora :: Hangs On Boot (mounting Local Filesystems)

Feb 13, 2010

I'm using Fedora 12 on my Thinkpad X200 and had no major problems since Installation of the Release Candidate. Unfortunately, since a week Fedora makes trouble when booting:

The system boots some times without any problems, some other times it hangs in the following way:

Code:
Gdracut: Mounted root filesystem /dev/sda1
dracut: Switching root
Welcome to ^[[0;34mFedora
Press 'I' to enter interactive startup

[Code]....

View 4 Replies View Related

Ubuntu :: How To Stop Disk Check Every Time On Boot Up

Dec 19, 2010

Every time I boot up I have to go through a disk check and then restart, how do I stop it from happening? When the disk checks happening I press escape and it usually says its deleted inode something because it has zero Dtime or some thing similar and also a paragraph of repeated lines saying something like all system files need alsa base.cnfg it will be ignored in a future release then the disk check completes and it restarts and is fine then, also sometimes it says dev/sda5 (my ubuntu partition) was not cleanly unmounted check forces. Is their a way to stop this happening as it ends up taking ages just to login.

View 3 Replies View Related

General :: Filesystem Check Automatic Repairs At Next Boot Time

Feb 5, 2010

you can refer to this ubuntu thread for context, but i'll sum up what i'm trying to do here to spare the reading. basically i want to be able to schedule a filesystem check with automatic repairs at the next boot time. but i'm not sure if this will try to automatically fix errors which is what i want to do. the reason i want to do this is because i experienced a power outage (the machine was not plugged into an UPS) and i want to make sure everything is ok.

View 2 Replies View Related

Server :: Chedule Check Disk At Boot Time In CentOS 5.3 And OpenSUSE 11.1?

Feb 24, 2010

How to schedule check disk at boot time in CentOS 5.3 and OpenSUSE 11.1?

View 5 Replies View Related

Fedora Servers :: Check In Dates Getting Changed / Updated To System Time

Jun 21, 2011

I am using the default CVS available in Fedora 9. I initiated the CVS server by
cvs -d /usr/local/cvsproj init
To check-in and check-out the following exports commands are used
export CVS_RSH=ssh
export CVSROOT=:ext:swathi@SERVER:/usr/local/cvsproj

I shall explain problem by taking an example. A project was checked in long before (for example the checkin date is 25 Feb 2010). And today (i.e. 21 June 2011) I checked out the project from the repository. After checkout, the date of the project in the repository is changed from 25 Feb 2010 to 21 June 2011. This date is set to all the subfolders in that project. But the files in the project retains the checking date i.e. 25 Feb 2010. Why the check-in dates are getting updated/changed to the system time after doing check-out.

View 2 Replies View Related

Fedora :: 11 Boot Time / System Hangs For A Very Long Time On Starting Udev?

Sep 25, 2009

When booting Fedora 11, my system hangs for a very long time on starting udev. Sometimes I get an I/O error. However, my hardware is fine. I do eventually get in to the system.

View 7 Replies View Related

Ubuntu :: Start Filesystems Automatically At Boot?

Mar 4, 2010

When I go to 'Places' on my panel, my windows drives are listed. I can click on one, it then asks me for password, then it puts a hard drive icon on my desktop. This is excellent.They are listed as '200 GB Filesystem' etc.My only problem, is how to make these icons stay after I shut down. I don't want to do this every time I boot up.

View 4 Replies View Related

General :: Filesystems - Format Does A Partition Have To Be In Order To Boot Off Of It?

Sep 19, 2011

I am using disk utility to partition an external hard disk. My intention is to boot linux off of the partition. However, I am unsure of which format to make the partition. Disk Utility in OS X only allows Mac OS X Journaled, Mac OS X, FAT, exFAT, and free space. Which one should I use?

View 2 Replies View Related

Fedora :: Increase The Boot Selection Time In Dual Boot System?

Mar 4, 2010

I am having dual boot system(windows 7 and Fedora 12).When i switch on my system.It show the the timer 3 sec in order to get boot selection window(means window which asks that what to start fedora 12 or windows 7).I want to increase this time from 3 to 10 sec.

[URL]

View 3 Replies View Related

Fedora :: Cancel Filesystem Check On Boot?

Mar 24, 2010

my Fedora 12 does fsck on boot time to time and sometimes it's really annoying having to wait for the check to complete. In Linux Mint pressing <Esc> cancelled the check; however in Fedora this does not work (nor does Ctrl+C nor anything other I've tried). What is the key to cancel the check in Fedora?

View 11 Replies View Related

Fedora :: Back Up Filesystems Without System Dying?

Jun 7, 2010

I have a 2TB USB drive which I use as a backup device - I dump two filesystems onto it, totalling around 1TB. However, doing the dump trashes my F11 system, making it basically unusable, not only during the dump but also afterwards. I have 8GB of RAM, all of which is needed and normally in use, but when dumping, the system starts hogging huge amounts of it as buffer space - up to 1GB of RAM is reported to be allocated. And rather than using free memory for buffer space, it seems to aggressively swap processes out to get it. The system tends to melt down as a result, and just switching virtual desktops can take 5 minutes.

But after the dumps finish, the problems continue - the system is currently trying to keep around 700-800MB free, and continually swapping out processes to do so, even after the buffer space in use has gone back to about 100MB. This seems like strange behaviour for a fairly common type of activity. Presumably a lot of the buffer space is used to store what is being read from the filesystem (which will never be needed again), and some is used to cache the writes to the USB drive which is slower than the internal hard drives.

I have spent a lot of time trying changes to some of the kernel parameters, after reading articles about them. Of all the ones I've tried, setting vm.dirty_ratio to 1 instead of 5 helps a bit, and setting vm.dirty_background_ratio to 5 instead of 20 makes some improvement I think. Setting vm.swappiness to 0 doesn't seem to help at all.

So my question (at last!) is - how can I back up my filesystems without my system dying? In particular, can I limit the space used for buffers somehow, or turn off buffering for the dump process? And why does dumping result in the system artificially keeping huge amounts of space free afterwards, so I have to reboot to make the system usuable again?

View 5 Replies View Related

Fedora X86/64bit :: Mounting Other Filesystems: FAILED?

Aug 25, 2011

Mounting other filesystems:FAILED i got this error on startup.Tryed to change names,to put none but always the same.

Code:
# /etc/fstab: static file system information.
#

[code]....

View 14 Replies View Related

Red Hat / Fedora :: Display Active Mounted Filesystems Using C?

Feb 10, 2011

I want the sample code to display the active mounted filesystems for a particular user from VM server.

View 1 Replies View Related

General :: Check If NTP Adjusted System Time?

Aug 27, 2010

I have a machine that experienced some troubles with some of the real time stuff that I'm running. One lead that I have is that NTP daemon may have moved the time, causing false timeouts.

How do I find out if NTP daemon did indeed move time at all? Any logs? I do see NTP daemon restart in /var/log/messages, but I don't know if time adjustment should be there as well. to clarify: I need to understand it from the logs, after the event. May be 2 days after the time was adjusted. Running commands to see the current status doesn't help.

View 3 Replies View Related

Fedora Installation :: Best Method Of Dual Booting (Different Filesystems)

Nov 23, 2010

After recently looking around the Linux world, I decided that I would also like to try fedora. Primarily because of the BTRFS file system that I would like to try out while still having Ubuntu as my main OS. Normally, I'd just partition as usual as I would with any of my other OSs, however this is the first time I have tried to dual boot two Linux installs on two different file systems. Does anybody have a better method of going about this? Or to just go about it as usual and install on two different partitions? Also, I do not want to wipe the data from the computer as it is now. I have it all backed up, but I don't really want to go through the hassle.

View 4 Replies View Related

Fedora :: Stopping Automounting Filesystems In Fedora 10

Mar 8, 2009

Fedora automounts my hardisk partitions on the desktop. This creates too much clutter on the desktop. How can I make Fedora stop automounting other partitions. I looked in /etc/fstab, but could not locate any entry relating to this. Any body know how can I achieve this ?

View 4 Replies View Related

Ubuntu :: Each Time Start The Computer - Have To Check The Disk

May 19, 2011

When I start the computer I receive the message that the drive that contains the /home partition has an error. If I press "F" the screen says that the drive is no ready, that I can wait, cancel or manually recovery. If I wait, in about 1 minute, the system starts normally. If I press "M" to repair manually, then I press fsck to repair the disk and apparently repairs the disk. But everytime I start (power on) the computer, Ubuntu always checks the disk and gives a dialog where I can: press F to attempt to fix the errors, I to ignore, S to skip mounting or M for manual recovery

View 1 Replies View Related

Networking :: Server Cbq Time Check Was Not Working Properly

Jun 21, 2010

Am using rhel5 server, in my server cbq time check was not working properly am using this cmd TIME=18:00-6:00;300Kbit/25Kbit,

View 1 Replies View Related

Fedora Installation :: Transaction Check Error: Package Kernel-PAEdebug Needs 9MB On The /boot Filesystem

Jan 21, 2010

I did the "yum update" today, the process was doing well but, the follow error appears:

Transaction Check Error:

installing package kernel-PAEdebug-2.6.31.12-174.2.3.fc12.i686 needs 9MB on the /boot filesystem

Look:

Code:

Transaction Summary
==================================
Install 10 Package(s)
Upgrade 33 Package(s)
Remove 1 Package(s)

[code]....

View 6 Replies View Related

General :: Check Server Bandwidth Usage In Real Time?

Mar 21, 2010

I'm trying to check my server's bandwidth usage in real time, installed the following programs but none worked so far.

Iptraf - No results even when using iptraf -u
Tcptrack - Error : pcap_loop: cooked-mode frame doesn't have room for sll header
Iftop - No results, everything 0b

Are there any programs that displays bandwidth usage in real time and actually works on VPSes? Or getting real time bandwidth usage on a VPS is simply impossible?

View 5 Replies View Related

Software :: C Preprocessor /lib/cpp Fails Sanity Check - Every Single Time

Aug 3, 2010

I have no idea what I've done but I can't compile from source anymore.
VectorLinux standard 6.0

everything I try to compile fails at ./configure with an error :

Quote:

The content of config.log: (kinda long)

Quote:

This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.

It was created by mpc configure 0.8.2, which was generated by GNU Autoconf 2.65.

Invocation command line was:

configure: exit 1

I was intending to recompile gcc from source instead of the the one came with the distro, but to do so I need MPC, which I can't compile.

View 18 Replies View Related

Fedora :: Completley Disable LVM At Boot Time

Apr 25, 2011

I am working on shortening my boot time on my laptop, so I am using bootchart to help me pinpoint the slow areas. So far, I got it down to about 40 seconds (from 2:33! -- dosfsck was running every boot). I don't use LVM (I am dual booting with Windows and it's hard enough with static partitions), and I have tried to disable LVM in every way I can imagine except uninstalling it (system-config-kickstart depends on it), but I still see it being initialized at boot time. How do I prevent the system from even considering LVM during boot??

My bootchart is here, and in case it is useful to anyone, my bootchart.tgz and boot.log..I'm running Fedora 14, and it's up to date.

View 2 Replies View Related

Slackware :: Stop At Boot Time To Increase Booting Time?

Mar 5, 2010

It looks,slackware is taking too much time to boot. It's starting daemons at boot time.

What are those daemons that i can stop at boot time to increase booting time?

What's the best way to stop starting daemons at boot time?

View 14 Replies View Related

Fedora Installation :: Load Vncserver At Boot Time?

Jun 21, 2009

configured /etc/sysconfig/vncserver, used vncpasswd as the user im trying to log in as to set passwd, disabled firewalls, set chkconfig --add vncserver but still whenever i try to connect to the vnc server I get "unable to connect to host: Connection refused (10061)". If I run the "vncserver" command as my normal user, I can connect fine then. This really wearing on me, any help is greatly appreciated. It is weird if I try to stop vncserver it says [ok] and then if I try to stop again it says [Failed] but if I check the status of vncserver it says Xvnc is running..

View 8 Replies View Related

Fedora Installation :: Choose Which Drive To Use At Boot Time?

Jul 9, 2009

I have a drive... let's say SDA1 On that drive I do a F10 install.

Now I remove the drive and put another drive in and did F11 install on another drive in the SDA1 slot.

Now I put the other first drive in.

Now, F10 is on SDA1 and F11 is on SDB1.

What can I add to FSTAB and GRUB.CONF so I can choose which drive I want to use at boot time?

View 14 Replies View Related

Fedora :: Udev Warning Message At Boot Time?

Aug 11, 2009

i'm heaving the following message at boot time: "Starting udev: udevd[114]: unknown key 'DEVTYPE' in /etc/udev/rules.d/70-cups-libusb.rules:6", i guess it's something about usb printing support but i am not sure, and i don't know how to fix it, does any of you guys know what this exactly means and how to fix it

View 6 Replies View Related

Fedora :: Clock - Boot Into To 12 Time Is Wrong But Not In Windows

Oct 29, 2009

I'm running windows 7 and the F12 Beta (although the same issue existed in my f11 distro) on an asus g71 bb. When ever I boot into windows my time is correct. If I boot into to F12 my time is wrong. Usually by 4 hours. If I change it in Linux when I boot into windows I end up switching the time on my windows partition. I tried searching the forum (rather casual I'll admit) and couldn't find any solutions.

View 10 Replies View Related

Fedora :: System Time Discrepancy On Dual-boot XP / F12?

Jan 24, 2010

why, after booting to windows for any length of time that upon rebooting to Fedora the system time is 3 or 4 or 6 hours off? Sure, it is easily fixed with ntpdate but is there a more permanent fix?

View 11 Replies View Related

Fedora :: Mounting Local Filesystems: Mount: Unknown Filesystem Type 'LVM2_member'

Mar 28, 2011

I just updated Fedora 14 with the updates it downloaded and I am now stuck with the error.

View 10 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved