I thought I had created a ramfs drive, but when I type df -H all I get is following.
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 69G 8.5G 57G 14% /
/dev/sdb3 2.8T 429G 2.3T 17% /home
/dev/sdb2 42G 6.8G 33G 18% /usr
/dev/sdb1 84G 12G 68G 15% /var
/dev/sda1 104M 37M 62M 38% /boot
/dev/sda3 1.1G 137M 853M 14% /tmp
tmpfs 6.3G 0 6.3G 0% /dev/shm
tmpfs 537M 9.8M 528M 2% /var/spool/exim/db
tmpfs 537M 25k 537M 1% /home/stuff/output
That is listing the tmpfs drives, but not the ramfs drives (I created 2 of them). Does this mean that they weren't successfully created, or do I have to use a different command to list them?

mount, but not fromds. What does that mean? – Alasdair Dec 3 '11 at 4:28ds. Do you mean to saydf? – Sachin Divekar Dec 3 '11 at 4:30df– Alasdair Dec 3 '11 at 4:56mount -t ramfs -o size=500m ramfs /home/testing/output– Alasdair Dec 3 '11 at 5:58