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"?