purplefool wrote:
> wow loni! that was really an informative post.
yep, she usually on target!
> so, my main problem with both of the last posts are that i don’t have a
> partition to play with. i cannot find any windows things
the ‘windows things’ are in one partition on the hard drive that you
cannot see until it is “mounted” (but the good news is you don’t
have to see it to get rid of it)
> to delete and
> find no way of finding a list of what is on the hard drive. i tried
> using vox, but there is just not enough ram and the poor thing dies.
i’m not familiar with “vox”, what is that?
> how can i format the hard drive without going into linux? windows
> doesn’t work anymore
bingo! (learn by) stop avoiding linux and looking for a windows
solution…
i’m pretty sure all you need is built into Puppy…
try this:
- hold down Ctrl+Alt and press F1
(this will take you to a full screen terminal, similar to the old
DOS…where Puppy will be asking you to sign in)
[NOTE: any time you wanna get back to the Puppy GUI, just hold down
Ctrl+Alt and press F7…note 2, there is ANOTHER terminal just
waiting for you at F2, F3, F4 and more…but, i’m NOT sure which
Puppy offers]
-
sign in as root, and give the root password when prompted (NOTE:
you will NOT see the root password as you type, but Puppy will)
-
at the new prompt (it changed, did you notice?) type/enter:
Code:
parted l
[NOTE, that is an l as in lima, not the number 1]
the return screen will show ALL partitions on the hard disk…most
likely all partitions with a “fat32” file system contains those
“windows things”…the read out will include a Partition Number for
EACH partition…my GUESS is that all the ‘windows things’ are on
Partition 1…and it will be the ONLY fat32 partition…
AND, i guess that partition lives, unmounted, at /dev/sda1 (and your
linux partitions, which ARE mounted at
/dev/sda2 and maybe 3
let us check, this way: type/enter
Code:
df -h
which will show ONLY the mounted partitions, and where they are
mounted…i GUESS you will see
/dev/sda2 mounted on /
/dev/sda3 mounted on /home (MAYBE, maybe not)
so now we know, for sure that the ‘windows things’ are in the
unmounted fat32 partition at /dev/sda1
IF that is not the case (or you do not understand) do NOT
proceed…instead, copy the results of the parted and df commands
above back to the forum, along with your question…
otherwise: at that same command prompt type
Code:
man parted
where you can do some reading…see if you can figure out how to
delete the partition /dev/sda1
if you do, then see if you can resize your linux partition(s) to take
up the entire drive space…
btw: if Puppy didn’t make two linux partitions (one for /home) i’d
suggest you:
-
delete the fat32
-
resize the single existing / (which we call the Root Partition,
which is Windows[s] talk is C:) to be about (i forget, is it you with
a 10 G hard drive??) 5 gigs, and CREATE a new partition to hold /home
from the rest of the space
note: NEVER ever forget when you are signed in as root! when you are
finished doing ‘root stuff’ type/enter:
Code:
exit
some folks (old forgetful men men usually) NEVER actually sign in as
root, but always as a normal user, and then use sudo (but that is a
different lesson) 
and, never never never never ever sign into a linux GUI as
root…see: http://tinyurl.com/6ry6yd
prediction: you are gonna LOVE linux, one you get a little further up
this STEEP “learning curve”…
DenverD (Linux Counter 282315) via NNTP, Thunderbird 2.0.0.14, KDE
3.5.7, SUSE Linux 10.3, 2.6.22.18-0.2-default #1 SMP i686 athlon