Quote:
Originally Posted by
panchpan
2) What you mean by 'turn on loggin on the FS' - How to do that?
It's a mount option that enables journelling on the filesystem. I'm still not totally comfortable using on on the boot filesystem** but it's fantastic on all others. (** It's probably fine on / also but I've had bad experiances with it on older versions of solaris, once bitten twice shy etc etc).
The logging option gives the filesystem a way to keep track of the transactions it's recently done. If you get a system crash, it can roll back any changes that wern't completed properly, leaving the filesystem in a known good state. You can usually get away with doing horrible things to a logging filesystem and never need to fsck it.
Edit /etc/vfstab
Find the line for your volume
Edit the 'mount options' column (the last one) to include 'logging'. If it's currently '-', just change the - to what you want. If there are existing options, add it to the list (it's comma seperated).
remount it and all should be good.
Quote:
Originally Posted by
panchpan
3) As the direct root login is disabled and I login from some login and then sudo to root. But this way isnt allowing to run FSCK for the FS where my login was present. Can I have this login present over in root partition?
Porter's hit this problem right on the head by the sounds of it - do what he said
