> Hi, > > Is it safe to run tune2fs -c -1 -i 0 /dev/sda2 on mounted file system > > Basically, this is a command to disable fsck based on reboot count & > last fsck time. The RHEL/CentOS installed does exactly this, -c 0 -i 0, so yes it's considered safe. Simon