Altera_Forum
Honored Contributor
20 years agocant read superblock error
I am trying to mount part of the flash memory on the altera nios 2 stratix development kit as a flash RW drive. I created a mtdblock0 in the /dev part of the filesystem and I am trying to mount it to a drive in the /nfs directory as shown below
# mount -t jffs2 /dev/mtdblock0 /nfs/fsrw -n When I try to execute this I get an error: mount: /dev/mtdblock0: can't read superblock I tried erasing the entire flash and doing this all over again and I still get the same error. If anyone has the same problem or knows the solution please let me know -Fred