This is a discussion on partition size problem? within the Linux Operating System forums, part of the Unix Operating Systems category; --> I recently installed Mandrake 9.2. When I installed Mandrake I had it partition automatically and it formatted the unused ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I recently installed Mandrake 9.2. When I installed Mandrake I had it partition automatically and it formatted the unused 63 GB of my IDE hard disc, the other 49GB is WinXP. However, upon doing "df" I discover that "/" is only 5.8GB large! Here is the output Device Mount Point Size ======== ============ ====== hda1 /mnt/windows 48GB hda5 / 5.8GB hda6 swap 494MB hda7 56GB hda7 is unmounted but is formatted as a journalised ext3 filesystem. Why would Mandrake choose to give me only 5.8GB (already about 75% used)? How can I use hda7 space? Larry Gagnon *** remove "fake" from mail address to reply direct *** -- *** remove "fake" from mail address to reply direct *** |
| |||
| Hello lagagnon (<lagagnon@fakeuniserve.com>) wrote: > I recently installed Mandrake 9.2. When I installed Mandrake I had it > partition automatically and it formatted the unused 63 GB of my IDE > hard disc, the other 49GB is WinXP. However, upon doing "df" I > discover that "/" is only 5.8GB large! Here is the output > > Device Mount Point Size > ======== ============ ====== > hda1 /mnt/windows 48GB > hda5 / 5.8GB > hda6 swap 494MB > hda7 56GB > > hda7 is unmounted but is formatted as a journalised ext3 filesystem. > Why would Mandrake choose to give me only 5.8GB (already about 75% > used)? How can I use hda7 space? You can simply mount it somewhere, for example in /home. You move the contents of that directory somewhere else, mount hda7 there, and move everything back. Now you only have to add a line for that partition in your /etc/fstab to mount it automatically at boottime. The space on your / should be enough for any normal desktop linux system, if you keep your personal files somewhere else, like on /dev/hda7. You can of course also divide hda7 into more partitions, format them and mount them where ever you need, like in /usr. There is plenty of information on the web regarding partitioning, and I think there is also a Howto. Just use google or some other search engine. best regards Andreas Janssen -- Andreas Janssen andreas.janssen@bigfoot.com PGP-Key-ID: 0xDC801674 Registered Linux User #267976 |
| |||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2003-12-16, Andreas Janssen <andreas.janssen@bigfoot.com> wrote: > > You can simply mount it somewhere, for example in /home. You move the > contents of that directory somewhere else, mount hda7 there, and move > everything back. Or, eliminate a move step by mounting hda7 somewhere else, moving the contents of home there, then umount hda7 and remount at /home. - --keith - -- kkeller-usenet@wombat.san-francisco.ca.us (try just my userid to email me) AOLSFAQ=http://wombat.san-francisco.ca.us/cgi-bin/fom -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/35xuhVcNCxZ5ID8RAp32AJ9VdjtxrzXgH6M0Y/CSbn9xvwIwGACeIgfV M6IObSUpOEnNNX9fBLdHS4Y= =siNh -----END PGP SIGNATURE----- |
| |||
| "Andreas Janssen" <andreas.janssen@bigfoot.com> wrote in message news:bro23l$jdb$04$1@news.t-online.com... > Hello > > lagagnon (<lagagnon@fakeuniserve.com>) wrote: > > > I recently installed Mandrake 9.2. When I installed Mandrake I had it > > partition automatically and it formatted the unused 63 GB of my IDE > > hard disc, the other 49GB is WinXP. However, upon doing "df" I > > discover that "/" is only 5.8GB large! Here is the output > > > > Device Mount Point Size > > ======== ============ ====== > > hda1 /mnt/windows 48GB > > hda5 / 5.8GB > > hda6 swap 494MB > > hda7 56GB > > > > hda7 is unmounted but is formatted as a journalised ext3 filesystem. > > Why would Mandrake choose to give me only 5.8GB (already about 75% > > used)? How can I use hda7 space? > > You can simply mount it somewhere, or you can resize the / partition to have more space, no particular problem with that. First, run "fdisk /dev/hda" and "p" and check that the swap space and unusused space is on the drive (at higher cylinders/sectors) than hda5 Then uswap /dev/hda6 fdisk /dev/hda and delete the 6 and 7th partition. then reboot, and at the lilo or grub menu, add some options to the kernel... init=/bin/sh and run e2fsresize /dev/hda5 Or you can boot a linux floppy or cd, and run a static binary of e2fsresize... Leon |
| ||||
| "Keith Keller" <kkeller-usenet@wombat.san-francisco.ca.us> wrote in message news:g96orb.2dg.ln@goaway.wombat.san-francisco.ca.us... > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 2003-12-16, Andreas Janssen <andreas.janssen@bigfoot.com> wrote: > > > > You can simply mount it somewhere, for example in /home. You move the > > contents of that directory somewhere else, mount hda7 there, and move > > everything back. > > Or, eliminate a move step by mounting hda7 somewhere else, moving the > contents of home there, then umount hda7 and remount at /home. > > - --keith Or since it's very early in the setup of this setup of this system, re-install the Linux with the partitions set up the way you want them. To me, and many others, making too many Linux parititions is like putting every pot in a different cupboard. It's awkward and *wasteful*, and you can't use the space efficiently without a lot of work. |
| Thread Tools | |
| Display Modes | |
|
|