From: Craig Hollabaugh <craig@hollabaugh.com>
To: linuxppc-embedded <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: how to mount CF device in linux
Date: 08 Jul 2003 09:53:30 -0600 [thread overview]
Message-ID: <1057679611.870.22.camel@gibson> (raw)
In-Reply-To: <001901c34557$315aee60$4a44900a@hydingnb>
On Tue, 2003-07-08 at 07:45, 丁厚永 wrote:
>
> I have a IBM Microdrive CF device which is 1GB.
> I have joined it with a PC Card Adapter provided by IBM and pluged
> it into a PCMCIA slot in my notebook. Under WIN XP, i can explorer
> the device. How can i find this device under linux(redhat7.3) and
> fdisk,format and create fs with it?
Did the kernel find the device during bootup, use dmesg to look at the
boot messages?
As root, use mount, like
mount -t msdos /dev/xxx /mnt
where xxx is the device the kernel found. msdos might not be correct,
replace msdos with the filesystem type you installed on the card.
Craig
--
------------------------------------------------------------
Dr. Craig Hollabaugh, craig@hollabaugh.com
Author of Embedded Linux: Hardware, Software and Interfacing
www.embeddedlinuxinterfacing.com
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
prev parent reply other threads:[~2003-07-08 15:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-08 13:45 how to mount CF device in linux 丁厚永
2003-07-08 15:53 ` Craig Hollabaugh [this message]
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=1057679611.870.22.camel@gibson \
--to=craig@hollabaugh.com \
--cc=linuxppc-embedded@lists.linuxppc.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;
as well as URLs for NNTP newsgroup(s).