* mount problem
@ 2005-07-28 10:20 rekha vn
2005-07-28 10:32 ` Yawar Amin
0 siblings, 1 reply; 4+ messages in thread
From: rekha vn @ 2005-07-28 10:20 UTC (permalink / raw)
To: linux-newbie, rahul_deelwal
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?
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
-
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: mount problem
2005-07-28 10:20 mount problem rekha vn
@ 2005-07-28 10:32 ` Yawar Amin
0 siblings, 0 replies; 4+ messages in thread
From: Yawar Amin @ 2005-07-28 10:32 UTC (permalink / raw)
To: linux-newbie
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* mount problem
@ 2005-07-28 9:34 rekha vn
2005-07-28 10:20 ` Christian Gagneraud
0 siblings, 1 reply; 4+ messages in thread
From: rekha vn @ 2005-07-28 9:34 UTC (permalink / raw)
To: linux-newbie, rahul_deelwal
thanks for the mail.
i've done the foll:
1. mkdir /winD
2. mount vfat -t /dev/hda2 /winD
the response was:
mount: fs type /dev/hda2 not supported by kernel
my kernel version is 2.4.21-4
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
-
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: mount problem
2005-07-28 9:34 rekha vn
@ 2005-07-28 10:20 ` Christian Gagneraud
0 siblings, 0 replies; 4+ messages in thread
From: Christian Gagneraud @ 2005-07-28 10:20 UTC (permalink / raw)
To: rekha vn; +Cc: linux-newbie
rekha vn wrote:
> thanks for the mail.
> i've done the foll:
>
> 1. mkdir /winD
> 2. mount vfat -t /dev/hda2 /winD
Hi,
Please see output of "man --help" or "man mount".
=> mount [-t fstype] something somewhere
Christian
>
> the response was:
> mount: fs type /dev/hda2 not supported by kernel
>
> my kernel version is 2.4.21-4
>
>
>
> ____________________________________________________
> Start your day with Yahoo! - make it your home page
> http://www.yahoo.com/r/hs
>
> -
> 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
>
--
+---------------------------------------------------------+
| Chritian Gagneraud |
| SW Test & QA Engineer, 3G Linux Platform |
| CELAD on behalf of Freescale Semiconductor - WBSG EMEA |
| Phone: 33-(0)5.61.19.99.74 |
| eMail: cgag1c@freescale.com |
+---------------------------------------------------------+
-
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-07-28 10:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-28 10:20 mount problem rekha vn
2005-07-28 10:32 ` Yawar Amin
-- strict thread matches above, loose matches on Subject: below --
2005-07-28 9:34 rekha vn
2005-07-28 10:20 ` Christian Gagneraud
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox