Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Fsck


In the News (Thu 31 Dec 09)

  
  Fsck
Generally, fsck is run automatically at boot time when the system detects that a file system is in an inconsistent state, indicating a non-graceful shutdown, such as a crash or power loss.
Typically, fsck utilities provide options for interactively repairing damaged file systems (the user must decide how to fix specific problems), allowing fsck to decide how to fix specific problems (so the user doesn't have to answer any questions), or reviewing the problems that need to be resolved on a file system without actually fixing them.
Fsck can also be run manually by the system administrator if she or he believes there is a problem with the file system.
www.ebroadcast.com.au /lookup/encyclopedia/fs/Fsck.html   (173 words)

  
 fsck(8): check/repair file system - Linux man page
Fsck will manage the filesystem checkers so that only one of them will display a progress bar at a time.
Options which are not understood by fsck are passed to the filesystem-specific checker.
Please note that fsck is not designed to pass arbitrarily complicated options to filesystem-specific checkers.
www.die.net /doc/linux/man/man8/fsck.8.html   (1503 words)

  
 Solaris 2.5.1 man page: fsck(1m)
fsck will not work on a block device if it is mounted.
In interactive mode, fsck will list the direction the conversion is to be made and ask whether the conversion should be done.
Running fsck on a mounted file system can cause the operating system's buffers to become out of date with respect to the disk.
www.cae.wisc.edu /manuals/unix-man/solaris-2.5.1/fsck.1m.html   (828 words)

  
 itmission.org - FSCK
fsck must only be run on unmounted filesystems, never on mounted filesystems (with the exception of the read-only root during startup).
On a badly corrupted partition, you may need to run fsck several times to fix all the problems.
This list can be fed to fsck to be recorded in the filesystem data structures so that the operating system won't try to use the bad blocks for storing data.
itmission.org /index.php?n=Main.FSCK   (445 words)

  
 Unix for Advanced Users - Light Sysadmin Tasks - Checking and Fixing Filesystem Errors   (Site not responding. Last check: 2007-09-09)
It is generally used for the initial check and repair of all the filesystems on a machine after it loses power.
fsck performs low-level operations on a disk, treating it as a raw device rather than a filesystem (i.e.
The first method will fail in the case that the fsck executable itself is damaged, so the second method is preferrable.
www.uwsg.iu.edu /UAU/sysadmin/fsck.html   (501 words)

  
 fsck - check and repair file system
If the file system is inconsistent the default action for each correction is to wait for the user to respond yes or no. If the user does not have write per- mission fsck defaults to a no action.
Those entries in /etc/vfstab which have a character special device entry in the fsckdev field and have a non-zero numeric entry in the fsckpass field will be checked.
In interac- tive mode, fsck will list the direction the conversion is to be made and ask whether the conversion should be done.
www.fh-augsburg.de /cgi-bin/man2html?fsck[1M]   (968 words)

  
 YoLinux.com Manpage: fsck
Nor- mally, the fsck program will try to run filesystems on different phys- ical disk drives in parallel to reduce total amount time to check all of the filesystems.
For compatibility with Mandrake distributions whose boot scripts depend upon an unauthorized UI change to the fsck pro- gram, if a filesystem type of loop is found in fslist, it is treated as if opts=loop were specified as an argument to the -t option.
Hence, a very common configuration in /etc/fstab files is to set the root filesystem to have a fs_passno value of 1 and to set all filesystems to have a fs_passno value of 2.
node1.yo-linux.com /cgi-bin/man2html?cgi_command=fsck   (1530 words)

  
 fsck
If all of the filesystems in For compatibility with Mandrake distributions whose boot scripts depend upon an unauthorized UI change to the fsck pro- gram, if a filesystem type of loop is found in fslist, it is treated as if opts=loop were specified as an argument to the -t option.
Fsck will man- age the filesystem checkers so that only one of them will dis- play a progress bar at a time.
Please note that fsck is not designed to pass arbitrarily com- plicated options to filesystem-specific checkers.
www.ctssn.com /man/index.cgi?section=8&topic=fsck   (1274 words)

  
 Manual Page on fsck.1M
fsck audits and interactively repairs inconsistent file system conditions.
The amount and severity of data loss may be determined from the diagnostic output.
See largefile(5) for the description of the behavior of fsck when encountering files greater than or equal to 2 Gbyte (2 **31 bytes).
cres.anu.edu.au /cgi-bin/man?fsck.1M   (850 words)

  
 [No title]
The fsck program will try to run filesystems on different physical disk drives in parallel to reduce total amount time to check all of the filesystems.
Fsck will manage the filesystem check­ ers so that only one of them will display a progress bar at a time.
Please note that fsck is not designed to pass arbi­ trarily complicated options to filesystem-specific checkers.
www.ibiblio.org /gferg/ldp/man/man8/fsck.8.html   (1093 words)

  
 Disk Maintenance under Linux (Disk Recovery) | Linux Journal
Invoking fsck from the command line on any given partition will probably not result in a check being run, because you have not reached the predetermined maximum mount count; therefore, the system believes the file system is clean and not in need of checking.
While fsck will usually not encounter problems, typing fsck -y and then taking a coffee break, leaving the machine to take care of itself, is not particularly prudent.
I consider the fsck and e2fsck man pages fairly well written, as is appropriate considering the importance of these utilities to your file system's health.
www.linuxjournal.com /article/193   (3586 words)

  
 fsck
The default action for each consistency correction is to wait for the operator to respond yes or no. If the operator does not have write permission on the filesystem fsck will default to a -n action.
These are the only inconsistencies that fsck with the -p option will correct; if it encounters other inconsistencies, it exits with an abnormal return status and an automatic reboot will then fail.
After successfully correcting a filesystem, fsck will print the number of files on that filesystem, the number of used and free blocks, and the percentage of fragmentation.
www.ss64.com /osx/fsck.html   (1040 words)

  
 checking and repairing file system with fsck
:fsck tries to repair all the problems it finds in a file system without stopping for user response useful in case of a large number of inconsistencies in a file system but has the disadvantage of removing some useful files which are detected to be corrupt.
The fsck topic here paid a brief visit to some of general aspects of fsck but a detailed document on fsck is comming up to cover most of the error messages and there explanation so watch out if you are looking for more details.
fsck is covered in most of the sysadmin books and you can buy some of the books from amazon.com or besttechbooks.com which is a amazon affiliate site with focus obly on technical books.
www.adminschoice.com /docs/fsck.htm   (970 words)

  
 Linux: fsck   (Site not responding. Last check: 2007-09-09)
Nor- mally, the fsck program will try to run filesystems on different physi- cal disk drives in parallel to reduce total amount time to check all of the filesystems.
If all of the filesystems in For compatibility with Mandrake distributions whose boot scripts depend upon an unauthorized UI change to the fsck program, if a filesystem type of loop is found in fslist, it is treated as if opts=loop were specified as an argument to the -t option.
If you pass fsck some horribly com- plicated option and arguments, and it doesn't do what you expect, don't bother reporting it as a bug.
www.linuxforum.com /man/fsck.8.php   (1100 words)

  
 Linux Manual Page: fsck 8
Please note that fsck is not designed to pass arbi- trarily complicated options to filesystem-specific checkers.
If you pass fsck some horribly compli- cated option and arguments, and it doesn't do what you expect, don't bother reporting it as a bug.
This is cur- rently the default, but future versions of fsck may attempt to automatically determine how many file system checks can be run based on gathering accounting data from the operating system.
btr0xw.rz.uni-bayreuth.de /cgi-bin/manpages/fsck/8   (1326 words)

  
 [No title]
The fsck command passes are organized in the /etc/fstab file as follows: Pass File system(s) type 1 Root (/) 2 Required for single-user operation 3 Boot-node local file system 4 and above Remote-node file system, NFS and PFS.
The preceding inconsistencies are the only ones that fsck with the -P argument corrects; if it encounters other incon- sistencies, it exits with an abnormal return status and an automatic reboot will then fail.
After successfully correcting a file sys- tem, fsck prints the number of files on that file system, the number of used and free blocks, and the percentage of fragmentation.
www.sandia.gov /ASCI/Red/usage/paragon/man/man8/fsck.8.html   (1258 words)

  
 DragonFly On-Line Manual Pages : fsck (8)   (Site not responding. Last check: 2007-09-09)
For each corrected inconsistency one or more lines will be printed identifying the filesys- tem on which the correction will take place, and the nature of the cor- rection.
If fsck receives a SIGINFO (see the ``status'' argument for stty(1)) sig- nal, a line will be written to the standard output indicating the name of the device currently being checked, the current phase number and phase- specific progress information.
Fsck has more consistency checks than its predecessors check, dcheck, fcheck, and icheck combined.
leaf.dragonflybsd.org /cgi/web-man?command=fsck&section=8   (1061 words)

  
 Linux / manualindex / fsck
If the type can not be deduced, fsck will use the type specified by the -t option if it specifies a unique filesystem type.
Hence, a very common configuration in /etc/fstab files is to set the root filesystem to have a fs_passno value of 1 and to set all filesys- tems to have a fs_passno value of 2.
Fsck will manage the filesystem check- ers so that only one of them will display a progress bar at a time.
www.linux.se /showMan.php?TITLE=fsck&SECTION=8   (809 words)

  
 fsck
The suite is currently composed of 3 programs, one (fsck) for everyday disc scanning (and eventually fixing), one (eliminate) for removing broken files that the OS can't otherwise delete and one (hardfix) for fixing heavily corrupted discs.
fsck also reports various informations about the allocation of files and directories, giving a detailed count of the amount of disc space that is wasted due to the way files are stored on it (see RealCount for an easier way to obtain these statistics).
To date, fsck fixed hundreds of discs, received a number of positive comments in the comp.sys.acorn groups, is mentioned in the comp.sys.acorn FAQ, has been positively reviewed in the RISC User magazine (September 1995) and has been included in the Acorn User Cover Disc (March 96).
www.monesi.com /sergio/fsck.html   (761 words)

  
 UNIX man pages : fsck_vxfs ()
If special is not specified, fsck prompts you with each file system listed in /etc/fstab to determine which file system to check, unless you specify -y or -Y, to automatically answer yes to the prompts.
If fsck -o full without nolog is run on a clean file system, it first replays the intent log.
If fsck was not invoked with the -y option, it must be reinvoked with the -y or -o full option to perform a full fsck.
falcon.jmu.edu /cgi-bin/man-cgi?fsck_vxfs   (981 words)

  
 Manpage of FSCK
Normally, the fsck program will try to run filesystems on different physical disk drives in parallel to reduce total amount time to check all of the filesystems.
The exit code returned when multiple file systems are checked is the bit-wise OR of the exit codes for each file system that is checked.
This option is mapped to e2fsck's -p option which is safe to use, unlike the -a option that most file system checkers support.
www.fifi.org /cgi-bin/man2html?fsck+8   (1359 words)

  
 FSCK
If the type can not be deduced, fsck will use the type specified by the −t option if it specifies a unique filesystem type.
Any options which are not understood by fsck, or which follow the −− option are treated as file system-specific options to be passed to the file system-specific checker.
The manual page was shamelessly adapted from David Engel and Fred van Kempen’s generic fsck front end program, which was in turn shamelessly adapted from Remy Card’s version for the ext2 file system.
www.devdaily.com /unix/man/man8/fsck.8.shtml   (829 words)

  
 OSXFAQ - Technical News and Support for Mac OS X
Disk Utility and fsck are supposed to do the same exact thing, but there are times when fsck may be preferred.
Apple says you should run the Disk Utility application on the Mac OS X CD before fsck, but I am going to go against the grain by stating that I believe your chance of success is greater if you run fsck first.
It is normal to have to run fsck more than once -- the first run's repairs often uncover additional problems..
www.osxfaq.com /dailytips/07-2002/07-31.ws   (856 words)

  
 Resolve startup issues and perform disk maintenance with Disk Utility and fsck
fsck is a command-line utility that may be able to verify and repair a disk.
Important: If this message appears, repeat the fsck command you typed in step 2 until fsck tells you that your volume appears to be OK (first-pass repairs may uncover additional issues, so this is a normal thing to do).
The -y flag: Tells fsck that you want to answer "yes" to all questions about fixing, repairing, or salvaging information.
docs.info.apple.com /article.html?artnum=106214   (1386 words)

  
 UNIX man pages : fsck (1M)
Y Assume a yes response to all questions asked by fsck.
Once the attri- butes have been stripped, the file system is completely stable on versions of Solaris that are attribute-aware, but would be considered corrupted on attribute-aware versions.
In the latter circumstance, run the attribute-aware fsck to stabilize the file system before using it in an attribute- SunOS 5.9 Last change: 15 Apr 2003 4 System Administration Commands fsck(1M) aware environment.
bama.ua.edu /cgi-bin/man-cgi?fsck+1M   (999 words)

  
 Using Disk Utility and fsck for file system maintenance in Mac OS X
Starting in Safe Boot or using Disk Utility usually means you do not need to use fsck but there are exceptions.
The fsck utility will go through five "phases" then return information about the disk's utilization and fragmentation.
It's OK if you need to do several "passes" of fsck, because first-pass repairs may uncover additional issues.
www.jmu.edu /computing/mac/osxdiskutil.shtml   (547 words)

  
 Forced Fsck - SlackWiki
A Forced Fsck (forced file check) happens on boot up due to one of three things:
The only way to bypass a Forced Fsck is to boot the machine from another boot medium (e.g.
Sometimes, a forced fsck will occur and may not complete.
slackwiki.org /Forced_fsck   (370 words)

  
 Mind Fsck   (Site not responding. Last check: 2007-09-09)
The use of "fsck" as a replacement for "EffYuCeeKay?
"fsck" is a Unix program which does a filesystem consistency check and repair.
and there I was thinking that a mind fsck was when you check that your internal beliefs, values and goals are consistent and corruption free.
c2.com /cgi/wiki?MindFsck   (221 words)

  
 ! Aware to man pages: fsck(8)
DESCRIPTION The fsck command invokes filesystem-specific programs to check the spe- cial devices listed in the fstab(5) file or in the command line for con- sistency.
If the list starts with no then invoke fsck the filesystem types that are not specified in the list.
-y Causes fsck to assume yes as the answer to all operator ques- tions.
www.rocketaware.com /man/man8/fsck.8.htm   (345 words)

  
 Manpage of FSCK
fsck の動作を逐次的にする。 複数のファイルシステムを インタラクティブ (対話) モードでチェックする際に有用。 (注意: デフォルトでは e2fsck(8) の動作は対話モードである。 e2fsck(8) を非対話モードで動作させるには、 -p オプションか -a オプションを使用する。また非対話的にエラーを自動修復させたい場合は -n オプションを利用する。)
fsck が理解しないオプションは、ファイルシステム固有のチェッカーに渡される。 これらのオプションは引き数をとってはならない。 なぜなら、どのオプションが引き数をとるか (とらないか) を fsck が正しく判断できる方法がないためである。
fsck は任意の複雑なオプションをファイルシステム固有のチェッカーに渡すようには 設計されていない点に注意すること。 複雑なことをやろうとするときは、 ファイルシステム固有のチェッカーを直接実行してほしい。 非常に複雑なオプションと引き数を fsck に渡した場合に、期待した動作をしなかったとしても、 バグとして報告するには及ばない。 fsck にやらせるべきではないことを、あなたがやったのだから。
www.linux.or.jp /JM/html/e2fsprogs/man8/fsck.8.html   (396 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.