RE: A Different RAM Disk Approach + Using Mozilla Firefox
"Mark Clarkson" <[email protected]> Sat, 5 Jun 2004 23:23:59 +0100
| Newsgroups | gmane.linux.debian.user.bootcd |
|---|---|
| Message-ID | <[email protected]> |
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.