public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
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

  reply	other threads:[~2005-07-28 10:32 UTC|newest]

Thread overview: 4+ 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 --
2005-07-28  9:34 rekha vn
2005-07-28 10:20 ` Christian Gagneraud

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox