[Bootcd-user] A Different RAM Disk Approach + Using Mozilla Firefox

Mark Clarkson markjclarkson@hotmail.com
Sat, 5 Jun 2004 23:23:59 +0100


Hi Vlado,
Your fstab line for tmpfs reads:

  /dev/ram0   /ram1/tmp       tmpfs   defaults        0       2

Shouldn't it read

  tmpfs       /ram1/tmp       tmpfs   defaults        0       2

or (not as nice)

  none        /ram1/tmp       tmpfs   defaults        0       2

Your line worked for me also but I don't think it should be used
since it's not actually mounted via that device. I'm sure this
is harmless but I just wanted to know _why_ you used it.

Cheers
Mark.