CIFS / SMB Shares
Mounting SMB Shares
Last updated
Mounting SMB Shares
Last updated
I have a couple SMB shares setup separately on my network and I mount those shares onto the server so I'd be able to manipulate and access those files without much effort and this is how I do that using /etc/fstab
.
to be able to support SMB shares, the above package needs to be installed on the ubuntu machine.
Make a directory that you'd like to mount your files into.
Here's the entry that I add to my /etc/fstab
This command mounts all drives in the fstab file.
Running tree
on the mounted directory will yield all files on the SMB share. You can use this to verify if the files are there.