LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 01-14-2006, 06:42 PM   #1
mickx27
LQ Newbie
 
Registered: Mar 2004
Posts: 24

Rep: Reputation: 15
Slack Install - Does not show partitions


I have a new laptop with two 100 gig SCSI disk drives. I am using Promise Non-RAID controller drivers for running Windows because I dont have the disks stripped or mirrored or anything like that. Right now I have Win XP SP2 loaded on the first disk (Disk 0) using 46.58 GB with NTFS. I also have 46.58 GB of unallocated space left on this drive to install linux. My 2nd drive (Disk 1) is not going to be used.

When I boot from the CD and get to the partitioning part, I type "fdisk /dev/sdc" I get a message that says "unable to open /dev/sdc". When I type "fdisk /dev/hda" I get a message that says "you will not be able to write the partition table". When I go to look at the partitioning table in fdisk, it shows no partitions. Shouldnt it alteast show the partition information where WinXP is installed?

I dont think Im loading the correct image file or something. I have tried loading "ataraid.i, sata.i, scsi.s, scsi2.s, and scsi3.s. All give me the same results.

Where can I get the right image file or drivers so I could proceed with the installation of Slackware without wiping out my first partition with Winxp on it?

My harddrive info is listed below:

Cheers,


Model: ST910021 A SCSI Disk Device
Size: 100GB
Total Heads: 255
Total Cylinders: 12161
Total Tracks: 3101055
Tracks Per Cylinder: 255

Last edited by mickx27; 01-14-2006 at 06:50 PM.
 
Old 01-14-2006, 10:28 PM   #2
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Looks like you have your syntax wrong.

The first physical IDE drive is hda second is hdb etc

The first SCSI disk is sda, and so on.

So:
Quote:
I type "fdisk /dev/sdc" I get a message that says "unable to open /dev/sdc". When I type "fdisk /dev/hda"
is NOT asking anything it knows about

Try
Code:
fdisk /dev/sda
That may help
 
Old 01-14-2006, 11:13 PM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Even better - try "fdisk -l" (ell, for list), and let the machine tell you what it can see.
 
Old 01-15-2006, 11:19 AM   #4
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
I was just trying to point out the obvious errors in the OP code that he tried.

By all means,
Code:
fdisk -l
will definately get you going in the right direction
 
Old 01-15-2006, 07:02 PM   #5
mickx27
LQ Newbie
 
Registered: Mar 2004
Posts: 24

Original Poster
Rep: Reputation: 15
Thanks all for the advice. I tried fdisk /dev/sda and received the message "unable to open /dev/sda"
I also tried fdisk -l and it just goes back to the prompt.
Every image I tried keeps giving me the same message that it’s unable to open the drives, which I'm taking it as it's not seeing the drives at all. I was talking with someone today about this problem and they said sometimes Slackware is not compatible with drives like mine. I don’t know if this is true or not. I hope it’s not because I don’t really want to use anything else... Ive grown very attached to this distro. I never had any trouble installing Slackware before on IDE drives.

Any other ideas as to why this would be happening or has anyone installed Slack on drives like this?


Cheers

Last edited by mickx27; 01-15-2006 at 09:37 PM.
 
Old 01-16-2006, 02:17 AM   #6
mickx27
LQ Newbie
 
Registered: Mar 2004
Posts: 24

Original Poster
Rep: Reputation: 15
I found this while searching for a fix. Sounds like Fedora might be having the same problem as Im running into with Slackware:


"The hard drive uses a Promise SATA hard drive controller, the driver for which is, as of this writing (8 Feb 05), not yet in the Fedora kernel, not even as a loadable model. The driver exists only as a patch. An attempt to boot from a Fedora cd fails when the installer fails to find the hard drive.
One possibility would be to use the linux dd option of the Fedora boot disk to load a driver disk with the new modules on it. Unfortunately, the new modules must be created from a patched kernel, and the patched modules prove to be incompatible with the kernel and modules on the Fedora disk.

Another possibilty would be to create a new Fedora boot disk with all the relevant files on it. Unfortunately, if you do all of that and try to do a network install of Fedora, then the install fails because the md5sum of the boot disk fails to match that of the network installation.

So our electronics shop took the disk out of the laptop, and bunged it into a desktop with an old-fashioned disk cable. We loaded Fedora on to the disk, compiled a kernel patched with the new sata_promise driver, took the disk out of the desktop, put it back in the laptop, started it up and ... boot panic.

Conclusion: installing Fedora was, as of the first half of Feb 2005, a mathematical impossibility. Maybe for you it will be different: perhaps by the time you read this Fedora will have incorporated the patches into the kernel, and for you all will be plain sailing."


Maybe I should start looking at Gentoo until these drives are in the kernel or a patch is released.
 
Old 01-16-2006, 01:20 PM   #7
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
You have 2 scsi drives with Promise scsi controller? Or 2 Sata disks with Promise sata controller with raid off? That scsi controller may not be supported by SW scsi drivers. My Promise sata controller with raid off was recognized by libranet debian,xandros but not SW.My Diamond scsi controller needed scsi2 for SW. Reading about what each scsi driver supports or what sata kernel driver supports will help. But success not guaranteed.Maybe someone with your lappy has linux installed. Good luck.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
the partitions does not show as a device in SLES 9 reycapoy Linux - Software 4 12-18-2005 11:11 AM
Install Slack 10, resize partitions w/o losing data Hal Linux - General 4 09-03-2004 10:00 AM
why won't my fat32 partitions show up in fstab lailoken Linux - Newbie 8 04-21-2004 01:44 PM
Kwickdisk dosent show all partitions ? efi360 Debian 5 04-06-2004 09:18 PM
To show all partitions(without using fdisk -l) arunshivanandan Linux - Newbie 18 08-04-2003 11:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation

All times are GMT -5. The time now is 02:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration