LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-15-2007, 01:15 AM   #1
hulk321
Member
 
Registered: Jul 2007
Posts: 137

Rep: Reputation: 15
Question Using cfdisk utility for slackware installation


Hi,

1.boot from cd
2.when i put the command "cfdisk /dev/hda or cfdisk /dev/sdc" it says "this disk is read only-you dont have permission to write".

what do i do to get this slackware installed????
 
Old 09-15-2007, 01:18 AM   #2
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
you have to remount as read/write to be able to parition it
 
Old 09-15-2007, 05:58 AM   #3
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
AceofSpades19, (c)fdisk has nothing to do at all with "mounting".

hulk321, cfdisk may be trying to open the wrong device? Look at the output of
Code:
fdisk -l
and try to determine which device is your hard disk.

Eric
 
Old 09-15-2007, 08:20 AM   #4
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware, Debian
Posts: 7,350

Rep: Reputation: 3749Reputation: 3749Reputation: 3749Reputation: 3749Reputation: 3749Reputation: 3749Reputation: 3749Reputation: 3749Reputation: 3749Reputation: 3749Reputation: 3749
sdc sounds like it may be a cdrom drive to me.
On my SCSI unit I use:

#cfdisk /dev/sda
 
Old 09-15-2007, 10:22 AM   #5
hulk321
Member
 
Registered: Jul 2007
Posts: 137

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Alien Bob View Post
hulk321, cfdisk may be trying to open the wrong device? Look at the output of
Code:
fdisk -l
and try to determine which device is your hard disk.

Eric
i am using two hard drives;80GB and 160GB. both are SATA drives. i have logged on as root i.e.root@slackware:
i have used cfdisk -l
it doesnt do any thing or show any thing (give list) but goes into it i.e.
root@slackware# fdisk -l
root@slackware#
thats it!!

2.i have tried this too

root@slackware# fdisk /dev/hda
when i go for p command it doesnt show any of the drives there at all (i have first ntfs boot drive on which windowsxp is installed)

what do i do???
 
Old 09-15-2007, 10:29 AM   #6
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by hulk321 View Post
root@slackware# fdisk -l
root@slackware#
thats it!!
This means that Slackware does not find any hard disk at all. What kernel did you try to boot from?

Eric
 
Old 09-15-2007, 10:45 AM   #7
hulk321
Member
 
Registered: Jul 2007
Posts: 137

Original Poster
Rep: Reputation: 15
Alien,

i am not sure about the kernle but it is Slackware 10.1
 
Old 09-15-2007, 10:54 AM   #8
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Slackware 10.1 ? I assume there is a reason not to install the latest Slackware?
Slackware 10.1 has support for SATA drives when you use the sata.i kernel at install.
Whether this kernel works for your disks I don't know. The best thing to do is boot the Slackware 10.1 install CD and then type
Code:
sata.i
followed by ENTER.
I hope it will find your disks then. Otherwise, give Slackware 12.0 a thought. That will recognize your SATA disks (but runs a 2.6 kernel, and maybe you need that 2.4 kernel).

Eric
 
Old 09-15-2007, 11:39 AM   #9
hulk321
Member
 
Registered: Jul 2007
Posts: 137

Original Poster
Rep: Reputation: 15
Alien,

i have tried sata.i nousb kernel option but the same results i.e. perhaps it isnt recognizing my hard drives???

currently i dont have cd burner that is why i am relying on slackware 10.1

please advice what to do now??
 
Old 09-15-2007, 11:50 AM   #10
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware, Debian
Posts: 7,350

Rep: Reputation: 3749Reputation: 3749Reputation: 3749Reputation: 3749Reputation: 3749Reputation: 3749Reputation: 3749Reputation: 3749Reputation: 3749Reputation: 3749Reputation: 3749
Smile

Quote:
Originally Posted by hulk321 View Post
Alien,

i have tried sata.i nousb kernel option but the same results i.e. perhaps it isnt recognizing my hard drives???

