mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* Try to fix mount display of a disk
@ 2011-11-09 11:29 franck.jullien
  2011-11-09 11:29 ` [PATCH 1/2] ata: Add dev ref to blockdevice during probe franck.jullien
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: franck.jullien @ 2011-11-09 11:29 UTC (permalink / raw)
  To: barebox

From: Franck Jullien <franck.jullien@gmail.com>

This is the second try for fixing the display of the mount command.
I'm doing some test with a sd card over spi (path to come).
This is what I get:

barebox@generic:/ devinfo
devices:
`---- altera_serial0
     `---- cs0
`---- ramfs0
`---- devfs0
`---- mem0
     `---- 0x00000000-0x00001c8c: /dev/defaultenv
`---- mem1
     `---- 0x00000000-0xfffffffe: /dev/mem
`---- mem2
     `---- 0x00000000-0x007fffff: /dev/ram0
`---- altera_spi0
     `---- m25p0
`---- altera_spi1
     `---- spi_mci0
`---- mci0
     `---- disk0
          `---- 0x00000000-0x00e37fff: /dev/disk0
          `---- 0x00007200-0x00e37fff: /dev/disk0.0
          `---- fat0

barebox@generic:/ mount
none on / type ramfs
none on /dev type devfs
disk0 on /mnt type fat

Seems good to me....

Franck Jullien (2):
  ata: Add dev ref to blockdevice during probe
  [RFC v2] mount: Fix the printing of device name

 commands/mount.c         |    2 +-
 drivers/ata/disk_drive.c |    1 +
 fs/fs.c                  |    7 +++++++
 3 files changed, 9 insertions(+), 1 deletions(-)

-- 
1.7.7


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2011-11-11 11:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-09 11:29 Try to fix mount display of a disk franck.jullien
2011-11-09 11:29 ` [PATCH 1/2] ata: Add dev ref to blockdevice during probe franck.jullien
2011-11-09 11:29 ` [PATCH 2/2] [RFC v2] mount: Fix the printing of device name franck.jullien
2011-11-11 11:15 ` Try to fix mount display of a disk Sascha Hauer

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