Thursday 23 April 2020

How to mount a windows shared folder into ubuntu?

sudo mount -t cifs -o username=ninja //192.168.1.xxx/ninja /mnt/ninja

where username and ip are the remote server / windows shared folder information

/mnt/ninja is the local / ubuntu location

No comments:

Post a Comment