1832359 Members
2524 Online
110041 Solutions
New Discussion

umount /opt

 
Ajith Hegde
Occasional Contributor

umount /opt

Hi, if i unmount the /opt whether im going to loose the data..??
6 REPLIES 6
Sajjad Sahir
Honored Contributor

Re: umount /opt

no
temperory being u are not getting connection with that file system
mount menas make accessible
umount means make not accessible thats all
Shibin_2
Honored Contributor

Re: umount /opt

You won't loose any data, but it will be invisible or inaccessible to the applications, if any using /opt. By the way, what's the necessary for unmounting /opt ?
Regards
Shibin
Kapil Jha
Honored Contributor

Re: umount /opt

befor umounting
fuser -u /opt
will list u users using this file system ask them to close there work.

or
fuser -k /opt
will kill everything related to file system /opt.

in any case data loss is not possiblem.

BR,
Kapil
I am in this small bowl, I wane see the real world......
SUDHAKAR_18
Trusted Contributor

Re: umount /opt

Hi Ajit,

make sure all the applications running in your system are down ..
Then go ahead..
Pete Randall
Outstanding Contributor

Re: umount /opt

It seems unlikely to me that you will be able to unmount /opt unless you re-boot into single user mode.

Just something to keep in mind.


Pete

Pete
Siju Vadakkan
Trusted Contributor

Re: umount /opt

You can't umount the /opt in multiuser mode.

In single user mode u can mount the required LV and execute the maintenance task.