[Linux] Re: Ram Disks
Kendrick Vargas
linux@flux.org
Tue, 15 Jan 2008 13:52:37 -0500
> /home/pcapazzi # mount /dev/ram0 /mnt/rd
> mount: wrong fs type, bad option, bad superblock on /dev/ram0,
> or too many mounted file systems
> There are only a few mounts:
> Filesystem 1K-blocks Used Available Use% Mounted on
> /dev/ida/c0d0p2 10227392 5418432 4808960 53% /
> tmpfs 1037296 12 1037284 1% /dev/shm
> /dev/ida/c0d0p3 10183364 32840 10150524 1% /backupsys
> /dev/ida/c0d0p4 5185500 32840 5152660 1% /home2
Try forcing the filesystem on mount. mount -t ext2 ....
-peace