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.