Quote:
|
Originally Posted by pawsregd
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"?
|
no, sorry - that 'none' means there is no mount point, because the disk partition ad0s1b is allocated to swap (disk memory). The line HAS to start with none, not /dev/etc.
It's unlikely you are on a VPS, since all those partitions belong to a dedicated disk - all yours. So, if it is a shared server or VPS, then it's one where you have your own disk. Unlikely.