AMP AMP
AMP
0
AMP

What does mean by 0 0 value in fstab file

Hi, i am new to linux and i using fstab file to automount all my file systems in every reboot, and i am little bit familar with all entries i have creating but i dont know why we are putiing 0 0 entry in that fstab file in the end of each and every file? Is there any reason? I am looking forward to know the reason if any.

Linux fstab Add a comment
a sample image
beulah
asked Jan 02 2018

Answer

AMP
0
AMP

That's cool. Now I know why it happens.

Add a comment
a sample image
David99
asked Oct 28 2022
Post your Answer
AMP
0
AMP

Actually there is a reason for the 0 0 entry in fstab file, the first value zero (0) represents the dump program and the second value zero (0) represents the filesystem check (fsck) for the mounting partition. For both the case if the value is set to zero (0) then the dump and filesystem check would be disabled for particular entry, if it is set to any other value than zero then it will be enabled (dump & fsck)

Add a comment
a sample image
parthiban
asked Jan 02 2018
edited Oct 05 2018
Post your Answer