<?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: installation problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/installation-problem/m-p/3293030#M12431</link>
    <description>I could only understand the first question-&lt;BR /&gt;The answer is edit the file /etc/inittab&lt;BR /&gt;locate the line &lt;BR /&gt;id:5:initdefault&lt;BR /&gt;and replace 5 with 3 so the line will look&lt;BR /&gt;id:3:initdefault&lt;BR /&gt;save your change and reboot.The X won't start.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What do you want to mount?</description>
    <pubDate>Wed, 02 Jun 2004 00:42:41 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2004-06-02T00:42:41Z</dc:date>
    <item>
      <title>installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-problem/m-p/3293029#M12430</link>
      <description>I have newly install the RH linux 8 , there are below problems&lt;BR /&gt;&lt;BR /&gt;1. everytime the system reboot ,the console will go to the xwindows, how to disable it &lt;BR /&gt;2. I use the default partition , when run â  dfâ   only / , boot /dev/shm , as below , I have created the diectory at the root , like /home /usr /var /db , how to mount it so that this path also display when run â  dfâ   ?&lt;BR /&gt;Filesystem           1K-blocks      Used Available Use% Mounted on&lt;BR /&gt;/dev/sda5             14254454  3542514 10225412  12%&lt;BR /&gt;/dev/sda2               101107      9456     86430  10% /boot&lt;BR /&gt;none                   1032556         0   1032556   0% /dev/shm&lt;BR /&gt;&lt;BR /&gt;3.how to know and increase th</description>
      <pubDate>Wed, 02 Jun 2004 00:05:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-problem/m-p/3293029#M12430</guid>
      <dc:creator>siumiao</dc:creator>
      <dc:date>2004-06-02T00:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-problem/m-p/3293030#M12431</link>
      <description>I could only understand the first question-&lt;BR /&gt;The answer is edit the file /etc/inittab&lt;BR /&gt;locate the line &lt;BR /&gt;id:5:initdefault&lt;BR /&gt;and replace 5 with 3 so the line will look&lt;BR /&gt;id:3:initdefault&lt;BR /&gt;save your change and reboot.The X won't start.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What do you want to mount?</description>
      <pubDate>Wed, 02 Jun 2004 00:42:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-problem/m-p/3293030#M12431</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-06-02T00:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-problem/m-p/3293031#M12432</link>
      <description>1. You have to change your default runlevel.&lt;BR /&gt;Check /etc/inittab for an 'initdefault' entry.&lt;BR /&gt;&lt;BR /&gt;2.Check /etc/fstab for mounting filesystems.&lt;BR /&gt;You must have created other partitions (sda3? sda4?; swap partitions are not mounted). Your question contains strange characters....&lt;BR /&gt;&lt;BR /&gt;3. Increase the filesystem size? That's almost impossible. If you have more unused diskspace, you may create a new partition, mount it, copy all files from old to new partition, remove old partition, unmount new partition, mount new partition on original mountpoint. If it's a new installation, start new installation.&lt;BR /&gt;&lt;BR /&gt;JP</description>
      <pubDate>Wed, 02 Jun 2004 00:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-problem/m-p/3293031#M12432</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-06-02T00:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-problem/m-p/3293032#M12433</link>
      <description>Well, I go for question three as the others seem to be catered for above.&lt;BR /&gt; &lt;BR /&gt;You can increase filesystems.  There are tools  for several of the linux filesystems to do this.  For example the reiser filesystem comes with "resize_reiserfs" for resizing and ext2 has "resize2fs".  Have a look at this link.&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/Filesystems-HOWTO-6.html" target="_blank"&gt;http://www.tldp.org/HOWTO/Filesystems-HOWTO-6.html&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;However, the problem comes with what are you going to resize your filesystem across.  If it already fills a partition, you could have a problem.  The best solution to this problem is to use logical volume management which you can get here&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www.sistina.com/products_lvm.htm" target="_blank"&gt;http://www.sistina.com/products_lvm.htm&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;This allows you to stick partitions or whole disks together and make it look like one partition to your filesystem.  With this system extending a filesystem is a breeze.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jun 2004 01:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-problem/m-p/3293032#M12433</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-06-02T01:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-problem/m-p/3293033#M12434</link>
      <description>Hi,&lt;BR /&gt;  Please make the enty in /etc/inittab file&lt;BR /&gt;  The default runlevel you have selected &lt;BR /&gt;  while installing Linux is Graphic Mode&lt;BR /&gt;  which is "5" change this rulevel to 3&lt;BR /&gt;  which is start the O.S. with all the &lt;BR /&gt;  service running except the X daemon will&lt;BR /&gt;  not start.&lt;BR /&gt;&lt;BR /&gt;  Please  mention clearly which filesystem&lt;BR /&gt;  your want to mount and do you want&lt;BR /&gt;  to mount then autmatically everytime&lt;BR /&gt;  when the system is booted.&lt;BR /&gt;&lt;BR /&gt;  Thanks,&lt;BR /&gt;  Amit</description>
      <pubDate>Wed, 02 Jun 2004 05:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-problem/m-p/3293033#M12434</guid>
      <dc:creator>Amit Dixit_2</dc:creator>
      <dc:date>2004-06-02T05:41:56Z</dc:date>
    </item>
  </channel>
</rss>

