2

I recently installed Fedora and Ubuntu 12.04. Both have different Swap Partition. Fedora using its own Swap space. But Ubuntu using both two swap partitions. I want to stop that. I want Ubuntu 12 to use its own Swap Partition.

  • sda9 - Ubuntu (/)

  • sda11 - Swap (4.9 GB)

  • sda10 - Fedora (/)

  • sda12 - Swap (4.9 GB)

All are logical partitions.

Hashken
  • 6,282

3 Answers3

0

I suggest that you get rid of the extra swap line in /etc/fstab.

Eliah Kagan
  • 117,780
mdpc
  • 1,199
0

Please add the noauto option in /etc/fstab for your Ubuntu system's sda10 partition.

Eliah Kagan
  • 117,780
karolszk
  • 603
0

The swap space is set in /etc/fstab. In your case you probably want Ubuntu to use sda11 partition, so you should remove the line in fstab that contains the /dev/sda12 partition.

Eliah Kagan
  • 117,780
BakaKuna
  • 188