1832413 Members
2865 Online
110042 Solutions
New Discussion

important

 
SOLVED
Go to solution
Muhammad Shamroze
Frequent Advisor

important

Q) As Administrator you are asked to order the steps required to perform complete integrity check of the journaled file system?

1. mount /data
2. fsck -F jfs -o full,nolog /data
3. check the lost+found directory for orphans
4. close all the open files and directories
5. umount /data
6. shutdown -r now

please arrange the steps in order they should be they are not in systematic order.
(In 5 steps)
5 REPLIES 5
RAC_1
Honored Contributor
Solution

Re: important

1. mount /data
2. fsck -F jfs -o full,nolog /data
3. check the lost+found directory for orphans
4. close all the open files and directories
5. umount /data
6. shutdown -r now

1. close all the open files and directories
2. umount /data
3. fsck -F jfs -o full,nolog /data
4. check the lost+found directory for orphans
5. mount /data (why need to mount, if you want to shutdown)
6. shutdown -r now
There is no substitute to HARDWORK
Cem Tugrul
Esteemed Contributor

Re: important

correct ordering seems like;
3
4
5
2
6

Good Luck,
Our greatest duty in this life is to help others. And please, if you can't
Cem Tugrul
Esteemed Contributor

Re: important

opsssss.

1
2
3
4
6
Our greatest duty in this life is to help others. And please, if you can't
Bob_Vance
Esteemed Contributor

Re: important

4 close all the open files and directories
5 umount /data
2 fsck -F jfs -o full,nolog /data
1 mount /data #(you can't check lost_found until it is mounted)
3 check the lost+found directory for orphans

(no need to shutdown)

bv


"The lyf so short, the craft so long to lerne." - Chaucer
Alan Meyer_4
Respected Contributor

Re: important

4
5
2
1
3

No need to reboot
" I may not be certified, but I am certifiable... "