How to change permissions on mounted windows share? The Next CEO of Stack OverflowCannot view mounted drive contents in Sonarr/RadarrUbuntu desktop unable to mount sharewindows mapped folder accessWhy can't root access my CIFS mounts?Unable to Write to Mount Applied by fstabFiles in fstab mounted CIFS folders are not available automaticallyFstab after reboot does not workmount drive at boot attached to asus wireless routerPermissions issue with fstab CIFS mount but not when using mount commandWrite Permissions denied to LAN mounted driveChange permissions of windows mounted folder from linux

Do I need to enable Dev Hub in my PROD Org?

Should I tutor a student who I know has cheated on their homework?

What does "Its cash flow is deeply negative" mean?

If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?

How fast would a person need to move to trick the eye?

Is it ever safe to open a suspicious html file (e.g. email attachment)?

Indicator light circuit

What does convergence in distribution "in the Gromov–Hausdorff" sense mean?

Unreliable Magic - Is it worth it?

FBX seems to be empty when imported into Blender

Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?

Why does standard notation not preserve intervals (visually)

Why do we use the plural of movies in this phrase "We went to the movies last night."?

What connection does MS Office have to Netscape Navigator?

Written every which way

Extending anchors in TikZ

How do I go from 300 unfinished/half written blog posts, to published posts?

Is it professional to write unrelated content in an almost-empty email?

multiple labels for a single equation

Non-deterministic sum of floats

Is it my responsibility to learn a new technology in my own time my employer wants to implement?

MessageLevel in QGIS3

Bold, vivid family

Rotate a column



How to change permissions on mounted windows share?



The Next CEO of Stack OverflowCannot view mounted drive contents in Sonarr/RadarrUbuntu desktop unable to mount sharewindows mapped folder accessWhy can't root access my CIFS mounts?Unable to Write to Mount Applied by fstabFiles in fstab mounted CIFS folders are not available automaticallyFstab after reboot does not workmount drive at boot attached to asus wireless routerPermissions issue with fstab CIFS mount but not when using mount commandWrite Permissions denied to LAN mounted driveChange permissions of windows mounted folder from linux










5















I have mounted a windows share, But only root have write permissions..



I need to change that to my user so my programs can download and save stuff to my windows share.



commands I've have used to mount:



sudo mkdir /mnt/ussenterprise
sudo gedit /etc/fstab
//servername/sharename /mnt/ussenterprise cifs username=msusername,password=mspassword,iocharset=utf8,sec=ntlm 0 0
sudo mount -a


yes I have read access to everything in the mounted share, but only root gave write..



I've tried: sudo chown user:user /mnt/ussenterprise, and sudo chown user /mnt/ussenterprise



I get; permissions denied



what to do?










share|improve this question
























  • Maybe this saves some time to people...I made the changes mentioned above, and also added the uid and gid params in the answer below, but it wasn't working...until I unmounted and mounted again the share

    – Haplo
    Dec 28 '17 at 18:09















5















I have mounted a windows share, But only root have write permissions..



I need to change that to my user so my programs can download and save stuff to my windows share.



commands I've have used to mount:



sudo mkdir /mnt/ussenterprise
sudo gedit /etc/fstab
//servername/sharename /mnt/ussenterprise cifs username=msusername,password=mspassword,iocharset=utf8,sec=ntlm 0 0
sudo mount -a


yes I have read access to everything in the mounted share, but only root gave write..



I've tried: sudo chown user:user /mnt/ussenterprise, and sudo chown user /mnt/ussenterprise



I get; permissions denied



what to do?










share|improve this question
























  • Maybe this saves some time to people...I made the changes mentioned above, and also added the uid and gid params in the answer below, but it wasn't working...until I unmounted and mounted again the share

    – Haplo
    Dec 28 '17 at 18:09













5












5








5


3






I have mounted a windows share, But only root have write permissions..



I need to change that to my user so my programs can download and save stuff to my windows share.



commands I've have used to mount:



sudo mkdir /mnt/ussenterprise
sudo gedit /etc/fstab
//servername/sharename /mnt/ussenterprise cifs username=msusername,password=mspassword,iocharset=utf8,sec=ntlm 0 0
sudo mount -a


