Permission problem on mtd block device
Nikunj A. Dadhania
nikunj at bindaas.org
Mon Jul 2 04:51:14 EDT 2001
David Woodhouse <dwmw2 at infradead.org> writes:
> nikunj at bindaas.org said:
> > mount /dev/mtdblock0 /mnt
> >
> > this command works. it gives some directory listing such as..
> >
> > / # ls -al /mnt
> > dr-xr-xr-x 1 0 0 0 Jan 1 00:03 .
> > drwxr-xr-x 12 0 0 1024 Jul 2 2001 ..
> > dr-xr-xr-x 1 0 0 0 Jan 1 00:03 001
> > -r--r--r-- 1 0 0 0 Jan 1 00:03 devices
> > -r--r--r-- 1 0 0 0 Jan 1 00:03 drivers
>
> That looks like usbdevfs.
Ooppps ... you are right...
> cat /proc/mounts /proc/filesystems
/mnt # cat /proc/mounts
/dev/root / ext2 rw 0 0
/proc /proc proc rw 0 0
/dev/mtdblock0 /mnt usbdevfs rw 0 0
/mnt # cat /proc/filesystems
nodev sockfs
nodev shm
nodev pipefs
nodev proc
ext2
nodev usbdevfs
nodev devpts
jffs
but where is the flash ?
Is the major and minor number are correct which I have specified in
previous mail? (for the reference mtd0 90 0, mtdr 90 1, mtdblock0 31 0)
In the /proc/mtd it shows the mtd0, mtd1 and mtd2 entries.
And when i give the command
mount -t jffs /dev/mtdblock0 /mnt/
mount: Mounting /dev/mtdblock0 on /mnt failed: Permission denied
how do I mount the jffs??
>
> --
> dwmw2
regards
nikunj
More information about the linux-mtd
mailing list