如何在 Windows 上的 Ubuntu 上從 Bash 存取 Windows 資料夾

如何在 Windows 上的 Ubuntu 上從 Bash 存取 Windows 資料夾

在 Windows 應用程式上的 Ubuntu 上的 Bash 上,我只有

root@localhost:~# ls -a
    .bash_history  .bashrc  .profile

如何存取所有 Windows 資料夾,例如文件、下載等?

答案1

您將在 Bash 環境中找到 WindowsC:\架構。/mnt/c/

因此,我的文檔資料夾位於/mnt/c/Users/Ben/Documents/.

答案2

或者,

  1. 按住Shift同時右鍵單擊在您想要的 Windows 目錄中
  2. 選擇 ”在此處開啟 PowerShell 視窗

PowerShell 上下文選單

  1. 進入 PowerShell 後,輸入bash

您將能夠直接使用任何 Bash 命令來操作該 Windows 目錄中的檔案和資料夾。透過使用此方法,您不必手動cd進入目錄,特別是當您需要存取根深蒂固的目錄時。


從 Windows 10 1809 開始更新:

上面仍然有效,但現在有一個更簡單的方法。

  1. 按住Shift同時右鍵單擊在您想要的 Windows 目錄中
  2. 選擇 ”在這裡開啟 Linux shell

相關內容