How do I mount folders that I shared on my Mac with Ubuntu?

Asked 2 years ago, Updated 2 years ago, 41 views

sudo mount-t cifs-o username=name, sec=ntlm//pass/shared folder/mnt/samba

I typed the command, but it didn't work.
If I shared it from Windows, it worked.
I would appreciate it if you could let me know if you can mount it.

ubuntu

2022-09-30 21:14

1 Answers

According to the Apple Support Communities thread, the nounix,sec=ntlmssp option is required.Try it.

(Example)
mount.cifs//192.168.xxx.xxx/test/mnt/test/-o user=******, password=****, nounix, sec=ntlmssp


2022-09-30 21:14

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.