Search the web
Sign In
New User? Sign Up
lucknow-lug · Uttar Pradesh Linux Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
from fstab   Message List  
Reply | Forward Message #223 of 247 |
Re: from fstab

--- In lucknow-lug@yahoogroups.com, "pcy1988" <pcy1988@...> wrote:
>
> in the file /etc/fstab at the last 2 coloumn we see the values like
> 0,0 1,2
> what are these values what does it mean.

There are total six columns.
LABEL=/ / ext3 defaults 1 1

LABEL=/boot /boot ext3 defaults 1 2

Column 1= Device name
Column 2= Mount Point
Column 3= File System type
Column 4= Options
Column 5= Defines dump
Column 6= Defines fsck program.

0=Skip, 1=First, 2=Second AIUI no other values are used.

Values of 5th column is used by dump, which can be used by debugging
programs.

Values of sixth field is used by fsck program to determine the file
system check at reboot time. For the entry of 0 fsck bypasses the file
system check.

root file system should be prioritized with numeric value 1, while
other file systems should have 2.

Anuj Singh.





Sat Aug 23, 2008 2:17 pm

anujsingh_1
Offline Offline

Forward
Message #223 of 247 |
Expand Messages Author Sort by Date

in the file /etc/fstab at the last 2 coloumn we see the values like 0,0 1,2 what are these values what does it mean....
pcy1988
Offline Send Email
Aug 23, 2008
7:21 am

... There are total six columns. LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1...
anujsingh_1
Offline
Aug 23, 2008
2:18 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help