Results 1 to 8 of 8
I'm trying to install Slackware. If I enter cfdisk at the root prompt it says it cannot open the disk drive. If I enter something like fdisk /dev/hda nothing happens. ...
- 04-28-2009 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 32
Square One with Partitioning
I'm trying to install Slackware. If I enter cfdisk at the root prompt it says it cannot open the disk drive. If I enter something like fdisk /dev/hda nothing happens. The drive and computer are OK because I can install anything else I want on it. What have I missed?
- 04-28-2009 #2Just Joined!
- Join Date
- Apr 2009
- Posts
- 90
If your machine uses SATA then your hard disk may very likely be /dev/sda.
Type `dmesg | less` at the command prompt, and look through it for hard disk information.
- 04-29-2009 #3Just Joined!
- Join Date
- Mar 2007
- Posts
- 32
It does the same thing using sda as the drive device. My equipment is probably too current for the distro.
- 04-29-2009 #4
Can you post the output of
Code:fdisk -l
Jay
New users, read this first.
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 04-29-2009 #5Just Joined!
- Join Date
- Mar 2007
- Posts
- 32
fdisk -l produces no output at all. It just repeats the root prompt on the next line. There is no question that this distro doesn't recognize a hard drive. This same hard drive has had Scientific Linux and Open SuSe on it. I think my hardware is probably too new.
- 04-29-2009 #6How did you gain root privileges?
Originally Posted by fmw
Execute su - ( its minus sign ) instead of su command.
Or type complete path of fdisk.Code:su - fdisk -l
Code:/sbin/fdisk -l
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-29-2009 #7Just Joined!
- Join Date
- Apr 2009
- Posts
- 90
I still recommend going through the dmesg output.
Especially if you are using some hardware controller like RAID or such.
- 04-30-2009 #8Jay
New users, read this first.
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.


Reply With Quote

