View Single Post
Old 09-16-2006, 07:35 AM  
pawsregd
Confirmed User
 
pawsregd's Avatar
 
Join Date: Jun 2005
Location: Montreal eh
Posts: 2,290

Quote:
Originally Posted by borked
easy to check if you are on a VPS or on a true dedicated...


dmesg - self evident
cat /etc/fstab (if any line starts with the word 'none', you're on a VPS_

if any of the fllowing commands give logical output, you're on a vps:

grep ^vzfs /proc/mounts
grep UML /proc/cpuinfo
/sbin/lspci | grep -i vmware
Did cat /etc/fstab and got this output:

/dev/ad0s1b none swap sw 0 0
/dev/ad0s1a / ufs rw 1 1
/dev/ad0s1e /tmp ufs rw 2 2
/dev/ad0s1f /usr ufs rw 2 2
/dev/ad0s1d /var ufs rw 2 2

Does that show I am on a VPS because of the "none"?
pawsregd is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote