LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - Installation (https://www.linuxquestions.org/questions/slackware-installation-40/)
-   -   v10 - "read-only" partiton error (https://www.linuxquestions.org/questions/slackware-installation-40/v10-read-only-partiton-error-203405/)

nukepooch 07-10-2004 11:20 AM

v10 - "read-only" partiton error
 
Compaq 1850R, dual P4/400's, (3) 9.1 wide-ultra scsi (no array controller)

Boots fine, loads kernal fine, login as root, try to run cfdisk and get

"Opened disk in read-only - you have no permission to write"

error message. I hit enter to continue and am presented with :

"Do you wish to start with a zero table?"


I have _some_ x experience but am new to Slack.

Thanks in advance!

Pooch

bonecrusher 08-09-2004 11:04 AM

Re: v10 - "read-only" partiton error
 
Quote:

Originally posted by nukepooch
Compaq 1850R, dual P4/400's, (3) 9.1 wide-ultra scsi (no array controller)

Boots fine, loads kernal fine, login as root, try to run cfdisk and get

"Opened disk in read-only - you have no permission to write"

error message. I hit enter to continue and am presented with :

"Do you wish to start with a zero table?"


I have _some_ x experience but am new to Slack.

Thanks in advance!

Pooch

Just make sure you specify what disk you are going to work with:

Code:


cfdisk /dev/sda


It tends to do this when messing around with scsi. It is probably defaulting to your first /dev/hdX device which in this case is your CDrom. (Hence the read-only thing)
It is a small bug in the scripting. It is only built to look for EIDE devices... so when you type 'cfdisk' it defaults to /dev/hdX . Needs to check to see if you have scsi devices.. oh welll.. where would we be without some bugs? ;)



bc




All times are GMT -5. The time now is 03:51 AM.