abiosoft / abiosoft/colima

how to mount apfs case-sensitive volume mount

オープン
#1,253 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Go
スター
30.8k
フォーク
613
PR マージ指標
30日以内にマージされた PR はありません

説明

### Description

Hi,

I need to case-sensitive volume for compile something on mac m3 chip.

so I create apfs case-sensitive volume using disk utility.

In disk utility, created volume name "dev_vol", format apfs case-sensitive, encripted.

for convinience, `ln -s /Volumes/dev_vol ~/work/dev_vol`

and then,

```
cd ~/work/dev_vol
mkdir test
cd test
```
```
docker run -it --rm -v ${PWD}:/build --privileged ubuntu bash
docker: Error response from daemon: error while creating mount source path '/Users/a14638/work/dev_vol': mkdir /Users/a14638/work/dev_vol: file exists.
```
I don't know what is problem.

I using vz, rosetta option also
because I need to run linux/amd64 docker image.

### Version

colima version 0.8.1
git commit: 96598cc5b64e5e9e1e64891642b91edc8ac49d16

runtime: docker
arch: aarch64
client: v27.5.0
server: v27.4.0
limactl version 1.0.3
qemu-img version 9.2.0
Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers

### Operating System

- [ ] macOS Intel <= 13 (Ventura)
- [ ] macOS Intel >= 14 (Sonoma)
- [ ] Apple Silicon <= 13 (Ventura)
- [x] Apple Silicon >= 14 (Sonoma)
- [ ] Linux

### Output of `colima status`

INFO[0000] colima is running using macOS Virtualization.Framework
INFO[0000] arch: aarch64
INFO[0000] runtime: docker
INFO[0000] mountType: virtiofs
INFO[0000] socket: unix:///Users/a14638/.colima/default/docker.sock

### Reproduction Steps

1.
2.
3.

### Expected behaviour

_No response_

### Additional context

_No response_

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。