Koozali.org: home of the SME Server

SME 5.6 Disk problem

Svante Drugge

SME 5.6 Disk problem
« on: February 17, 2003, 04:00:45 PM »
Help !

I recently installed SME 5.6 and everything worked just fine until this weekend. Don’t know what caused the problem but my disk is now in RO mode and nothing works. I would reinstall the machine if wasn’t  for the fact that I still have some 800MB of data that I don’t have anywhere else.

Server-manager does not work (httpd down I guess) but ssh does.

Question ?
What do I have to do to make my disk rw again ?

Some info !
Etc/fstab

LABEL=/                 /                       ext3    usrquota,grpquota        1 1
LABEL=/boot1            /boot              ext3    defaults        1 2
none                    /dev/pts                devpts  gid=5,mode=620  0 0
/dev/cdrom              /mnt/cdrom        iso9660 noauto,owner,ro 0 0
/dev/fd0                /mnt/floppy             auto    noauto,owner    0 0
none      



dmesg

EXT3-fs error (device ide0(3,3)) in start_transaction: Journal has aborted
EXT3-fs error (device ide0(3,3)) in start_transaction: Journal has aborted
EXT3-fs error (device ide0(3,3)) in start_transaction: Journal has aborted
EXT3-fs error (device ide0(3,3)) in start_transaction: Journal has aborted
EXT3-fs error (device ide0(3,3)) in start_transaction: Journal has aborted
..... 50 more



what to do ?
/SD

John Alamo

Re: SME 5.6 Disk problem
« Reply #1 on: February 20, 2003, 12:57:29 AM »
issue the following command:

mount /dev/hda1 / -o remount,rw

where /dev/hda1 is your filesystem (you can use the command df to determine this value..)

Seems really strange that its mounting the drive as read only ....