Sunday 13 January 2013

how to delete swap partition in linux rhel 6


#swapoff /dev/sda5 (off the swap on partition)


#vim /etc/fstab


delete this entry save and quit


:wq!


#mount -a


#fdisk /dev/sda

d - 5 - w

#partx -a/ dev/sda (run 2 time for activate the partition table.)

No comments:

Post a Comment