<?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>topic Re: How to create a subvolume for SLES 11 SP4 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-subvolume-for-sles-11-sp4/m-p/6901773#M54917</link>
    <description>&lt;P&gt;That's because - during the automatic install phase generically known as "disk(s) partitioning and filesystem(s) creation" - the OS installer created/defined just one single partition and assigned to that partition the "/" root directory mount point without specifiying any other custom filesystems configuration (which is a manual thing the Administrator should plan)...the result was that all root's sub-directories (see &lt;A href="https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard" target="_blank"&gt;Linux FHS&lt;/A&gt;) you're now looking for were created as sub-directories of that root directory's mount point...within that whole single big partition the installer automatigically created for you.&lt;/P&gt;&lt;P&gt;You should have chosen to perform a manual Installation with Custom Partitioning in order to keep some sub-directories (e.g. /var/log or /opt, as examples) mounted on different partitions, as you now want.&lt;/P&gt;&lt;P&gt;Reference: &lt;A href="https://www.suse.com/documentation/sles11/singlehtml/book_sle_deployment/book_sle_deployment.html" target="_blank"&gt;SUSE Linux Enterprise Server 11 SP4 Deployment Guide&lt;/A&gt;, and - specifically - the &lt;A href="https://www.suse.com/documentation/sles11/singlehtml/book_sle_deployment/book_sle_deployment.html#sec.i.yast2.proposal" target="_blank"&gt;section 6.14 Installation Setting&lt;/A&gt; (related to manual deployment) where the &lt;A href="https://www.suse.com/documentation/sles11/singlehtml/book_sle_deployment/book_sle_deployment.html#sec.yast2.i_y2_part_expert" target="_blank"&gt;Partitioning (also the custom one)&lt;/A&gt; is explained in detail.&lt;/P&gt;</description>
    <pubDate>Sat, 24 Sep 2016 21:21:19 GMT</pubDate>
    <dc:creator>parnassus</dc:creator>
    <dc:date>2016-09-24T21:21:19Z</dc:date>
    <item>
      <title>How to create a subvolume for SLES 11 SP4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-subvolume-for-sles-11-sp4/m-p/6901301#M54916</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have installed SUSE Linux - SLES 11 SP4&amp;nbsp;but after installation we are not able to see - /srv, /opt, /tmp , /var/spool, /var/run, /var/log, /var/crash and /var/tmp filesystem as separate mount point. But everything under root i.e. / fileystem as below,&lt;/P&gt;&lt;P&gt;server:~ # df&lt;BR /&gt;Filesystem&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1K-blocks&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Used&amp;nbsp; Available Use% Mounted on&lt;BR /&gt;/dev/sda4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1168272044&amp;nbsp;&amp;nbsp; 7229148 1159627396&amp;nbsp;&amp;nbsp; 1% /&lt;BR /&gt;udev&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1058952576&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 272 1058952304&amp;nbsp;&amp;nbsp; 1% /dev&lt;BR /&gt;tmpfs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1589641216&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 648 1589640568&amp;nbsp;&amp;nbsp; 1% /dev/shm&lt;/P&gt;&lt;P&gt;Please can you let us know how&amp;nbsp;we can have /srv, /opt, /tmp , /var/spool, /var/run, /var/log, /var/crash and /var/tmp filesystem as separate mount point?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Narendra&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 17:19:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-subvolume-for-sles-11-sp4/m-p/6901301#M54916</guid>
      <dc:creator>Narendra Uttekar</dc:creator>
      <dc:date>2016-09-22T17:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a subvolume for SLES 11 SP4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-subvolume-for-sles-11-sp4/m-p/6901773#M54917</link>
      <description>&lt;P&gt;That's because - during the automatic install phase generically known as "disk(s) partitioning and filesystem(s) creation" - the OS installer created/defined just one single partition and assigned to that partition the "/" root directory mount point without specifiying any other custom filesystems configuration (which is a manual thing the Administrator should plan)...the result was that all root's sub-directories (see &lt;A href="https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard" target="_blank"&gt;Linux FHS&lt;/A&gt;) you're now looking for were created as sub-directories of that root directory's mount point...within that whole single big partition the installer automatigically created for you.&lt;/P&gt;&lt;P&gt;You should have chosen to perform a manual Installation with Custom Partitioning in order to keep some sub-directories (e.g. /var/log or /opt, as examples) mounted on different partitions, as you now want.&lt;/P&gt;&lt;P&gt;Reference: &lt;A href="https://www.suse.com/documentation/sles11/singlehtml/book_sle_deployment/book_sle_deployment.html" target="_blank"&gt;SUSE Linux Enterprise Server 11 SP4 Deployment Guide&lt;/A&gt;, and - specifically - the &lt;A href="https://www.suse.com/documentation/sles11/singlehtml/book_sle_deployment/book_sle_deployment.html#sec.i.yast2.proposal" target="_blank"&gt;section 6.14 Installation Setting&lt;/A&gt; (related to manual deployment) where the &lt;A href="https://www.suse.com/documentation/sles11/singlehtml/book_sle_deployment/book_sle_deployment.html#sec.yast2.i_y2_part_expert" target="_blank"&gt;Partitioning (also the custom one)&lt;/A&gt; is explained in detail.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Sep 2016 21:21:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-subvolume-for-sles-11-sp4/m-p/6901773#M54917</guid>
      <dc:creator>parnassus</dc:creator>
      <dc:date>2016-09-24T21:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a subvolume for SLES 11 SP4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-subvolume-for-sles-11-sp4/m-p/6907046#M54918</link>
      <description>&lt;P&gt;Simple, create new file system , &amp;nbsp;and then mount the file system on temporary mount point, say for example, as /temp1, later replicate the contents which you wish to have seperate mount, once done, unmount temporary mounts, create respective line in fstab so that file systems gets mounted on boot up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 17:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-subvolume-for-sles-11-sp4/m-p/6907046#M54918</guid>
      <dc:creator>simplylinuxfaq</dc:creator>
      <dc:date>2016-10-12T17:48:17Z</dc:date>
    </item>
  </channel>
</rss>