yes I have read access to everything in the mounted share, but only root gave write..



I've tried: sudo chown user:user /mnt/ussenterprise, and sudo chown user /mnt/ussenterprise



I get; permissions denied



what to do?










share|improve this question
















I have mounted a windows share, But only root have write permissions..



I need to change that to my user so my programs can download and save stuff to my windows share.



commands I've have used to mount:



sudo mkdir /mnt/ussenterprise
sudo gedit /etc/fstab
//servername/sharename /mnt/ussenterprise cifs username=msusername,password=mspassword,iocharset=utf8,sec=ntlm 0 0
sudo mount -a


yes I have read access to everything in the mounted share, but only root gave write..



I've tried: sudo chown user:user /mnt/ussenterprise, and sudo chown user /mnt/ussenterprise



I get; permissions denied



what to do?







mount permissions samba fstab






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 10 mins ago







starR

















asked Dec 20 '13 at 16:44









starRstarR

1202311




1202311












  • Maybe this saves some time to people...I made the changes mentioned above, and also added the uid and gid params in the answer below, but it wasn't working...until I unmounted and mounted again the share

    – Haplo
    Dec 28 '17 at 18:09

















  • Maybe this saves some time to people...I made the changes mentioned above, and also added the uid and gid params in the answer below, but it wasn't working...until I unmounted and mounted again the share

    – Haplo
    Dec 28 '17 at 18:09
















Maybe this saves some time to people...I made the changes mentioned above, and also added the uid and gid params in the answer below, but it wasn't working...until I unmounted and mounted again the share

– Haplo
Dec 28 '17 at 18:09





Maybe this saves some time to people...I made the changes mentioned above, and also added the uid and gid params in the answer below, but it wasn't working...until I unmounted and mounted again the share

– Haplo
Dec 28 '17 at 18:09










5 Answers
5






active

oldest

votes


















5














I changed my /etc/fstab to:



//server/share /media/share cifs username=msusername,password=mspassword,uid=1000,gid=1000 0 0





