CLI:”ipfs mount“ content can be shared by smb?
Open
kind/enhancement
- Dominant language
- Go
- Stars
- 17.1k
- Forks
- 3.2k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 11
Description
”ipfs mount“ content can be shared by smb ?
It looks like the folder"/ipfs" permissions will be changed to 111 and cannot be changed after I execute the "ipfs mount"

and here is my smb.conf,plese review it.
> [global]
> workgroup = WORKGROUP
> security = user
>
> passdb backend = tdbsam
>
> printing = cups
> printcap name = cups
> load printers = yes
> cups options = raw
>
> [IPFS]
> comment = IPFS
> path = /ipfs
> browseable = yes
> writeable = no
> read only = yes
> valid users = root
Contributor guide
Assessment
This issue has not been assessed yet.