<?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: Expand Linux into new partition in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271192#M12054</link>
    <description>Take in mind that the ntfs partition can't be mounted without recompiling the kernel or installing the RPM that adds this ability.</description>
    <pubDate>Sun, 09 May 2004 06:27:00 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2004-05-09T06:27:00Z</dc:date>
    <item>
      <title>Expand Linux into new partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271188#M12050</link>
      <description>I have Fedora installed on a 4GB partition bootable with a floppy. I want to expand that into a 20 GB partition that Windows sees as the H:\ drive.&lt;BR /&gt;Now; I'm trying to find that partition in Linux speak so that I am sure I don't format my Windows XP which I still need to be able to use.&lt;BR /&gt;&lt;BR /&gt;I'm pretty sure that Fedora is on hda1;&lt;BR /&gt;hda2 is checked as bootable so that should be where Windows lives; but fdisk -l marks hda3 with a c designation.&lt;BR /&gt;&lt;BR /&gt;Does anyone know a good way to determine which is what ??&lt;BR /&gt;&lt;BR /&gt;   Device Boot    Start       End    Blocks   Id  System&lt;BR /&gt;/dev/hda1             1       576   4354528+  83  Linux&lt;BR /&gt;/dev/hda2   *       612      7442  51642360    7  HPFS/NTFS&lt;BR /&gt;/dev/hda3          7443     10337  21886200    c  Win95 FAT32 (LBA)&lt;BR /&gt;/dev/hda4           577       611    264600    5  Extended&lt;BR /&gt;/dev/hda5           577       611    264568+  82  Linux swap&lt;BR /&gt;&lt;BR /&gt;Thanks for any help.&lt;BR /&gt;</description>
      <pubDate>Sat, 08 May 2004 20:45:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271188#M12050</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-05-08T20:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Expand Linux into new partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271189#M12051</link>
      <description>Not a definitive answer but:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Linux boot......&lt;BR /&gt;/dev/hda1 1 576 4354528+ 83 Linux&lt;BR /&gt;&lt;BR /&gt;# the next two could be set up by windows or Linux, because Linux can set up ntfs. I'd say hda2 is as you note the Windows boot partition.&lt;BR /&gt;/dev/hda2 * 612 7442 51642360 7 HPFS/NTFS&lt;BR /&gt;/dev/hda3 7443 10337 21886200 c Win95 FAT32 (LBA)&lt;BR /&gt;&lt;BR /&gt;# this is set up to allow more than 4 partitions&lt;BR /&gt;/dev/hda4 577 611 264600 5 Extended&lt;BR /&gt;&lt;BR /&gt;#Linux swap, obviously.&lt;BR /&gt;/dev/hda5 577 611 264568+ 82 Linux swap&lt;BR /&gt;&lt;BR /&gt;You should be able to simply use the mount command under linux to mount the windows partition without erasing the data.&lt;BR /&gt;&lt;BR /&gt;This can also be done with the gui disk manager.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 08 May 2004 22:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271189#M12051</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-05-08T22:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Expand Linux into new partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271190#M12052</link>
      <description>By the size of blocks you can tell that the only partition that matched 20G  is /dev/hda3.&lt;BR /&gt;&lt;BR /&gt;Besides, /dev/hda2 is formatted with NTFS,while /dev/hda3 with FAT32-so you can boot   into windows XP and check what type of file system does it use.&lt;BR /&gt;</description>
      <pubDate>Sun, 09 May 2004 00:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271190#M12052</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-05-09T00:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Expand Linux into new partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271191#M12053</link>
      <description>Thanks guys; when I boot into Windows the Control Center tells me the C drive is on the NTFS partition and the 20 GB partition is FAT.&lt;BR /&gt;&lt;BR /&gt;Steven; I'll try mounting it without formatting and see what I can see. Good idea !&lt;BR /&gt;&lt;BR /&gt;Vern</description>
      <pubDate>Sun, 09 May 2004 06:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271191#M12053</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-05-09T06:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expand Linux into new partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271192#M12054</link>
      <description>Take in mind that the ntfs partition can't be mounted without recompiling the kernel or installing the RPM that adds this ability.</description>
      <pubDate>Sun, 09 May 2004 06:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271192#M12054</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-05-09T06:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expand Linux into new partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271193#M12055</link>
      <description>Thanks; I'll keep in mind that the mounting capability must be compiled in.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 09 May 2004 07:20:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271193#M12055</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-05-09T07:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Expand Linux into new partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271194#M12056</link>
      <description>Just a follow-up; Fedora can mount the 20 GB FAT partition; no problem; Linux can read and write to it; Windows XP can read and write to it.&lt;BR /&gt;&lt;BR /&gt;I also mounted the hdb2 partition ( SuSE ) as /hdb2&lt;BR /&gt;Fedora can read and write to it Ok; not sure if the superblocks for SuSE and Fedora will stay in sync.</description>
      <pubDate>Sun, 09 May 2004 09:25:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271194#M12056</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-05-09T09:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Expand Linux into new partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271195#M12057</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;just want to make thread complete.&lt;BR /&gt;&lt;BR /&gt;DO NOT enable write support for NTFS. It isn't finished and is potentially very dangerous. &lt;BR /&gt;&lt;BR /&gt;linux NTFS support.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linux-ntfs.sourceforge.net/info/ntfs.html#3.5" target="_blank"&gt;http://linux-ntfs.sourceforge.net/info/ntfs.html#3.5&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers !&lt;BR /&gt;&lt;BR /&gt;YJ</description>
      <pubDate>Tue, 11 May 2004 15:31:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271195#M12057</guid>
      <dc:creator>Yong_7</dc:creator>
      <dc:date>2004-05-11T15:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Expand Linux into new partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271196#M12058</link>
      <description>Good info; I'll keep the NTFS partition read only. &lt;BR /&gt;&lt;BR /&gt;Fedora sees the config below; no NTFS. &lt;BR /&gt;&lt;BR /&gt;SuSE can read the Windows NTFS partition but cannot write to it.  I can boot into Windows; Fedora; and SuSE. Seems to work Ok.&lt;BR /&gt;&lt;BR /&gt;Filesystem            Size  Used Avail Use% Mounted on&lt;BR /&gt;/dev/hda1             4.1G  3.1G  827M  80% /&lt;BR /&gt;none                  252M     0  252M   0% /dev/shm&lt;BR /&gt;/dev/hda3              21G  393M   20G   2% /var/www&lt;BR /&gt;/dev/hdb2              37G  5.4G   31G  15% /SuSE&lt;BR /&gt;</description>
      <pubDate>Tue, 11 May 2004 19:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/expand-linux-into-new-partition/m-p/3271196#M12058</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-05-11T19:20:39Z</dc:date>
    </item>
  </channel>
</rss>

