public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* mounting mtd device
@ 2003-09-19 15:32 Luca Contini
  2003-09-19 16:49 ` Cam Mayor
  0 siblings, 1 reply; 6+ messages in thread
From: Luca Contini @ 2003-09-19 15:32 UTC (permalink / raw)
  To: linux-mtd

Hi all,
I've successfully compiled the mtd subsystem as a module (mtdblock.o and
mtd_blkdevs.o).
I've also successfully inserted those modules using insmod utility, so that
now I can see the mtdblock block device (major number 31) in the
/proc/devices list.
But when I try to mount the corresponding /dev/mtdblock0 device to /mnt/mtd
I got the following error:
** mount: /dev/mtdblock0: unknown device **

The /dev/mtdblock0 device relies on major number 31, minor number 0 and is a
block device.
Also, I've placed a
printk("<1>open\n")
in the 'blktrans_open' function to see whether the mount is at least trying
to open the device but with no result.
Does anyone know why?

Regards

Luca

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-09-23 21:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-19 15:32 mounting mtd device Luca Contini
2003-09-19 16:49 ` Cam Mayor
2003-09-23  9:44   ` Luca Contini
2003-09-23 17:35   ` Luca Contini
2003-09-23 18:42     ` Steve Brockway
2003-09-23 21:54       ` Cam Mayor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox