Results 1 to 1 of 1
Hi all,
I am new to STLinux. I need to mount tmpfs as part of enabling fusion on my platform.I enabled tmpfs in the kernel build using the entry
CONFIG_TMPFS=y
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-31-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 1
Cannot mount tmpfs on STLinux
Hi all,
I am new to STLinux. I need to mount tmpfs as part of enabling fusion on my platform.I enabled tmpfs in the kernel build using the entry
CONFIG_TMPFS=y
in the kernel configuration file.But when i tried to mount the filessystem the following error is shown..
mount: wrong fs type, bad option, bad superblock on tmpfs,
missing codepage or other error
I used the mount command as
mount -t tmpfs tmpfs /dev/shm
What could be the problem..?
How could we know that tmpfs is really enabled...?
any idea..?


Reply With Quote
