# Edit your fstab config

1. First you need to run. 
    1. ```
        sudo nano /etc/fstab
        ```
    2. This is the next line that you need to paste in. Make sure you have a directory created that you want to mount your share to. 
        1. ```
            //pathtoshare /localmounteddir cifs username=changeme,password=changeme,uid=1000,gid=1000 0 0
            ```