Unix Technical Forum

Q: Partition can not be mounted.

This is a discussion on Q: Partition can not be mounted. within the Linux Operating System forums, part of the Unix Operating Systems category; --> Hi All, I try to install SuSE Linux 9.0 from a IDE hard disk but when I set installation ...


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-17-2008, 06:13 PM
Andrej Litowka
 
Posts: n/a
Default Q: Partition can not be mounted.

Hi All,

I try to install SuSE Linux 9.0 from a IDE hard disk but when I set
installation source hda3 I get an error, that the partition can't be
mounted. I have Seagate HDD ST340823A and it was recognized during the
boot peocess. I tried to load IDE drivers, but there is no driver for my
HDD. There is only driver for Seagate ST-02/Fut Domain TMC-8xx. This is
a SCSI driver. Have anybody any idea, what for a driver I can use or
what I should do to solve my problem?

Any help will be appreciate.
With best Regards,
Andrej.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-17-2008, 06:13 PM
Davide Bianchi
 
Posts: n/a
Default Re: Q: Partition can not be mounted.

Andrej Litowka <a.litowka@arcor.de> wrote:
> installation source hda3 I get an error, that the partition can't be


Maybe there isn't a hda3 partition.
fdisk -l /dev/hda will show the partitions.

Davide

--
| "I'd love to go out with you, but I have to stay home and see if I
| snore."
|
|
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-17-2008, 06:13 PM
Andrej Litowka
 
Posts: n/a
Default Re: Q: Partition can not be mounted.

The output of fdisk is:

Gerät boot. Anfang Ende Blöcke Id Dateisystemtyp
/dev/hda1 1 3001 24105501 7 HPFS/NTFS
/dev/hda2 3002 3034 265072+ 82 Linux Swap
/dev/hda3 * 3035 4865 14707507+ 83 Linux

Andrej

Davide Bianchi wrote:
> Andrej Litowka <a.litowka@arcor.de> wrote:
>
>>installation source hda3 I get an error, that the partition can't be

>
>
> Maybe there isn't a hda3 partition.
> fdisk -l /dev/hda will show the partitions.
>
> Davide
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-17-2008, 06:13 PM
Timothy Truckle
 
Posts: n/a
Default Re: Q: Partition can not be mounted.

Andrej Litowka schrieb am Sonntag, 29. Februar 2004 11:31 in
comp.os.linux.setup:

> The output of fdisk is:
>
> Gerät boot. Anfang Ende Blöcke Id
> Dateisystemtyp
> /dev/hda1 1 3001 24105501 7 HPFS/NTFS
> /dev/hda2 3002 3034 265072+ 82 Linux Swap
> /dev/hda3 * 3035 4865 14707507+ 83 Linux

Maybe you choose a filesystem for /dev/hda3, that the
Suse-installation-Routine can not deal with.
What tells 'cfdisk' about the filesystem on /dev/hda3?

especially RaiserFS is known to cause problems, but any other
than ext2 may also fail...

bye
TT

--
PGP: 0x273c213E
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-17-2008, 06:13 PM
Andrej Litowka
 
Posts: n/a
Default Re: Q: Partition can not be mounted.

I have ext3. Naybe that is the problem. Is it possible to switch safe to
ext2?

bye
Andrej

Timothy Truckle wrote:
> Andrej Litowka schrieb am Sonntag, 29. Februar 2004 11:31 in
> comp.os.linux.setup:
>
>
>>The output of fdisk is:
>>
>> Gerät boot. Anfang Ende Blöcke Id
>> Dateisystemtyp
>>/dev/hda1 1 3001 24105501 7 HPFS/NTFS
>>/dev/hda2 3002 3034 265072+ 82 Linux Swap
>>/dev/hda3 * 3035 4865 14707507+ 83 Linux

>
> Maybe you choose a filesystem for /dev/hda3, that the
> Suse-installation-Routine can not deal with.
> What tells 'cfdisk' about the filesystem on /dev/hda3?
>
> especially RaiserFS is known to cause problems, but any other
> than ext2 may also fail...
>
> bye
> TT
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-17-2008, 06:13 PM
Timothy Truckle
 
Posts: n/a
Default Re: Q: Partition can not be mounted.

Andrej Litowka schrieb am Sonntag, 29. Februar 2004 12:42 in
comp.os.linux.setup:

> I have ext3. Naybe that is the problem. Is it possible to
> switch safe to ext2?

ext3 brings better performence and and logging of meta data.
Both may not be needed (but wanted ;o) on a privately used
system.
So I'd say yes, it is safe.
At least it will make your installation finnishing.

Later you may prepare your kernel to access other filesystems (I
recomend ext3 or xfs) an change to it which will need copying
all of the data to an new partition. You should then ask again
for help.

bye
TT
--
PGP: 0x273c213E
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-17-2008, 06:14 PM
Andrej Litowka
 
Posts: n/a
Default Re: Q: Partition can not be mounted.

I know now what is my problem. I should load a module for ext3 FS during
the installation. It works!

Thanks for you answers.
Andrej.

Timothy Truckle wrote:
> Andrej Litowka schrieb am Sonntag, 29. Februar 2004 12:42 in
> comp.os.linux.setup:
>
>
>>I have ext3. Naybe that is the problem. Is it possible to
>>switch safe to ext2?

>
> ext3 brings better performence and and logging of meta data.
> Both may not be needed (but wanted ;o) on a privately used
> system.
> So I'd say yes, it is safe.
> At least it will make your installation finnishing.
>
> Later you may prepare your kernel to access other filesystems (I
> recomend ext3 or xfs) an change to it which will need copying
> all of the data to an new partition. You should then ask again
> for help.
>
> bye
> TT

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 05:44 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com