/etc/fstab entries

Hi,
Can anyone explain why we use defaults 0 0 in fstab and what does 0 inidicate

 
10.250.104.50:/home/u   /home/u         nfs     defaults        0 0

Thanks in advance
Muzaffar

Hello muzaffar.k,

Simple answer is ,second last field(5th field) determines if it should be dumped, last field(6th field) determines if it should be checked during startup and in what sequence. We could get this information from manual entry of fstab as follows.
man fstab :

Thanks,
R. Singh

Thanks for the reply Ravinder Singh,

What exactly you mean by dump. what it does can you be more specific about this..?

Thanks,
Muzaffar

it seems to be used for backup:
"<dump> - used by the dump utility to decide when to make a backup. Dump checks the entry and uses the number to decide if a file system should be backed up. Possible entries are 0 and 1. If 0, dump will ignore the file system; if 1, dump will make a backup. Most users will not have dump installed, so they should put 0 for the <dump> entry."