The swap file is not present on my system.
[root@c979493-a /webapps]# swapon -s
Filename Type Size Used Priority
Manually starting it does not work:
[root@c979493-a /webapps]# swapon /dev/md2
swapon: /dev/md2: Invalid argument
[root@c979493-a /webapps]# cat /etc/fstab
/dev/md1 / ext2 defaults 1 1
/dev/md0 /boot ext2 defaults 1 2
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
none /proc proc defaults 0 0
none /dev/pts devpts gid=5,mode=620 0 0
/dev/md2 none swap sw 0 0
[root@c979493-a /webapps]# cat /proc/mdstat
Personalities : [raid1]
read_ahead 1024 sectors
md2 : active raid1 hdc1[1] hda1[0] 264000 blocks [2/2] [UU]
md0 : active raid1 hdc5[1] hda5[0] 11968 blocks [2/2] [UU]
md1 : active raid1 hdc6[1] hda6[0] 975616 blocks [2/2] [UU]
unused devices:
Anyone seeing the same thing on their end? Thanks,
NF