<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>터미널 on Ejecta</title>
    <link>https://www.ejecta.app/ko/tags/%ED%84%B0%EB%AF%B8%EB%84%90/</link>
    <description>Recent content in 터미널 on Ejecta</description>
    <generator>Hugo</generator>
    <language>ko</language>
    <lastBuildDate>Tue, 10 Feb 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.ejecta.app/ko/tags/%ED%84%B0%EB%AF%B8%EB%84%90/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>diskutil eject: Mac 터미널에서 드라이브를 추출하는 방법</title>
      <link>https://www.ejecta.app/ko/blog/how-to-eject-drive-from-terminal-mac/</link>
      <pubDate>Tue, 10 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ejecta.app/ko/blog/how-to-eject-drive-from-terminal-mac/</guid>
      <description>&lt;p&gt;Finder는 드라이브가 사용 중이라고 알려 줍니다. 무엇이 사용 중인지도, 어떻게 해야 할지도 알려 주지 않습니다. 터미널은 둘 다 알려 줍니다.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;간단한 답:&lt;/strong&gt; 터미널에서 드라이브를 추출하려면 &lt;code&gt;diskutil eject /Volumes/YourDriveName&lt;/code&gt;을 실행하세요. 실패하면 &lt;code&gt;sudo lsof /Volumes/YourDriveName&lt;/code&gt;으로 무엇이 추출을 막는지 확인하고, &lt;code&gt;kill &amp;lt;PID&amp;gt;&lt;/code&gt;로 문제의 프로세스를 멈춘 뒤 다시 추출하세요. 최후의 수단으로 &lt;code&gt;diskutil unmountDisk force /dev/diskN&lt;/code&gt;이 드라이브를 강제로 분리하지만, 활발히 쓰는 것이 없을 때만 하세요.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;명령줄에 익숙하다면, 터미널은 macOS에서 고집스러운 드라이브 추출을 처리하는 가장 강력한 방법입니다. 아직 익숙하지 않더라도, 이 명령들은 시작하기 좋은 출발점입니다.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mac 사용자를 위한 lsof 명령 설명</title>
      <link>https://www.ejecta.app/ko/blog/lsof-command-mac-users/</link>
      <pubDate>Mon, 08 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://www.ejecta.app/ko/blog/lsof-command-mac-users/</guid>
      <description>&lt;p&gt;외장 드라이브가 추출되지 않습니다. macOS는 &amp;ldquo;하나 이상의 프로그램이 사용 중일 수 있습니다&amp;quot;라는 미칠 듯이 모호한 메시지를 줍니다. 어떤 프로그램이요? 알려 주지 않습니다. 여기서 &lt;code&gt;lsof&lt;/code&gt;가 등장합니다.&lt;/p&gt;&#xA;&lt;p&gt;이름은 &amp;ldquo;list open files(열린 파일 목록)&amp;ldquo;의 약자이며, 정확히 그 일을 합니다. macOS 같은 Unix 기반 시스템에서는 네트워크 연결, 기기, 디스크 볼륨을 포함해 거의 모든 것이 파일로 취급됩니다. 드라이브를 추출할 수 없을 때, &lt;code&gt;lsof&lt;/code&gt;는 어떤 프로세스가 그것을 인질로 잡고 있는지 정확히 알려 줍니다.&lt;/p&gt;&#xA;&lt;h2 id=&#34;기본-구문&#34;&gt;기본 구문&lt;/h2&gt;&#xA;&lt;p&gt;추출 문제에 lsof를 쓰는 가장 간단한 방법은 이렇습니다.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
