Post #2262617
2026-03-20 15:10 UTC
You need to know the server and share name. You don't have to use /mnt/sambashare, just make an empty directory somewhere.
sudo mount -t cifs //server/share /mnt/sambashare -o username=your_user
It'll prompt you for the password.
This won't work if you're on a domain (I think?) but it works for regular SMB shares.
Replies (0)
No replies.