mounting the system

Asked by SirPaul

I want to mount disks ...and when iam write to terminal (root@ubuntu) mount /dev/hda /mnt/hdc1 (yes, that directory is there) and write an error : hda: read only cannot mount

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Matt Mossholder (matt-mossholder) said :
#1

SirPaul,
 /dev/hda would reference a full drive, and not a partition on the drive. Is that what you intended?

What is the device you are trying to mount? (e.g. hard drive, cdrom ,etc.)

If you could, please attach the output of the command "lshw -class disk"

Revision history for this message
Waleed Harbi (waleed-harbi) said :
#2

try sudo fdisk -l

/dev/hda this is your disk, but we still need partition number and it should something like /dev/hda1 or /dev/hda2 ... etc

then try mount as you did if they are ext3, if the filesystem NTFS you need add option -t :
sudo mount -t ntfs /dev/hda1 /mnt/hdc1

Yours,
Waleed

Can you help with this problem?

Provide an answer of your own, or ask SirPaul for more information if necessary.

To post a message you must log in.