|
Home > Archive > Unix administration > January 2004 > Re: fsck fsck fsck say I
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: fsck fsck fsck say I
|
|
| Michael Paoli 2004-01-23, 4:45 pm |
| ppaatt@aol.com (Pat LaVarre) wrote in message news:<2695edf1.0311280955.6824e608@posting.google.com>...quote:
> Can anyone say how I should have divined that e2fsck runs when I type
> fsck?
Probably better asked in comp.unix.admin (added to posting, but alas,
Google won't let me set Followup-To or relevant LINUX newsgroup(s)
(though ext2 and ext3 filesystems are also available on non-LINUX
platforms).
Anyway, many UNIX (and LINUX, etc.) implementations implement fsck as a
front end which just automagically calls the appropriate filesystem type
specific lower level fsck program (e.g. e2fsck, fsck.e3fs, fsck.ufs,
fsck.vxfs, ... whatever).
The best way to "divine" that information is examine the filesystem
type, and examine the fsck executable and/or source, to determine what
filesystem types it may automatically recognize, and how it does so and
deals with them. The fsck man page(s) may also have relevant
information and/or pointers.
| |
| Michael Paoli 2004-01-23, 4:45 pm |
| ppaatt@aol.com (Pat LaVarre) wrote in message news:<2695edf1.0311280955.6824e608@posting.google.com>...quote:
> Can anyone say how I should have divined that e2fsck runs when I type
> fsck?
Probably better asked in comp.unix.admin (added to posting, but alas,
Google won't let me set Followup-To or relevant LINUX newsgroup(s)
(though ext2 and ext3 filesystems are also available on non-LINUX
platforms).
Anyway, many UNIX (and LINUX, etc.) implementations implement fsck as a
front end which just automagically calls the appropriate filesystem type
specific lower level fsck program (e.g. e2fsck, fsck.e3fs, fsck.ufs,
fsck.vxfs, ... whatever).
The best way to "divine" that information is examine the filesystem
type, and examine the fsck executable and/or source, to determine what
filesystem types it may automatically recognize, and how it does so and
deals with them. The fsck man page(s) may also have relevant
information and/or pointers.
| |
| Nicholas Bachmann 2004-01-23, 4:45 pm |
| Michael Paoli wrote:quote:
> Anyway, many UNIX (and LINUX, etc.) implementations implement fsck as a
> front end which just automagically calls the appropriate filesystem type
> specific lower level fsck program (e.g. e2fsck, fsck.e3fs, fsck.ufs,
> fsck.vxfs, ... whatever).
>
From man fsck:
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.
quote:
> The best way to "divine" that information is examine the filesystem
> type, and examine the fsck executable and/or source, to determine what
> filesystem types it may automatically recognize, and how it does so and
> deals with them. The fsck man page(s) may also have relevant
> information and/or pointers.
--
+ Regards, +
+ Nick +
+ +
+ My email address is real +
| |
| Nicholas Bachmann 2004-01-23, 4:45 pm |
| Michael Paoli wrote:quote:
> Anyway, many UNIX (and LINUX, etc.) implementations implement fsck as a
> front end which just automagically calls the appropriate filesystem type
> specific lower level fsck program (e.g. e2fsck, fsck.e3fs, fsck.ufs,
> fsck.vxfs, ... whatever).
>
From man fsck:
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.
quote:
> The best way to "divine" that information is examine the filesystem
> type, and examine the fsck executable and/or source, to determine what
> filesystem types it may automatically recognize, and how it does so and
> deals with them. The fsck man page(s) may also have relevant
> information and/or pointers.
--
+ Regards, +
+ Nick +
+ +
+ My email address is real +
| |
| Michael Paoli 2004-01-23, 4:55 pm |
| ppaatt@aol.com (Pat LaVarre) wrote in message news:<2695edf1.0311280955.6824e608@posting.google.com>...quote:
> Can anyone say how I should have divined that e2fsck runs when I type
> fsck?
Probably better asked in comp.unix.admin (added to posting, but alas,
Google won't let me set Followup-To or relevant LINUX newsgroup(s)
(though ext2 and ext3 filesystems are also available on non-LINUX
platforms).
Anyway, many UNIX (and LINUX, etc.) implementations implement fsck as a
front end which just automagically calls the appropriate filesystem type
specific lower level fsck program (e.g. e2fsck, fsck.e3fs, fsck.ufs,
fsck.vxfs, ... whatever).
The best way to "divine" that information is examine the filesystem
type, and examine the fsck executable and/or source, to determine what
filesystem types it may automatically recognize, and how it does so and
deals with them. The fsck man page(s) may also have relevant
information and/or pointers.
| |
| Nicholas Bachmann 2004-01-23, 4:55 pm |
| Michael Paoli wrote:quote:
> Anyway, many UNIX (and LINUX, etc.) implementations implement fsck as a
> front end which just automagically calls the appropriate filesystem type
> specific lower level fsck program (e.g. e2fsck, fsck.e3fs, fsck.ufs,
> fsck.vxfs, ... whatever).
>
From man fsck:
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.
quote:
> The best way to "divine" that information is examine the filesystem
> type, and examine the fsck executable and/or source, to determine what
> filesystem types it may automatically recognize, and how it does so and
> deals with them. The fsck man page(s) may also have relevant
> information and/or pointers.
--
+ Regards, +
+ Nick +
+ +
+ My email address is real +
| |
| Michael Paoli 2004-01-23, 5:10 pm |
| ppaatt@aol.com (Pat LaVarre) wrote in message news:<2695edf1.0311280955.6824e608@posting.google.com>...quote:
> Can anyone say how I should have divined that e2fsck runs when I type
> fsck?
Probably better asked in comp.unix.admin (added to posting, but alas,
Google won't let me set Followup-To or relevant LINUX newsgroup(s)
(though ext2 and ext3 filesystems are also available on non-LINUX
platforms).
Anyway, many UNIX (and LINUX, etc.) implementations implement fsck as a
front end which just automagically calls the appropriate filesystem type
specific lower level fsck program (e.g. e2fsck, fsck.e3fs, fsck.ufs,
fsck.vxfs, ... whatever).
The best way to "divine" that information is examine the filesystem
type, and examine the fsck executable and/or source, to determine what
filesystem types it may automatically recognize, and how it does so and
deals with them. The fsck man page(s) may also have relevant
information and/or pointers.
| |
| Nicholas Bachmann 2004-01-23, 5:10 pm |
| Michael Paoli wrote:quote:
> Anyway, many UNIX (and LINUX, etc.) implementations implement fsck as a
> front end which just automagically calls the appropriate filesystem type
> specific lower level fsck program (e.g. e2fsck, fsck.e3fs, fsck.ufs,
> fsck.vxfs, ... whatever).
>
From man fsck:
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.
quote:
> The best way to "divine" that information is examine the filesystem
> type, and examine the fsck executable and/or source, to determine what
> filesystem types it may automatically recognize, and how it does so and
> deals with them. The fsck man page(s) may also have relevant
> information and/or pointers.
--
+ Regards, +
+ Nick +
+ +
+ My email address is real +
|
|
|
|
|