Re: file systems
- To: debian-user@lists.debian.org
- Subject: Re: file systems
- From: Stan Hoeppner <stan@hardwarefreak.com>
- Date: Sat, 30 Apr 2011 22:53:27 -0500
- Message-id: <[🔎] 4DBCD937.2050600@hardwarefreak.com>
- In-reply-to: <4DB76F2C.5010906@aya.yale.edu>
- References: <87wriqjd0t.fsf@towardsfreedom.com>	<4DAE0FF0.5070805@hardwarefreak.com>	<4DB513E5.5030902@cox.net>	<4DB5CC72.4070106@hardwarefreak.com>	<4DB5EDAB.6010706@cox.net>	<4DB60919.6080403@hardwarefreak.com>	<4DB60C9E.4090104@cox.net>	<4DB630D1.9040005@hardwarefreak.com>	<4DB646ED.8080909@cox.net>	<4DB67726.1030304@hardwarefreak.com>	<4DB6D6C0.2090704@cox.net>	<4DB73CB2.5050605@hardwarefreak.com>	<4DB749DE.8030307@cox.net>	<4DB75F4D.8060106@aya.yale.edu> <BANLkTi=iz+UkxVccwzzgdtsXpE791NC-aQ@mail.gmail.com> <4DB76F2C.5010906@aya.yale.edu>
On 4/26/2011 8:19 PM, PMA wrote:
But just in point of fact if possible: What *is* XFS's position
re FSCK -- just that it is excluded from the boot process,
or that it can never be run? And for whichever, does XFS
documentation offer a reason?
I suggest executing 'man fsck'.  Here's a relevant snippet from such:
       In actuality, fsck is simply a front-end for the various file 
system checkers (fsck.fstype) available under  Linux.   The
       file  system-specific  checker  is  searched for in /sbin first, 
then in /etc/fs and /etc, and finally in the directories
       listed in the PATH environment variable.  Please see the file 
system-specific checker manual pages for further details.
Relevant text from 'man fsck.xfs':
       fsck.xfs is called by the generic Linux fsck(8) program at 
startup to check and repair an XFS filesystem.  XFS is a jour-
       naling filesystem and performs recovery at mount(8) time if 
necessary, so fsck.xfs simply exits with a zero exit status.
       If you wish to check the consistency of  an  XFS  filesystem, 
or  repair  a  damaged  or  corrupt  XFS  filesystem,  see
       xfs_check(8) and xfs_repair(8).
--
Stan
Reply to: