[Ilugc] mount failed.. ubuntu 10.04

2010-05-08 Thread chandan gupta
>From the day I installed ubuntu 10.04 I am facing this problem. was trying
to sort out through googling and irc but couldnot be succesful.
when I boot my system to lucid it shows some error as (with the logo of
ubuntu)

*ubuntu
. . . .
the disk dirve for /dos is not yet ready or not present
continue to wait; or press S to skip mounting or M for manual recovery*

when I press M I get something like this:

*Filesystem check or mount failed.
A  maintainance shell will now be started
contorl-D will terminate this shell and contunue booting after re-trying
file systems.
Any further error will be ignored.

r...@chandan-laptop:~#:*


I tried some mounting commands but didnt work out.
For time sake I am just skipping the mounting and doing my job. Its in fact
affecting nothing. It shows all the partitions in linux.
after skipping once it show same problem for /window partition too. so i got
to skip twice.


please suggest.

`chandan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] mount failed.. ubuntu 10.04

2010-05-08 Thread சிவகுமார் மா
On Sun, May 9, 2010 at 7:42 AM, chandan gupta  wrote:
> >From the day I installed ubuntu 10.04 I am facing this problem. was trying
> to sort out through googling and irc but couldnot be succesful.
> when I boot my system to lucid it shows some error as (with the logo of
> ubuntu)
>
> *ubuntu
> . . . .
> the disk dirve for /dos is not yet ready or not present
> continue to wait; or press S to skip mounting or M for manual recovery*
>
> when I press M I get something like this:
>
> *Filesystem check or mount failed.
> A  maintainance shell will now be started
> contorl-D will terminate this shell and contunue booting after re-trying
> file systems.
> Any further error will be ignored.
>
> r...@chandan-laptop:~#:*
>
>
> I tried some mounting commands but didnt work out.
> For time sake I am just skipping the mounting and doing my job. Its in fact
> affecting nothing. It shows all the partitions in linux.
> after skipping once it show same problem for /window partition too. so i got
> to skip twice.
>

It seems that before upgrade, you had two partitions being mounted at
/dos and /windows. With this upgrade, those partitions are gone and
hence you are getting the error.

As you say it is not affecting anything (check whether you had a
Windows partition with any important files), you can ignore it. To
avoid this error message:

edit /etc/fstab and remove lines corresponding to /dos and /windows.
(sudo vi /etc/fstab , be careful to remeve only these two lines).


மா சிவகுமார்
எல்லோரும் எல்லாமும் பெற வேண்டும்
http://masivakumar.blogspot.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] mount failed.. ubuntu 10.04

2010-05-09 Thread chandan gupta
well, I had ubuntu 9.10 and window7 earlier. and one more partition for
sharing files.
but after that I formatted full disk and make four partitions, one in which
I kept window xp, two nothing and one ubuntu. while installing ubuntu (after
windows) it asked to fix the mount point for those two partition which were
empty. so I gave one as /dos and one as /windows. They dont contain any data
in it.

about editing that file. that file is readonly. I tried with vi but couldnot
do. please clear the command if any to edit it.

Thanks.
~chandan

2010/5/9 சிவகுமார் மா 

> On Sun, May 9, 2010 at 7:42 AM, chandan gupta 
> wrote:
> > >From the day I installed ubuntu 10.04 I am facing this problem. was
> trying
> > to sort out through googling and irc but couldnot be succesful.
> > when I boot my system to lucid it shows some error as (with the logo of
> > ubuntu)
> >
> > *ubuntu
> > . . . .
> > the disk dirve for /dos is not yet ready or not present
> > continue to wait; or press S to skip mounting or M for manual recovery*
> >
> > when I press M I get something like this:
> >
> > *Filesystem check or mount failed.
> > A  maintainance shell will now be started
> > contorl-D will terminate this shell and contunue booting after re-trying
> > file systems.
> > Any further error will be ignored.
> >
> > r...@chandan-laptop:~#:*
> >
> >
> > I tried some mounting commands but didnt work out.
> > For time sake I am just skipping the mounting and doing my job. Its in
> fact
> > affecting nothing. It shows all the partitions in linux.
> > after skipping once it show same problem for /window partition too. so i
> got
> > to skip twice.
> >
>
> It seems that before upgrade, you had two partitions being mounted at
> /dos and /windows. With this upgrade, those partitions are gone and
> hence you are getting the error.
>
> As you say it is not affecting anything (check whether you had a
> Windows partition with any important files), you can ignore it. To
> avoid this error message:
>
> edit /etc/fstab and remove lines corresponding to /dos and /windows.
> (sudo vi /etc/fstab , be careful to remeve only these two lines).
>
>
> மா சிவகுமார்
> எல்லோரும் எல்லாமும் பெற வேண்டும்
> http://masivakumar.blogspot.com
> ___
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] mount failed.. ubuntu 10.04

2010-05-09 Thread Raman.P


--- On Mon, 10/5/10, chandan gupta  wrote:

> well, I had ubuntu 9.10 and window7
> earlier. and one more partition for
> sharing files.
> but after that I formatted full disk and make four
> partitions, one in which
> I kept window xp, two nothing and one ubuntu. while
> installing ubuntu (after
> windows) it asked to fix the mount point for those two
> partition which were
> empty. so I gave one as /dos and one as /windows. They dont
> contain any data
> in it.
> 
> about editing that file. that file is readonly. I tried
> with vi but couldnot
> do. please clear the command if any to edit it.

You will require super user privilege to edit /etc/fstab. Give following 
command to edit

sudo vi /etc/fstab

Please be careful when you edit files like fstab. Read about fstab before 
attempting to do anything. 

Alternatively you can create appropriate filesystems on those partitions and 
the system should be able to mount it.

Raman.P
blog:http://ramanchennai.wordpress.com/



___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] mount failed.. ubuntu 10.04

2010-05-09 Thread Abhishek K


> 

> > about editing that file. that file is readonly. I tried
> > with vi but couldnot
> > do. please clear the command if any to edit it.
> 
> You will require super user privilege to edit /etc/fstab. Give following 
> command to edit
> 
> sudo vi /etc/fstab
> 

Or, alterntively, try using the GUI tool "NTFS-config". Its in the
repos. Just open Synaptics and search using "ntfs". There should be
something called "ntfs-config". Install it and go to
"System->Administration->NTFS Configuration" and see if that does the
job for you.

HTH.

Abhi
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] mount failed.. ubuntu 10.04

2010-05-09 Thread சிவகுமார் மா
>> > about editing that file. that file is readonly. I tried
>> > with vi but couldnot
>> > do. please clear the command if any to edit it.
>>
>> You will require super user privilege to edit /etc/fstab. Give following 
>> command to edit
>>
>> sudo vi /etc/fstab
>>

To Look at mounted partitions
df
this will show you mounted partitions in your system. Identify the
device name of your harddisk from the first column. Usually /dev/hda
(hdb, hdc etc) OR /dev/sda (sdb, sdc etc) with a numeric suffix.

1. partitions of your harddisks
sudo fdisk /dev/sda -l

2. content of your fstab file
sudo cat /etc/fstab

>From these decide what is to be changed in /etc/fstab and edit the file.

மா சிவகுமார்
எல்லோரும் எல்லாமும் பெற வேண்டும்
http://masivakumar.blogspot.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] mount failed.. ubuntu 10.04

2010-05-09 Thread chandan gupta
The problem got solved when I edited the /dos and /windows line from /etc/fstab.
In fact I deleted those two lines from there as suggested. Now my
ubuntu boots without any such  mount error message.

~chandan

On 5/10/10, சிவகுமார் மா  wrote:
>>> > about editing that file. that file is readonly. I tried
>>> > with vi but couldnot
>>> > do. please clear the command if any to edit it.
>>>
>>> You will require super user privilege to edit /etc/fstab. Give following
>>> command to edit
>>>
>>> sudo vi /etc/fstab
>>>
>
> To Look at mounted partitions
> df
> this will show you mounted partitions in your system. Identify the
> device name of your harddisk from the first column. Usually /dev/hda
> (hdb, hdc etc) OR /dev/sda (sdb, sdc etc) with a numeric suffix.
>
> 1. partitions of your harddisks
> sudo fdisk /dev/sda -l
>
> 2. content of your fstab file
> sudo cat /etc/fstab
>
> >From these decide what is to be changed in /etc/fstab and edit the file.
>
> மா சிவகுமார்
> எல்லோரும் எல்லாமும் பெற வேண்டும்
> http://masivakumar.blogspot.com
> ___
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc