Thanks for the clarification, but I'm still a bit confused.

My sequence to create the first large partition was n, p, 1, 1, 38913. Then I 
did a, 1, but I'm not sure how to make the filesystem ext3 or if those were 
even the right commands. And the "back end" is partition #4? And how would I 
make the size 1 GB, or how would I designate this as swap?

Sent from my iPhone

On Dec 26, 2010, at 3:20 AM, Paul O'Malley <omp...@eircom.net> wrote:

> live cd
> 
> terminal
> 
> sudo cat /dev/zero > /dev/sda1
> 
> let it run for a few seconds
> 
> this will kill the hard drive
> 
> next up partition the disk using
> 
> sudo fdisk /dev/sda
> 
> p to print it should show no valid paritions
> 
> create a large partition at the front of the disk
> /      make it bootable ext3
> and a 1 gig at the back end (for swap)
> 
> type sudo partprobe to have the device re read
> then type sudo fdisk -l
> partitions should show up
> 
> reboot  (just so you know the partitions have taken
> 
> install as normal
> 
> (I've 15 years or more of doing this kind of thing and I had to do exactly 
> this last Wednesday)
> 
> 
> 
> 
>> Thanks ahead of time for any help.
>> 
>> Sent from my iPhone
>> ^^ seriously are you aware of the amount of apps on that device that might 
>> rat out your personal information to advertisers?
>>   
> http://online.wsj.com/article/SB10001424052748704694004576020083703574602.html
> 
> 
> _______________________________________________
> gNewSense-users mailing list
> gNewSense-users@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/gnewsense-users

_______________________________________________
gNewSense-users mailing list
gNewSense-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/gnewsense-users

Reply via email to