From: Yawar Amin <yawar.amin@gmail.com>
To: linux-newbie@vger.kernel.org
Subject: Re: mount problem
Date: Thu, 28 Jul 2005 18:32:50 +0800 [thread overview]
Message-ID: <efc7f7d0050728033216d65c03@mail.gmail.com> (raw)
In-Reply-To: <20050728102058.83858.qmail@web40611.mail.yahoo.com>
On 7/28/05, rekha vn <vidiyala_r@yahoo.com> wrote:
> i'm getting the same error for both the commands.
> fs type /dev/hda1 not supported by kernel
> fs type /dev/hda5 not supported by kernel
>
> any problem with the kernel settings?
mount -t filesystem-type something somewhere
`filesystem-type' depends on your partition. `something' is the
partition, here /dev/hda1 or /dev/hda5. `somewhere' is the mount point
-- the place where you go to access the files once the partition is
mounted. E.g.,
# mount -t vfat /dev/hda5 /mnt/d
Once the above command is run, you can
$ cd /mnt/d
$ ls
and hopefully you'll see your files.
--
Yawar
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
next prev parent reply other threads:[~2005-07-28 10:32 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-28 10:20 mount problem rekha vn
2005-07-28 10:32 ` Yawar Amin [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-09-23 12:06 Simone Ferretti
2014-09-24 13:23 ` Duncan
2014-09-24 14:28 ` Simone Ferretti
2014-09-25 5:34 ` Duncan
2011-01-12 0:25 Leonidas Spyropoulos
2011-01-12 0:48 ` Tsutomu Itoh
2011-01-12 0:58 ` Leonidas Spyropoulos
2011-01-12 1:38 ` Leonidas Spyropoulos
2006-09-22 0:31 Mount problem Basavaraj Hiremath
2005-07-28 9:34 mount problem rekha vn
2005-07-28 10:20 ` Christian Gagneraud
2001-11-28 20:10 Mount problem Mike Ruthven
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=efc7f7d0050728033216d65c03@mail.gmail.com \
--to=yawar.amin@gmail.com \
--cc=linux-newbie@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.