1753718 Members
6042 Online
108799 Solutions
New Discussion юеВ

Re: /etc/fstab

 
Prashanth Waugh
Esteemed Contributor

/etc/fstab

what is the differance between delaylog and defaults in /etc/fstab
For success, attitude is equally as important as ability
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor

Re: /etc/fstab

Hi:

See the manpages for 'mount_vxfs' :

http://docs.hp.com/en/B3921-60631/mount_vxfs.1M.html

Regards!

...JRF...
Vivek Bhatia
Trusted Contributor

Re: /etc/fstab

Hi Atul,

Control intent logging. To maintain file system integrity after a system failure, logging must be enabled. In log mode, file system structural changes are logged to disk before the system call returns to the application. If the system crashes, fsck_vxfs(1M) completes logged operations that did not complete.

In delaylog mode, some system calls return before the intent log is written. The default is delaylog. This improves the performance of the system, but some changes are not guaranteed until a short time later when the intent log is written. This mode approximates traditional UNIX system guarantees for correctness in case of system failures.

In tmplog mode, the intent log is almost always delayed. This improves performance, but recent changes may disappear if the system crashes. This mode is only recommended for temporary file systems.

nolog is an alias for tmplog.

Defaults:
defaults Uses the default options that are rw, suid, dev, exec, auto, nouser, and async.