openSUSE Forums > Install/Boot/Login » Can't install 11.1 - fs supposedly faulty

Go Back   openSUSE Forums > Install/Boot/Login
Forums FAQ Members List Search Today's Posts Mark Forums Read


Install/Boot/Login Questions about installation, login, boot issues, partitioning, file systems, software that runs at boot (GRUB, LILO, boot scripts)

Reply
Page 3 of 3 12 3
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 04-Jul-2009, 20:56
ijbreakey's Avatar
Wise Penguin
 
Join Date: Jan 2009
Location: USA Pennsylvania
Posts: 1,002
ijbreakey has great reputationijbreakey has great reputationijbreakey has great reputationijbreakey has great reputationijbreakey has great reputationijbreakey has great reputation
Send a message via ICQ to ijbreakey Send a message via AIM to ijbreakey Send a message via Skype™ to ijbreakey
Default Re: Can't install 11.1 - fs supposedly faulty

Hi,

An easy way is to edit your fstab to mount everything, but I'm a GUI kind of guy so you can also do it using Yast Partitioner.

Open Yast then click on System then Partitioner.

Click on the plus next to Hard Disks and then choose sda, which will then show all the partitions on your hard disk.



Choose the first of the 3 windows made partitions (sda1) and then click edit.



It should automatically mount it as /windows/C but if not then you can type it in manually. Next click fstab options under Mounting Options.



Make sure dmask is set to 002 instead of the default 022. This will allow you to write to your windows partitions.

When you're done choose Ok, then Finish. Click on your second partition and repeat the process, then your third partition and repeat the process. Now that you have all your windows partitions mounted click finish and let it do its thing.

Restart your computer and you should have full read/write access to your windows partitions.

Take Care,

Ian
__________________
Laptop: Dell Inspiron E1505 | OpenSUSE 11.2/Windows XP | KDE 4.3.3 "3" | Intel CPU T2050 1.6 GHZ | Intel 945GM | 3.2GB RAM
Box: OpenSUSE 11.2/Windows XP | KDE 4.3.3 "3" | Intel Celeron 2.53 GHz | Intel 915G | 1.2 GB RAM
Reply With Quote
  #22 (permalink)  
Old 04-Jul-2009, 21:13
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,940
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: Can't install 11.1 - fs supposedly faulty

If after following Ian's wonderful response, you still have trouble. Open a terminal and become su and do:

Code:
fdisk -l
then

Code:
cat /etc/fstab
Post result of both
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #23 (permalink)  
Old 05-Jul-2009, 11:44
Nichiren's Avatar
Puzzled Penguin
 
Join Date: Jun 2009
Posts: 23
Nichiren hasn't been rated much yet
Default Re: Can't install 11.1 - fs supposedly faulty

Quote:
Originally Posted by ijbreakey View Post
An easy way is to edit your fstab to mount everything, but I'm a GUI kind of guy so you can also do it using Yast Partitioner.

Open Yast then click on System then Partitioner.
...
Nice, I prefer Gui stuff myself.
btw, where did you get that theme from?

Back to my second question, where are the custom Kde4 colour schemes saved?
Reply With Quote
  #24 (permalink)  
Old 05-Jul-2009, 14:09
Nichiren's Avatar
Puzzled Penguin
 
Join Date: Jun 2009
Posts: 23
Nichiren hasn't been rated much yet
Default Re: Can't install 11.1 - fs supposedly faulty

Quote:
Originally Posted by Nichiren View Post
Nice, I prefer Gui stuff myself.
btw, where did you get that theme from?

Back to my second question, where are the custom Kde4 colour schemes saved?
Ok, I got the partitions mounted now
Now I could finally access the Ati 9.6 Linux driver, which I had already downloaded to one of them. It's a file with .run extension. Just, how do you run it? If I click it in Dolphin, it just opens KWrite
Right-clicking it just offers more text editors, no option to run it.
So, how do you run it?
Reply With Quote
  #25 (permalink)  
Old 05-Jul-2009, 14:12
microchip8's Avatar
Shaman Penguin
 
Join Date: Jun 2008
Location: /dev/belgium
Posts: 2,203
microchip8 is a reputation jewel in the roughmicrochip8 is a reputation jewel in the roughmicrochip8 is a reputation jewel in the roughmicrochip8 is a reputation jewel in the roughmicrochip8 is a reputation jewel in the rough
Default Re: Can't install 11.1 - fs supposedly faulty

Quote:
Originally Posted by Nichiren View Post
Ok, I got the partitions mounted now
Now I could finally access the Ati 9.6 Linux driver, which I had already downloaded to one of them. It's a file with .run extension. Just, how do you run it? If I click it in Dolphin, it just opens KWrite
Right-clicking it just offers more text editors, no option to run it.
So, how do you run it?
in console
make it executable with chmod +x file.run
and then run it ./file.run

the ATI drivers are actually enclosed in a shell script (the .run file)
__________________
My site: http://microchip.bplaced.net
My repo: http://download.opensuse.org/repositories/home:/microchip8
SUSE Unbound Forum: http://suseunbound.lefora.com


Do coders dream of sheep() ?
Reply With Quote
  #26 (permalink)  
Old 05-Jul-2009, 16:59
ijbreakey's Avatar
Wise Penguin
 
Join Date: Jan 2009
Location: USA Pennsylvania
Posts: 1,002
ijbreakey has great reputationijbreakey has great reputationijbreakey has great reputationijbreakey has great reputationijbreakey has great reputationijbreakey has great reputation
Send a message via ICQ to ijbreakey Send a message via AIM to ijbreakey Send a message via Skype™ to ijbreakey
Default Re: Can't install 11.1 - fs supposedly faulty

Quote:
Originally Posted by Nichiren View Post
Nice, I prefer Gui stuff myself.
btw, where did you get that theme from?
I use compiz-fusion instead of the native Kwin effects. The window decoration theme applies to emerald.

Windows Aero KDE-Look.org

My plasma theme is windows 7 (vistar7)

Take Care,

Ian
__________________
Laptop: Dell Inspiron E1505 | OpenSUSE 11.2/Windows XP | KDE 4.3.3 "3" | Intel CPU T2050 1.6 GHZ | Intel 945GM | 3.2GB RAM
Box: OpenSUSE 11.2/Windows XP | KDE 4.3.3 "3" | Intel Celeron 2.53 GHz | Intel 915G | 1.2 GB RAM
Reply With Quote
  #27 (permalink)  
Old 30-Jul-2009, 01:30
Puzzled Penguin
 
Join Date: Jul 2009
Posts: 1
rj22 hasn't been rated much yet
Default Re: Can't install 11.1 - fs supposedly faulty

Quote:
Originally Posted by Nichiren View Post
I've currently installed Windows 7 RC x64 on one of my four partitions and wanted to install openSuse 11.1 x64 alongside it.
...
... it claimed that all four of my partitions supposedly have an "inconsistent file system"
As a comment on this thread, I had the same "inconsistent fs" message when I tried to install openSuse 11.1 on my HP8510p.

The reason appears to be that the 8510p came with the disk already divided into 4 primary partitions - Windows, recovery, tools, and some small empty partition. Four partitions is the maximum, and the installer can't create the extended partition it needs for linux.

Apparently it won't suggest deleting a partition.

Anyone else who gets this message for a disk with four primary partitions, delete one of the primary partitions (e.g. the recovery partition using HP menu options) and re-run the installer.

The error message is confusing. Most users won't be able to guess the number of partitions is the problem. It would be much clearer to have some error filter say "Number of allowed partitions will be exceeded" or some such.
Reply With Quote
Reply
Page 3 of 3 12 3

Bookmarks


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2