
我想掛載一個ext2格式的虛擬磁碟檔案。我想要做
sudo mount -t ext2 -o loop my-file mount-point
MacPorts 中的 ext2fuse 和 macfuse 已安裝。我找不到 ext2fuse 選項的解釋;我嘗試過ext2fuse my-file mount-point -o loop
,但它靜靜地坐在那裡什麼都不做。
答案1
我認為 Macfuse 已不再維護,並且它無法在 64 位元核心上運行。
您需要安裝 fusion4x 或 osxfuse。 MacPorts 專案已定影ext2fuse 對 fusion4x 的依賴,但我不確定它是否正常工作。