Results 1 to 4 of 4
Hi,
It is possible create swap parition AFTER linux installation.
please look it this.
(parted) print
Disk geometry for /dev/hda5: 0.000-19100.689 megabytes
Disk label type: loop
Minor Start End Filesystem ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-12-2007 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 8
swap space
Hi,
It is possible create swap parition AFTER linux installation.
please look it this.
(parted) print
Disk geometry for /dev/hda5: 0.000-19100.689 megabytes
Disk label type: loop
Minor Start End Filesystem Flags
1 0.000 19100.689 ext3
(parted) mkpartfs ext3 linux-swap 0 1500
Error: Can't create any more partitions.
(parted)
thank you
- 02-12-2007 #2
its possible to create SWAP partition after Linux Installation but i think you have created Four Primary Partitions already.
its not possible to create more than 4 Primary Partitions. Create an Extended Partition and create Logical Partition in it. format logical partition as SWAP. there is no limit for the number of Logical Partitions in a harddisk.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-12-2007 #3Just Joined!
- Join Date
- Nov 2006
- Posts
- 8
Hi,
thank you for reply.
but how can create logical parition. because i am very newbie for linux..
can you give me any example or link...?
thank you.
one more >>> i already have windows on some machine.
- 02-12-2007 #4
post the output of fdisk -l command.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
