extend partition

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

extend partition

Roshan
Hi,

I want to extend a partition in Linux. /dev/sda. Do you know how I can do that? I want to add 200 gb more

Rgds
Roshan
Reply | Threaded
Open this post in threaded view
|

Re: extend partition

ErmanArslansOracleBlog
Administrator
First of all, /dev/sda is a disk not a partition. /dev/sda1 is a partition.
This types of operations are risky and you have to know what you are doing. Methods are changing according to the OS and the filesystem.

You can read my blog posts about these operations.
http://ermanarslan.blogspot.com.tr/2013/10/linux-extend-logical-volume-size-lvm.html
http://ermanarslan.blogspot.com.tr/2013/10/linux-how-to-extend-partition-and.html