How do i check the status of my new swap it isn't showing in top or in pstat -s

I have done the following

 

   cd /dev 
          sh ./MAKEDEV vn0 
         

create a swapfile (/usr/swap0) 

          dd if=/dev/zero of=/usr/swap0 bs=1024k count=64 
         

set proper permissions on (/usr/swap0) 

          chmod 0600 /usr/swap0 
         

enable the swap file in /etc/rc.conf 

          swapfile="/usr/swap0"   # Set to name of swapfile if aux swapfile desired. 
         




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to