From: franck.jullien@gmail.com
To: barebox@lists.infradead.org
Subject: Try to fix mount display of a disk
Date: Wed, 9 Nov 2011 12:29:19 +0100 [thread overview]
Message-ID: <1320838161-29653-1-git-send-email-franck.jullien@gmail.com> (raw)
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
next reply other threads:[~2011-11-09 11:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-09 11:29 franck.jullien [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1320838161-29653-1-git-send-email-franck.jullien@gmail.com \
--to=franck.jullien@gmail.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox