Trilight Zone Forum Index Trilight Zone
Privacy & Anonymity is our speciality !
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Solaris > Forcefully unmount the cdrom/floppy disk

 
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix
Author Message
thedark
Second Lieutenant


Joined: 30 Jul 2005
Posts: 1074

PostPosted: Sun Jul 31, 2005 8:07 am    Post subject: Solaris > Forcefully unmount the cdrom/floppy disk Reply with quote

1) Use the fuser command to see who is accessing your device:
(For example if someone has opened file on CDROM)
# vi /cdrom/cdrom0/somefile.txt
(Press CTRL + Z)
# eject cd
# fuser –u /cdrom/cdrom0

2) Kill the process-accessing device:
# cd /
# fuser –k /cdrom/cdrom0
# eject cd
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group