I want to do a clean install of 12.10 on my Lenovo s10-3s netbook onto the partition where 11.04, my current system, is located. As far as I know, my hd has 3 partitions: Windows 7 Starter, Kubuntu 11.04 (boots on this) and the Lenovo Quick Start partition. I ran the parted -l command on a Konsole, to get the partition list, then ran df -h to find out where Kubuntu was. Here's how both commands came out:
steve@steve-Ideapad-S10-3s:~$ sudo parted -l
[sudo] password for steve:
Model: ATA WDC WD3200BEVT-2 (scsi)
Disk /dev/sda: 320GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 211MB 210MB primary ntfs boot
2 211MB 273GB 273GB primary ntfs
3 273GB 304GB 31.1GB extended lba
5 273GB 281GB 8186MB logical ntfs
8 281GB 287GB 5502MB logical ext4
9 287GB 289GB 2136MB logical linux-swap(v1)
6 289GB 302GB 13.2GB logical ext4
7 302GB 304GB 2135MB logical linux-swap(v1)
4 304GB 320GB 15.8GB primary ntfs diag
steve@steve-Ideapad-S10-3s:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda8 5.1G 4.1G 779M 85% /
none 992M 684K 992M 1% /dev
none 1002M 3.5M 998M 1% /dev/shm
none 1002M 88K 1001M 1% /var/run
none 1002M 0 1002M 0% /var/lock
steve@steve-Ideapad-S10-3s:~$
I don't know what all those partitions mean, but I do think I understand that 11.04 is located on /dev/sda, which means it is only 5.1 gb. Is that right? Seems awfully small to me, considering that other partitions are larger and 11.04 is supposed to be where the computer boots. Before I install 12.10 onto Kubuntu's partition, I want to make sure what I'm doing and that the partitions are acceptable. Any ideas? (Dumb question--this forum always has ideas!)
steve@steve-Ideapad-S10-3s:~$ sudo parted -l
[sudo] password for steve:
Model: ATA WDC WD3200BEVT-2 (scsi)
Disk /dev/sda: 320GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 211MB 210MB primary ntfs boot
2 211MB 273GB 273GB primary ntfs
3 273GB 304GB 31.1GB extended lba
5 273GB 281GB 8186MB logical ntfs
8 281GB 287GB 5502MB logical ext4
9 287GB 289GB 2136MB logical linux-swap(v1)
6 289GB 302GB 13.2GB logical ext4
7 302GB 304GB 2135MB logical linux-swap(v1)
4 304GB 320GB 15.8GB primary ntfs diag
steve@steve-Ideapad-S10-3s:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda8 5.1G 4.1G 779M 85% /
none 992M 684K 992M 1% /dev
none 1002M 3.5M 998M 1% /dev/shm
none 1002M 88K 1001M 1% /var/run
none 1002M 0 1002M 0% /var/lock
steve@steve-Ideapad-S10-3s:~$
I don't know what all those partitions mean, but I do think I understand that 11.04 is located on /dev/sda, which means it is only 5.1 gb. Is that right? Seems awfully small to me, considering that other partitions are larger and 11.04 is supposed to be where the computer boots. Before I install 12.10 onto Kubuntu's partition, I want to make sure what I'm doing and that the partitions are acceptable. Any ideas? (Dumb question--this forum always has ideas!)
Comment