share|improve this answer
































    1














    Try these options:



    username=msusername,password=mspassword,iocharset=utf8,sec=ntlm,nosetuids,noperm


    (definitions of noperm and nosetuids are found in the mount.cifs manpage)



    Also, think about using a credentials file instead of having your name/pw in the clear:



    credentials=/home/<user>/.smbcredentials


    since fstab can be read by all.






    share|improve this answer


















    • 2





      did not change anything, stil only read

      – starR
      Dec 20 '13 at 17:42


















    1














    Your entry in fstab is creating the mount point in /mnt. Using the /mnt directory should only work if the drive is a local volume rather than a network share or removable device.



    Edit your fstab entry to:



    //servername/sharename /media/ussenterprise cifs username=msusername,password=mspassword,umask=002,uid=1000,gid=1000,iocharset=utf8,sec=ntlm 0 0


    This assumes that your uid and gid are 1000 which is the first default user and group IDs. Then use:



    sudo umount /media/ussenterprise
    sudo mkdir /media/ussenterprise
    sudo chown einar:einar /media/ussenterprise
    sudo chmod 755 /media/ussenterprise
    mount -a


    This should mount the share with your user ID and permissions set to read/write.





    share

























    • sorry the entry in fstab was only a copy/paste of a guid, i have used "mnt/ussenterprise" ..

      – starR
      Dec 20 '13 at 17:26











    • Change your fstab to make the mount in /media and run the commands I listed. I have a network cifs share mounted exactly like this.

      – douggro
      Dec 20 '13 at 17:33











    • Still only have read :(

      – starR
      Dec 20 '13 at 17:40











    • when i run the mount command, i lose all permissions to root

      – starR
      Dec 20 '13 at 17:43












    • What is the output of ls -l /media ?

      – douggro
      Dec 20 '13 at 17:44



















    1














    I hope you found out your answer by the way I think this issue is not related to samba option, I think this is for ntfs permission level.
    In windows 10 you can right click on folder which you want to share between windows and linux base system and follow this path:



    1. Go to properties

    2. Click on sharing tab

    3. Go to advanced sharing

    4. Go to permission and then give full control to everyone user





    share|improve this answer

























    • I found the answer as writen above "//server/share /media/share cifs username=msusername,password=mspassword,uid=1000,gid=1000 0 0"

      – starR
      Feb 13 '16 at 0:09


















    0














    This is what worked for me:



    https://wiki.ubuntu.com/MountWindowsSharesPermanently



    The section: 'Mount password protected network folders' got me READ access.
    Then, adding:
    The Section: 'Special permissions' got me WRITE and DELETE access.



    My system info:
    - Laptop: Kubuntu 16.04 (client)
    - File server: Windows Vista (hosting shares)
    - Domain controller: Windows Server 2003 (Active Directory, DNS, etc)






    share|improve this answer























      Your Answer








      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "89"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f393563%2fhow-to-change-permissions-on-mounted-windows-share%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      5 Answers
      5






      active

      oldest

      votes








      5 Answers
      5






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      5














      I changed my /etc/fstab to:



      //server/share /media/share cifs username=msusername,password=mspassword,uid=1000,gid=1000 0 0





      share|improve this answer





























        5














        I changed my /etc/fstab to:



        //server/share /media/share cifs username=msusername,password=mspassword,uid=1000,gid=1000 0 0





        share|improve this answer



























          5












          5








          5







          I changed my /etc/fstab to:



          //server/share /media/share cifs username=msusername,password=mspassword,uid=1000,gid=1000 0 0





          share|improve this answer















          I changed my /etc/fstab to:



          //server/share /media/share cifs username=msusername,password=mspassword,uid=1000,gid=1000 0 0






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Apr 23 '18 at 4:21









          muru

          1




          1










          answered Apr 10 '14 at 13:28









          starRstarR

          1202311




          1202311























              1














              Try these options:



              username=msusername,password=mspassword,iocharset=utf8,sec=ntlm,nosetuids,noperm


              (definitions of noperm and nosetuids are found in the mount.cifs manpage)



              Also, think about using a credentials file instead of having your name/pw in the clear:



              credentials=/home/<user>/.smbcredentials


              since fstab can be read by all.






              share|improve this answer


















              • 2





                did not change anything, stil only read

                – starR
                Dec 20 '13 at 17:42















              1














              Try these options:



              username=msusername,password=mspassword,iocharset=utf8,sec=ntlm,nosetuids,noperm


              (definitions of noperm and nosetuids are found in the mount.cifs manpage)



              Also, think about using a credentials file instead of having your name/pw in the clear:



              credentials=/home/<user>/.smbcredentials


              since fstab can be read by all.






              share|improve this answer


















              • 2





                did not change anything, stil only read

                – starR
                Dec 20 '13 at 17:42













              1












              1








              1







              Try these options:



              username=msusername,password=mspassword,iocharset=utf8,sec=ntlm,nosetuids,noperm


              (definitions of noperm and nosetuids are found in the mount.cifs manpage)



              Also, think about using a credentials file instead of having your name/pw in the clear:



              credentials=/home/<user>/.smbcredentials


              since fstab can be read by all.






              share|improve this answer













              Try these options:



              username=msusername,password=mspassword,iocharset=utf8,sec=ntlm,nosetuids,noperm


              (definitions of noperm and nosetuids are found in the mount.cifs manpage)



              Also, think about using a credentials file instead of having your name/pw in the clear:



              credentials=/home/<user>/.smbcredentials


              since fstab can be read by all.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Dec 20 '13 at 17:07









              msbrownmsbrown

              191




              191







              • 2





                did not change anything, stil only read

                – starR
                Dec 20 '13 at 17:42












              • 2





                did not change anything, stil only read

                – starR
                Dec 20 '13 at 17:42







              2




              2





              did not change anything, stil only read

              – starR
              Dec 20 '13 at 17:42





              did not change anything, stil only read

              – starR
              Dec 20 '13 at 17:42











              1














              Your entry in fstab is creating the mount point in /mnt. Using the /mnt directory should only work if the drive is a local volume rather than a network share or removable device.



              Edit your fstab entry to:



              //servername/sharename /media/ussenterprise cifs username=msusername,password=mspassword,umask=002,uid=1000,gid=1000,iocharset=utf8,sec=ntlm 0 0


              This assumes that your uid and gid are 1000 which is the first default user and group IDs. Then use:



              sudo umount /media/ussenterprise
              sudo mkdir /media/ussenterprise
              sudo chown einar:einar /media/ussenterprise
              sudo chmod 755 /media/ussenterprise
              mount -a


              This should mount the share with your user ID and permissions set to read/write.





              share

























              • sorry the entry in fstab was only a copy/paste of a guid, i have used "mnt/ussenterprise" ..

                – starR
                Dec 20 '13 at 17:26











              • Change your fstab to make the mount in /media and run the commands I listed. I have a network cifs share mounted exactly like this.

                – douggro
                Dec 20 '13 at 17:33











              • Still only have read :(

                – starR
                Dec 20 '13 at 17:40











              • when i run the mount command, i lose all permissions to root

                – starR
                Dec 20 '13 at 17:43












              • What is the output of ls -l /media ?

                – douggro
                Dec 20 '13 at 17:44
















              1














              Your entry in fstab is creating the mount point in /mnt. Using the /mnt directory should only work if the drive is a local volume rather than a network share or removable device.



              Edit your fstab entry to:



              //servername/sharename /media/ussenterprise cifs username=msusername,password=mspassword,umask=002,uid=1000,gid=1000,iocharset=utf8,sec=ntlm 0 0


              This assumes that your uid and gid are 1000 which is the first default user and group IDs. Then use:



              sudo umount /media/ussenterprise
              sudo mkdir /media/ussenterprise
              sudo chown einar:einar /media/ussenterprise
              sudo chmod 755 /media/ussenterprise
              mount -a


              This should mount the share with your user ID and permissions set to read/write.





              share

























              • sorry the entry in fstab was only a copy/paste of a guid, i have used "mnt/ussenterprise" ..

                – starR
                Dec 20 '13 at 17:26











              • Change your fstab to make the mount in /media and run the commands I listed. I have a network cifs share mounted exactly like this.

                – douggro
                Dec 20 '13 at 17:33











              • Still only have read :(

                – starR
                Dec 20 '13 at 17:40











              • when i run the mount command, i lose all permissions to root

                – starR
                Dec 20 '13 at 17:43












              • What is the output of ls -l /media ?

                – douggro
                Dec 20 '13 at 17:44














              1












              1








              1







              Your entry in fstab is creating the mount point in /mnt. Using the /mnt directory should only work if the drive is a local volume rather than a network share or removable device.



              Edit your fstab entry to:



              //servername/sharename /media/ussenterprise cifs username=msusername,password=mspassword,umask=002,uid=1000,gid=1000,iocharset=utf8,sec=ntlm 0 0


              This assumes that your uid and gid are 1000 which is the first default user and group IDs. Then use:



              sudo umount /media/ussenterprise
              sudo mkdir /media/ussenterprise
              sudo chown einar:einar /media/ussenterprise
              sudo chmod 755 /media/ussenterprise
              mount -a


              This should mount the share with your user ID and permissions set to read/write.





              share















              Your entry in fstab is creating the mount point in /mnt. Using the /mnt directory should only work if the drive is a local volume rather than a network share or removable device.



              Edit your fstab entry to:



              //servername/sharename /media/ussenterprise cifs username=msusername,password=mspassword,umask=002,uid=1000,gid=1000,iocharset=utf8,sec=ntlm 0 0


              This assumes that your uid and gid are 1000 which is the first default user and group IDs. Then use:



              sudo umount /media/ussenterprise
              sudo mkdir /media/ussenterprise
              sudo chown einar:einar /media/ussenterprise
              sudo chmod 755 /media/ussenterprise
              mount -a


              This should mount the share with your user ID and permissions set to read/write.






              share













              share


              share








              edited Feb 11 '14 at 14:02

























              answered Dec 20 '13 at 17:18









              douggrodouggro

              2,11131222




              2,11131222












              • sorry the entry in fstab was only a copy/paste of a guid, i have used "mnt/ussenterprise" ..

                – starR
                Dec 20 '13 at 17:26











              • Change your fstab to make the mount in /media and run the commands I listed. I have a network cifs share mounted exactly like this.

                – douggro
                Dec 20 '13 at 17:33











              • Still only have read :(

                – starR
                Dec 20 '13 at 17:40











              • when i run the mount command, i lose all permissions to root

                – starR
                Dec 20 '13 at 17:43












              • What is the output of ls -l /media ?

                – douggro
                Dec 20 '13 at 17:44


















              • sorry the entry in fstab was only a copy/paste of a guid, i have used "mnt/ussenterprise" ..

                – starR
                Dec 20 '13 at 17:26











              • Change your fstab to make the mount in /media and run the commands I listed. I have a network cifs share mounted exactly like this.

                – douggro
                Dec 20 '13 at 17:33











              • Still only have read :(

                – starR
                Dec 20 '13 at 17:40











              • when i run the mount command, i lose all permissions to root

                – starR
                Dec 20 '13 at 17:43












              • What is the output of ls -l /media ?

                – douggro
                Dec 20 '13 at 17:44

















              sorry the entry in fstab was only a copy/paste of a guid, i have used "mnt/ussenterprise" ..

              – starR
              Dec 20 '13 at 17:26





              sorry the entry in fstab was only a copy/paste of a guid, i have used "mnt/ussenterprise" ..

              – starR
              Dec 20 '13 at 17:26













              Change your fstab to make the mount in /media and run the commands I listed. I have a network cifs share mounted exactly like this.

              – douggro
              Dec 20 '13 at 17:33





              Change your fstab to make the mount in /media and run the commands I listed. I have a network cifs share mounted exactly like this.

              – douggro
              Dec 20 '13 at 17:33













              Still only have read :(

              – starR
              Dec 20 '13 at 17:40





              Still only have read :(

              – starR
              Dec 20 '13 at 17:40













              when i run the mount command, i lose all permissions to root

              – starR
              Dec 20 '13 at 17:43






              when i run the mount command, i lose all permissions to root

              – starR
              Dec 20 '13 at 17:43














              What is the output of ls -l /media ?

              – douggro
              Dec 20 '13 at 17:44






              What is the output of ls -l /media ?

              – douggro
              Dec 20 '13 at 17:44












              1














              I hope you found out your answer by the way I think this issue is not related to samba option, I think this is for ntfs permission level.
              In windows 10 you can right click on folder which you want to share between windows and linux base system and follow this path:



              1. Go to properties

              2. Click on sharing tab

              3. Go to advanced sharing

              4. Go to permission and then give full control to everyone user





              share|improve this answer

























              • I found the answer as writen above "//server/share /media/share cifs username=msusername,password=mspassword,uid=1000,gid=1000 0 0"

                – starR
                Feb 13 '16 at 0:09















              1














              I hope you found out your answer by the way I think this issue is not related to samba option, I think this is for ntfs permission level.
              In windows 10 you can right click on folder which you want to share between windows and linux base system and follow this path:



              1. Go to properties

              2. Click on sharing tab

              3. Go to advanced sharing

              4. Go to permission and then give full control to everyone user





              share|improve this answer

























              • I found the answer as writen above "//server/share /media/share cifs username=msusername,password=mspassword,uid=1000,gid=1000 0 0"

                – starR
                Feb 13 '16 at 0:09













              1












              1








              1







              I hope you found out your answer by the way I think this issue is not related to samba option, I think this is for ntfs permission level.
              In windows 10 you can right click on folder which you want to share between windows and linux base system and follow this path:



              1. Go to properties

              2. Click on sharing tab

              3. Go to advanced sharing

              4. Go to permission and then give full control to everyone user





              share|improve this answer















              I hope you found out your answer by the way I think this issue is not related to samba option, I think this is for ntfs permission level.
              In windows 10 you can right click on folder which you want to share between windows and linux base system and follow this path:



              1. Go to properties

              2. Click on sharing tab

              3. Go to advanced sharing

              4. Go to permission and then give full control to everyone user






              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Feb 12 '16 at 2:38









              andrew.46

              22.2k1470150




              22.2k1470150










              answered Feb 11 '16 at 15:52









              Ehsan AhmadiEhsan Ahmadi

              211




              211












              • I found the answer as writen above "//server/share /media/share cifs username=msusername,password=mspassword,uid=1000,gid=1000 0 0"

                – starR
                Feb 13 '16 at 0:09

















              • I found the answer as writen above "//server/share /media/share cifs username=msusername,password=mspassword,uid=1000,gid=1000 0 0"

                – starR
                Feb 13 '16 at 0:09
















              I found the answer as writen above "//server/share /media/share cifs username=msusername,password=mspassword,uid=1000,gid=1000 0 0"

              – starR
              Feb 13 '16 at 0:09





              I found the answer as writen above "//server/share /media/share cifs username=msusername,password=mspassword,uid=1000,gid=1000 0 0"

              – starR
              Feb 13 '16 at 0:09











              0














              This is what worked for me:



              https://wiki.ubuntu.com/MountWindowsSharesPermanently



              The section: 'Mount password protected network folders' got me READ access.
              Then, adding:
              The Section: 'Special permissions' got me WRITE and DELETE access.



              My system info:
              - Laptop: Kubuntu 16.04 (client)
              - File server: Windows Vista (hosting shares)
              - Domain controller: Windows Server 2003 (Active Directory, DNS, etc)






              share|improve this answer



























                0














                This is what worked for me:



                https://wiki.ubuntu.com/MountWindowsSharesPermanently



                The section: 'Mount password protected network folders' got me READ access.
                Then, adding:
                The Section: 'Special permissions' got me WRITE and DELETE access.



                My system info:
                - Laptop: Kubuntu 16.04 (client)
                - File server: Windows Vista (hosting shares)
                - Domain controller: Windows Server 2003 (Active Directory, DNS, etc)






                share|improve this answer

























                  0












                  0








                  0







                  This is what worked for me:



                  https://wiki.ubuntu.com/MountWindowsSharesPermanently



                  The section: 'Mount password protected network folders' got me READ access.
                  Then, adding:
                  The Section: 'Special permissions' got me WRITE and DELETE access.



                  My system info:
                  - Laptop: Kubuntu 16.04 (client)
                  - File server: Windows Vista (hosting shares)
                  - Domain controller: Windows Server 2003 (Active Directory, DNS, etc)






                  share|improve this answer













                  This is what worked for me:



                  https://wiki.ubuntu.com/MountWindowsSharesPermanently



                  The section: 'Mount password protected network folders' got me READ access.
                  Then, adding:
                  The Section: 'Special permissions' got me WRITE and DELETE access.



                  My system info:
                  - Laptop: Kubuntu 16.04 (client)
                  - File server: Windows Vista (hosting shares)
                  - Domain controller: Windows Server 2003 (Active Directory, DNS, etc)







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Nov 26 '17 at 17:34









                  guestguest

                  1




                  1



























                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to Ask Ubuntu!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f393563%2fhow-to-change-permissions-on-mounted-windows-share%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

                      Where else does the Shulchan Aruch quote an authority by name?Parashat Metzora+HagadolPesach/PassoverShulchan Aruch UTF-8Anonymous glosses in the Shulchan AruchWhy is the Shulchan Aruch definitive?Siman 32, Kitzur Shulchan Aruch: UntranslatedLitvaks/Yeshivish and Shulchan AruchBuying a Shulchan AruchEnglish version of SHULCHAN ARUCHIs there any place where Shulchan Aruch rules with the Rosh against the Rif and Rambam?Are there practices where Sepharadim do not hold by Shulchan Aruch?5th part of the shulchan aruch

                      fallocate: fallocate failed: Text file busy in Ubuntu 17.04? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)defragmenting and increasing performance of old lubuntu system with swap partitionIssue with increasing the root partition from the swapthis /usr/bin/dpkg returned error || ubuntu-16.04, 64bitDefault 17.04 swap file locationHow to Resize Ubuntu 17.04 Zesty Swap file size?Ubuntu freezes from online formsMy Laptop is not starting after upgrade ubuntu 16.04 (Kernel 4.8.0-38 to 04.10.0-36)hcp: ERROR: FALLOCATE FAILED!Not sure my swap is being usedWine 3.0 asking for more virtual free swap