<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: sharing folder in linux system in Additional Q&amp;A</title>
    <link>https://community.sap.com/t5/additional-q-a/sharing-folder-in-linux-system/qaa-p/9437009#M104622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it seems that you need to access files at a Windows computer from an SAP system running at a Linux server. Is this correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, do not mount it under "/root". Mount it under "/mnt" instead.&lt;/P&gt;&lt;P&gt;Please also confirm that your mount command is mounting the share in read/write mode, in case you need SAP to be able to write data to the Windows share as well, and that the user/password you're&lt;/P&gt;&lt;P&gt;using at the mount command has read/write permissions at your Windows computer (at both the share and the filesystem).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Isaías&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 May 2013 14:40:31 GMT</pubDate>
    <dc:creator>Isaias_SAP</dc:creator>
    <dc:date>2013-05-21T14:40:31Z</dc:date>
    <item>
      <title>sharing folder in linux system</title>
      <link>https://community.sap.com/t5/additional-q-a/sharing-folder-in-linux-system/qaq-p/9437005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to share folder in linux system from my windows system. how to share.. Please let me know the procedure..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;R.Ramkumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 May 2013 13:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/sharing-folder-in-linux-system/qaq-p/9437005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-18T13:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: sharing folder in linux system</title>
      <link>https://community.sap.com/t5/additional-q-a/sharing-folder-in-linux-system/qaa-p/9437006#M104619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are on a Windows computer and want to copy files to/from a Linux computer, you can use the free tool "WinSCP", as long as you have the ssh server running at the Linux computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that this would be the easiest way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Isaías&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 22:28:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/sharing-folder-in-linux-system/qaa-p/9437006#M104619</guid>
      <dc:creator>Isaias_SAP</dc:creator>
      <dc:date>2013-05-20T22:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: sharing folder in linux system</title>
      <link>https://community.sap.com/t5/additional-q-a/sharing-folder-in-linux-system/qaa-p/9437007#M104620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Isaias,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; winscp is for copying the files.. But in linux system I need to share my folder from my windows system..&amp;nbsp; I have mounted in root directory but if i access from my sap application its showing permission denied.. and i could not change the permission for that directory (get_data) also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to change permission in this directory /root/.gvfs/get_data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;R.Ramkumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 05:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/sharing-folder-in-linux-system/qaa-p/9437007#M104620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-21T05:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: sharing folder in linux system</title>
      <link>https://community.sap.com/t5/additional-q-a/sharing-folder-in-linux-system/qaa-p/9437008#M104621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand you want to access windows share folder into Linux server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[root@testsap2 mnt]# mount -t cifs //10.16.2.20/dbbackuplnx /mnt/share -o username=Administrator&lt;/P&gt;&lt;P&gt;Password:&lt;/P&gt;&lt;P&gt;[root@testsap2 mnt]# cd /mnt/share &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have to access linux share folder into windows have to do SAMBA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search on Google for samba config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nikunj Thaker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 13:16:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/sharing-folder-in-linux-system/qaa-p/9437008#M104621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-21T13:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: sharing folder in linux system</title>
      <link>https://community.sap.com/t5/additional-q-a/sharing-folder-in-linux-system/qaa-p/9437009#M104622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it seems that you need to access files at a Windows computer from an SAP system running at a Linux server. Is this correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, do not mount it under "/root". Mount it under "/mnt" instead.&lt;/P&gt;&lt;P&gt;Please also confirm that your mount command is mounting the share in read/write mode, in case you need SAP to be able to write data to the Windows share as well, and that the user/password you're&lt;/P&gt;&lt;P&gt;using at the mount command has read/write permissions at your Windows computer (at both the share and the filesystem).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Isaías&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 14:40:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/sharing-folder-in-linux-system/qaa-p/9437009#M104622</guid>
      <dc:creator>Isaias_SAP</dc:creator>
      <dc:date>2013-05-21T14:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: sharing folder in linux system</title>
      <link>https://community.sap.com/t5/additional-q-a/sharing-folder-in-linux-system/qaa-p/9437010#M104623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Isaias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can u please tell me how to mount under "/mnt".. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;R.Ramkumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 12:57:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/sharing-folder-in-linux-system/qaa-p/9437010#M104623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-23T12:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: sharing folder in linux system</title>
      <link>https://community.sap.com/t5/additional-q-a/sharing-folder-in-linux-system/qaa-p/9437011#M104624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would depend on how are you already mounting it under "/root".&lt;/P&gt;&lt;P&gt;The general steps would be to create a folder under "/mnt", and then change the mount command/software you're already using to mount the share under the "/mnt/&amp;lt;new folder&amp;gt;" instead of "/root".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Isaías&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 21:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/sharing-folder-in-linux-system/qaa-p/9437011#M104624</guid>
      <dc:creator>Isaias_SAP</dc:creator>
      <dc:date>2013-05-23T21:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: sharing folder in linux system</title>
      <link>https://community.sap.com/t5/additional-q-a/sharing-folder-in-linux-system/qaa-p/9437012#M104625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To do this you need to install at least the kernel module for cifs (if not already installed via the standard kernel) and at least the samba client and samba libraries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this you have to share the folder on the windows computer as a network share, setup the apropriate ACLs on the network share and then mount the windows share as a cifs volume in linux.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mountpoint should be beneath the folder /mnt according to the linux standard base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To have the network share mounted after every restart of the server automatically you have to put a line like this into the file /etc/fstab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//servername.domain/share_name /mnt/share_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cifs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; soft,directio,rw,uid=pixadm,gid=sapsys,credentials=/etc/filename&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The share_name should not contain any whitespaces and should be limited to 8 characters. Allthough not really necessary this might prevent some unexpected problems.&lt;/P&gt;&lt;P&gt;The /mnt/share_name can be any name you want beneath the /mnt folder and needs to be created before you actually mount the network share for the first time. The filename for the credentials has two lines in it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username=Domainuser&lt;/P&gt;&lt;P&gt;password=xxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The credentials file should only be readable by root!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you've set up the file /etc/fstab for the network share, the credentials file and created the mountpoint you can mount the network share with the following command as user root:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mount /mnt/share_name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of an error you can use the following command for a more verbose output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mount -v /mnt/share_name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go on from there if you have problems or post the result here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 08:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/sharing-folder-in-linux-system/qaa-p/9437012#M104625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-05T08:13:58Z</dc:date>
    </item>
  </channel>
</rss>

