Quote:
Originally Posted by jei
try this.
mkswap -L SWAP-sda5 /dev/sda5
I have seen fedora go through some issues when manually partitioning the drive. This will rename the partition so fedora can see it correctly.
If not let us know.
|
Before I try that, I am curious about something. When I look at my fstab file, I see the partition 5 swap:
Code:
LABEL=/ / ext3 defaults 1 1
LABEL=/var /var ext3 defaults 1 2
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
LABEL=SWAP-sda5 swap swap defaults 0 0
/etc/fstab (END)
However, when I look at my partitions with fdisk:
Code:
[root@proxy ezproxy_cs]# /sbin/fdisk -l
Disk /dev/sda: 145.9 GB, 145999527936 bytes
255 heads, 63 sectors/track, 17750 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000cb738
Device Boot Start End Blocks Id System
/dev/sda1 * 1 64 514048+ 83 Linux
/dev/sda2 65 12333 98550742+ 83 Linux
/dev/sda3 12334 16157 30716280 83 Linux
/dev/sda4 16158 17738 12699382+ 82 Linux swap / Solaris
[root@proxy ezproxy_cs]#
I see the swap file on sda4. Is this part of my problem? Is it just a labeling issue?