Help me please. I want to add additional swap space in my SunOS 5.6.
I do the following:
#swap -a /dev/rdsk/c0t2d0s1
"/dev/rdsk/c0t2d0s1" is not valid for swapping.
It must be a block device or a regular file with the
"save user text on execution" bit set.
Wat's wrong?
Thanks a lot,
Valeriy
> Help me please. I want to add additional swap space in my SunOS 5.6.
> I do the following:
> #swap -a /dev/rdsk/c0t2d0s1
> "/dev/rdsk/c0t2d0s1" is not valid for swapping.
> It must be a block device or a regular file with the
> "save user text on execution" bit set.
swap -a /dev/dsk/c0t2d0s1
/dev/dsk/c0t2d0s1 is the block device, /dev/rdsk/c0t2d0s1 is the raw device