currently i dont have cd burner that is why i am relying on slackware 10.1

please advice what to do now??
If you can not afford to buy a copy of Slackware 12.0 from Patrick you can get an inexpensive copy from a Linux CD site. I used this site before I had a functioning CD burner. They are reliable and you can't beat the price.

Discount Linux CDs
 
Old 09-15-2007, 12:00 PM   #11
perry
Member
 
Registered: Sep 2003
Location: USA & Canada
Distribution: Slackware 12.0
Posts: 978

Rep: Reputation: 30
Wink

Quote:
Originally Posted by hulk321 View Post
Alien,

i have tried sata.i nousb kernel option but the same results i.e. perhaps it isnt recognizing my hard drives???

currently i dont have cd burner that is why i am relying on slackware 10.1

please advice what to do now??
if you can burn a cd get yourself a good diagnostic from VectorLinux:
burn that and boot up your system on your cdrom. when inside, look under System Tools->gparted! once there, you'll get a full diagnostic as to what's going on with your hardware as well as setup your partitions as you want and do it graphically

best advice i can give at the moment (besides checking out my thread on a 12.0 install!)

- perry

ps.
"currently i dont have cd burner" looks like a trip to the library or your buddies house for you!

Last edited by perry; 09-15-2007 at 12:02 PM.
 
Old 09-15-2007, 12:07 PM   #12
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
Quote:
Originally Posted by Alien Bob View Post
AceofSpades19, (c)fdisk has nothing to do at all with "mounting".

hulk321, cfdisk may be trying to open the wrong device? Look at the output of
Code:
fdisk -l
and try to determine which device is your hard disk.

Eric
You are right, sorry I was a bit tired last night, wasn't thinking right
 
Old 09-16-2007, 12:29 AM   #13
hulk321
Member
 
Registered: Jul 2007
Posts: 137

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by perry View Post
if you can burn a cd get yourself a good diagnostic from VectorLinux:
[code]
Perry thanks for the advice. it seems like there is no alternative but to burn the latest iso and the software your talking about(i am sure this will solve my problem if graphical:P)

today is holiday cant buy a cd burner.
any other advice to save the money (CD Burner) :P

Last edited by hulk321; 09-16-2007 at 12:46 AM.
 
Old 09-16-2007, 01:34 AM   #14
MQMan
Member
 
Registered: Jan 2004
Location: Los Angeles
Distribution: Slack64 14.1
Posts: 581

Rep: Reputation: 38
Quote:
Originally Posted by hulk321 View Post
today is holiday cant buy a cd burner.
any other advice to save the money (CD Burner) :P
Don't buy a burner. Buy the latest Slack CD/DVD instead. It'll be cheaper, and it will support Pat in maintaining Slackware.

Cheers.
 
Old 09-16-2007, 02:02 AM   #15
hulk321
Member
 
Registered: Jul 2007
Posts: 137

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by MQMan View Post
Don't buy a burner. Buy the latest Slack CD/DVD instead. It'll be cheaper, and it will support Pat in maintaining Slackware.

Cheers.
the trouble is the latest version isnt available in near by markets; they are windows OS dominent!!

Slackware 10.1 shouldnt have any pproblems installing as it isnt that old kind of version.

any other advice to follow apart from burning cds/lastest iso (i agree with these options and will try but wanna solve the problem with existing resources; if possible)????
 
  


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
Slackware 10 doesn't see hdb1 in cfdisk emer_son Slackware - Installation 6 07-25-2004 08:04 PM
cfdisk on Slackware 9.1 - need some help GloVe Slackware 7 04-04-2004 04:20 PM
Problems using cfdisk for Slackware 9.1 vespatian Linux - Newbie 5 12-10-2003 06:41 PM
Slackware, cfdisk, partitions, etc.. philY Slackware 7 11-02-2003 09:17 AM
Where is cfdisk utility in Redhat 7.2 johnlee Linux - General 2 04-14-2002 01:49 AM

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

All times are GMT -5. The time now is 01:47 PM.

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