Hi, I am getting following error on creating a swap fs. CentOS 5.5 {{{ mkswap: unable to relabel /srv/cloud/one/var/25/images/disk.1 to system_u:object_r:swapfile_t: Operation not supported }}} The selinux is configured in permissive mode. Any clues on what might be wrong here and how to fix it? {{{ # /bin/dd if=/dev/zero of=/srv/cloud/one/var/25/images/disk.1 bs=1 count=1 seek=512M # sudo /sbin/mkswap /srv/cloud/one/var/25/images/disk.1 Setting up swapspace version 1, size = 536866 kB mkswap: unable to relabel /srv/cloud/one/var/25/images/disk.1 to system_u:object_r:swapfile_t: Operation not supported # file /srv/cloud/one/var/25/images/disk.1 /srv/cloud/one/var/25/images/disk.1: Linux/i386 swap file (new style) 1 (4K pages) size 131071 pages }}} -- thanks, neuby.r