מיפוי ספריית windows מתוך מערכת linux

יש להתקין smbfs
sudo apt-get install smbfs

ואח"כ יש לבצע את המיפוי:
לדוגמא:
sudo mount -t smbfs -o username=myusername //192.168.0.10/sharename /media/test

לקריאה נוספת

No comments:

Post a Comment

Setting program_name in mysql session_connect_attrs allows you to see the name of the program connected

I am using mysql for quite some time now. I have noticed that looking at client connections using mysql workbench so an interesting column ...