pktCoder
pktCoder

Reputation: 1115

no device file /dev/mem on virtual machine, how to create one

Rent a VPS (Ubuntu 12.04), have root access, however, don't see the device file /dev/mem. Is there a way to create it to access bios info. Thanks.

Upvotes: 0

Views: 1810

Answers (1)

Armali
Armali

Reputation: 19395

mknod /dev/mem c `sed -n 's/ mem$//p' /proc/devices` 1

Upvotes: 1

Related Questions