<?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: Linux Newbie question in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952195#M4266</link>
    <description>dude :)&lt;BR /&gt;&lt;BR /&gt;try "parted /dev/sda print" without the double quotes :)</description>
    <pubDate>Wed, 16 Apr 2003 06:37:47 GMT</pubDate>
    <dc:creator>Erik_14</dc:creator>
    <dc:date>2003-04-16T06:37:47Z</dc:date>
    <item>
      <title>Linux Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952192#M4263</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am newbie in Linux world. I have installed Linux advance server (2.4.18-e.12smp) in rx2600 server. I have two 73Gb disk. During installation I created partioned &amp;amp; filesystem on both disk.&lt;BR /&gt;&lt;BR /&gt;Now I want to create another partition &amp;amp; filesystem from online.. How can I do that ?&lt;BR /&gt;&lt;BR /&gt;fdisk -l does not show other partitions details. See below.&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sda: 255 heads, 63 sectors, 8924 cylinders      &lt;BR /&gt;Units = cylinders of 16065 * 512 bytes                    &lt;BR /&gt;                                                          &lt;BR /&gt;   Device Boot    Start       End    Blocks   Id  System  &lt;BR /&gt;/dev/sda1             1      8925  71687368+  ee  EFI GPT &lt;BR /&gt;                                                          &lt;BR /&gt;Disk /dev/sdb: 255 heads, 63 sectors, 8924 cylinders      &lt;BR /&gt;Units = cylinders of 16065 * 512 bytes                    &lt;BR /&gt;                                                          &lt;BR /&gt;   Device Boot    Start       End    Blocks   Id  System  &lt;BR /&gt;/dev/sdb1             1      8925  71687368+  ee  EFI GPT &lt;BR /&gt;&lt;BR /&gt;But as per hw-config output both disks has near about 60Gb disk space free..&lt;BR /&gt;&lt;BR /&gt;I tried to find druid utility for FS creation but unfortunately I did not. I tried with fdisk but I could not. &lt;BR /&gt;&lt;BR /&gt;Can anyone explain me what is extended partitions ? Also I would like to know how to create partiton &amp;amp; FS.&lt;BR /&gt;&lt;BR /&gt;If I connect from my PC to linux box by Xwindow software, then is there any way to get same KDE window in my PC ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2003 01:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952192#M4263</guid>
      <dc:creator>Joydeep_1</dc:creator>
      <dc:date>2003-04-16T01:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952193#M4264</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;IA64 uses different GUID Partition Table.(GPT).&lt;BR /&gt;fdisk on IA64 doesn't support GPT.&lt;BR /&gt;You may want to use parted, instead.&lt;BR /&gt;&lt;BR /&gt;fdisk -l /dev/sda  = parted /dev/sda print&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2003 01:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952193#M4264</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2003-04-16T01:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952194#M4265</link>
      <description>It did not help much..&lt;BR /&gt;&lt;BR /&gt;See the below ourput&lt;BR /&gt;&lt;BR /&gt;[root@rxlinux1 sbin]# fdisk -l /dev/sda = parted /dev/sda print &lt;BR /&gt;                                                                &lt;BR /&gt;Disk /dev/sda: 255 heads, 63 sectors, 8924 cylinders            &lt;BR /&gt;Units = cylinders of 16065 * 512 bytes                          &lt;BR /&gt;                                                                &lt;BR /&gt;   Device Boot    Start       End    Blocks   Id  System        &lt;BR /&gt;/dev/sda1             1      8925  71687368+  ee  EFI GPT       &lt;BR /&gt;                                                                &lt;BR /&gt;Disk parted: 0 heads, 0 sectors, 0 cylinders                    &lt;BR /&gt;Units = cylinders of 1 * 512 bytes                              &lt;BR /&gt;                                                                &lt;BR /&gt;Disk parted doesn't contain a valid partition table             &lt;BR /&gt;                                                                &lt;BR /&gt;Disk /dev/sda: 255 heads, 63 sectors, 8924 cylinders            &lt;BR /&gt;Units = cylinders of 16065 * 512 bytes                          &lt;BR /&gt;                                                                &lt;BR /&gt;   Device Boot    Start       End    Blocks   Id  System        &lt;BR /&gt;/dev/sda1             1      8925  71687368+  ee  EFI GPT       &lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2003 01:47:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952194#M4265</guid>
      <dc:creator>Joydeep_1</dc:creator>
      <dc:date>2003-04-16T01:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952195#M4266</link>
      <description>dude :)&lt;BR /&gt;&lt;BR /&gt;try "parted /dev/sda print" without the double quotes :)</description>
      <pubDate>Wed, 16 Apr 2003 06:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952195#M4266</guid>
      <dc:creator>Erik_14</dc:creator>
      <dc:date>2003-04-16T06:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952196#M4267</link>
      <description>Thanks Eric,&lt;BR /&gt;[root@rxlinux1 usr]# parted /dev/sda print                                 &lt;BR /&gt;Disk geometry for /dev/sda: 0.000-70007.196 megabytes                      &lt;BR /&gt;Disk label type: GPT                                                       &lt;BR /&gt;Minor    Start       End     Filesystem  Name                  Flags       &lt;BR /&gt;1          0.017    200.016  FAT                               boot, lba   &lt;BR /&gt;2        200.017   1224.016  linux-swap                        lba         &lt;BR /&gt;[root@rxlinux1 usr]# parted /dev/sdb print                                 &lt;BR /&gt;Disk geometry for /dev/sdb: 0.000-70007.196 megabytes                      &lt;BR /&gt;Disk label type: GPT                                                       &lt;BR /&gt;Minor    Start       End     Filesystem  Name                  Flags       &lt;BR /&gt;1          0.017   4096.016  ext3                              lba         &lt;BR /&gt;2       4096.017   6144.016  ext3                              lba         &lt;BR /&gt;3       6144.017   7168.016  linux-swap                        lba         &lt;BR /&gt;4       7168.017   8192.016  ext3                              lba         &lt;BR /&gt;5       8192.017   9216.016  ext3                              lba &lt;BR /&gt;&lt;BR /&gt;But still I did not know how to create new partitions &amp;amp; FS from command line or GUI        &lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2003 06:45:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952196#M4267</guid>
      <dc:creator>Joydeep_1</dc:creator>
      <dc:date>2003-04-16T06:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952197#M4268</link>
      <description>The manual page of parted can be found &lt;A href="http://unixhelp.ed.ac.uk/CGI/man-cgi?parted+8" target="_blank"&gt;http://unixhelp.ed.ac.uk/CGI/man-cgi?parted+8&lt;/A&gt; here. (first hit in Google)&lt;BR /&gt;There the commands you can use are described.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2003 08:13:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952197#M4268</guid>
      <dc:creator>Erik_14</dc:creator>
      <dc:date>2003-04-16T08:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952198#M4269</link>
      <description>Thanks Eric,&lt;BR /&gt;&lt;BR /&gt;I have been able to make partition &amp;amp; creating FS, but could not mount&lt;BR /&gt;&lt;BR /&gt;[root@rxlinux1 root]# parted /dev/sda print                             &lt;BR /&gt;Disk geometry for /dev/sda: 0.000-70007.196 megabytes                   &lt;BR /&gt;Disk label type: GPT                                                    &lt;BR /&gt;Minor    Start       End     Filesystem  Name                  Flags    &lt;BR /&gt;1          0.017    200.016  FAT                               boot, lba&lt;BR /&gt;2        200.017   1224.016  linux-swap                        lba      &lt;BR /&gt;3       1224.170   3224.160  ext2                              lba      &lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2003 09:06:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952198#M4269</guid>
      <dc:creator>Joydeep_1</dc:creator>
      <dc:date>2003-04-16T09:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952199#M4270</link>
      <description>Ok, what are the exact mount commands you tried? And what is the contents of your /etc/fstab ?&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2003 09:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952199#M4270</guid>
      <dc:creator>Erik_14</dc:creator>
      <dc:date>2003-04-16T09:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Newbie question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952200#M4271</link>
      <description>fdisk is a dangerous tool.&lt;BR /&gt;&lt;BR /&gt;There is in the linuxconf tool a gui disk manager, but I've always liked the Disk Druid at install best.&lt;BR /&gt;&lt;BR /&gt;With your system in a business environment, I would have paritioned for RAID 10 1/0 so that everything including boot would work on one disk or the other.&lt;BR /&gt;&lt;BR /&gt;This builds a bit of extra reliability into the system.  I just had a maintenance event and though it doesn't involve the disk, I was feeling good about data recovery because I'd done that.&lt;BR /&gt;&lt;BR /&gt;If you can start over, I would recommend Software Raid Red Hat. There are howto docs here at itrc and at readhat.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.redhat.com/pub/redhat/redhat-7.3-en/doc/RH-HOCS.rh1-cg-en-7.3/index.html" target="_blank"&gt;ftp://ftp.redhat.com/pub/redhat/redhat-7.3-en/doc/RH-HOCS.rh1-cg-en-7.3/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;rh1 might be rhl&lt;BR /&gt;&lt;BR /&gt;For reasons that annoy the hell out of me disk druid only seems to work 7.3 and below at install time. That sucks.&lt;BR /&gt;&lt;BR /&gt;You might be able to accomplish it with the port of HP-UX's lvm utility in Linux.&lt;BR /&gt;&lt;BR /&gt;Extended partitions are needed because there is a limit in the OS as to how many (4 I think) primary partitions you can have.  Don't ask me why, I don't know why 4.&lt;BR /&gt;&lt;BR /&gt;As far as X-Windows go, the answer is yes you can connect.  Out of the box Linux installs in a secure mode and after futzing around two hours I decided it wasn't worth the effort.  Its a security issue and you can solve it.&lt;BR /&gt;&lt;BR /&gt;As a matter of fact posting here is a good way to resolve the issue, though I'd have one issue per thread to get people to concentrate.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 16 Apr 2003 20:20:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-newbie-question/m-p/2952200#M4271</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-16T20:20:10Z</dc:date>
    </item>
  </channel>
</rss>

