Partitioning... of a newbie
I would like to install knoppix on my hd. I took a look at qtparted and it seems that I have 4 or 5 differt type of partition's format.
Since I will need 3 partitons (1 for the boot, 1 for the swap and 1 for the rest of the hardrive) is there any differnce between all the partition's format.
I was trying to resize my hardrive by using qtparted. Well the software told me that my hardrive was not defragmented. I can't believe how good this OS is!!! :D
Re: Partitioning... of a newbie
Quote:
Originally Posted by xaviers2002
I would like to install knoppix on my hd. I took a look at qtparted and it seems that I have 4 or 5 differt type of partition's format.
Since I will need 3 partitons (1 for the boot, 1 for the swap and 1 for the rest of the hardrive) is there any differnce between all the partition's format.
I was trying to resize my hardrive by using qtparted. Well the software told me that my hardrive was not defragmented. I can't believe how good this OS is!!! :D
I don't understand your question! However i'll try to answer anyway :D
Structure
--/ (root) File system ext3
--/--/Boot (boot partition) arount 20 to 50 mb file system ext3
(swap) form 100 mb to 500 Linux swap partition.
I useually make hda1 the boot partition and hda2 as swap and use the rest as / (root)
Partitions for newbies like me !
Hi, I'm new here and on UNIX so I hope that you will be nice nice with me :)
Here's my case... I've been given a copy of knoopix by an actual stranger with whom I've talk only once of Unix in my neibourhood !
Of course, being a Window user all my life and tired of it, i've tried the CD and decided to install it ( HD ) on a old PC that I had... 4 geg, pentium 450 with a little RAM and/but my HD was already formatted by the way...
To make a long story short, I've partition the disk in 2 .. one for SWAP and the other of free space like mentionned in knoopix.. Or in Qpart if you prefer!
Everything seems to work perfectly but the problem is that all I see on my desktop is partition HDA2 giving me 382 B of space.... and i'm supposed to have and to see someting like 1.2 GB available.... I probably did someting wrong in the partition part but hey, I've seen it and installed it in a day ! :)
It's my first week dealing with Unix so please dont laught ! :oops:
Hope I will get some help here, Thanks !
PS... Sorry for my english, I'm french-Canadian !
Re: Partitions for newbies like me !
Quote:
Originally Posted by satyre
Hi, I'm new here and on UNIX so I hope that you will be nice nice with me :)
As long as you're not French-Canadian we might be nice. ;)
Open a terminal,
get root
su
issue:
fdisk -l
and
free -m
Post the output of each please.