フィルターのクリア

Error using mkdir but not using !mkdir

13 ビュー (過去 30 日間)
Rick
Rick 2020 年 7 月 27 日
コメント済み: sshr 2024 年 2 月 9 日
I'm running Matlab 2019b on a MacOS Catalina (10.15.5) and I am connected to a University Network drive which is mapped using Samba ('smb://') to
/Volumes/research-data/PRJ-dasa
I'm using a Matlab application (Brainstorm) which must create new directories within this project dir. However, when it tries to do so it results in the following error
>> cd /Volumes/research-data/PRJ-dasa
>> mkdir somepath
Error using mkdir
Read-only file system
However when I try to create the directory using either of the two following lines, the directories are created just fine.
>> !mkdir somepath
>> system('mkdir someotherpath')
So, my question is why does Matlab think the drive is read-only, when the system can create new directories without issue?
Your help is very much appreciated.
Rick
  2 件のコメント
Zoe Hughes
Zoe Hughes 2022 年 8 月 10 日
編集済み: Zoe Hughes 2022 年 8 月 10 日
I have the exact same question. I am running 2021b on Monterey 12.4 but have the same issue with the smb server. Any insights, anyone?
sshr
sshr 2024 年 2 月 9 日
Similar issue on mac running R2023b on Sonoma 14.2.1 connected to network drive mapped using smb

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by