리눅스에서 디스크(Disk)를 umount 하기 위해서 반드시 해당 디스크에서 실행중인 프로세스(Process)들을 죽여야한다.
그래서 자신이 umount 하고 싶은 디스크에서 실행중인 프로세스 리스트를 얻는 방법을 소개하고자 합니다.
$ sudo lsof /dev/sdXX
위 명령어를 입력하면 쉽게 해당 디스크에서 실행중인 프로세스 리스트를 얻을 수있습니다.
'Eureka > Linux' 카테고리의 다른 글
[Tip] How to Speed Up Compilation use make option (0) | 2014.10.08 |
---|---|
[Solution] How to Fix Black Screen in Linux Team Fortress 2 (0) | 2014.09.24 |
[Tip] How to change Alt + Tab active in Linux Mint 16. (0) | 2014.09.05 |
[Tip] How to show Package install Log in Linux (0) | 2014.09.04 |
[Solution] I can not write korean in Firefox and ETC... (0) | 2014.09.04 |
[Solution] "sudo /etc/init.d/vboxdrv setup" Fail (0) | 2014.09.03 |
[Solution] How to Solve dotnet35(or dotnet35sp1) Install Error in PlayOnLinux (0) | 2014.05.11 |
[Solution] arm-none-eabi-gcc: error: unrecognized command line option ‘-pthread’ (0) | 2014.05.02 |