Mixed results from editing fstab with :
/dev/sdc1 /mnt/sdc1 jfs ro,nointegrity,errors=remount-ro 0 0
Upon restart sdb1 and sdd1 mount but curiously not sdc1.
The restart nearly always has the following error and the pc comes to a stop :
An error occurred while mounting /media/hd1
Press s to skip mounting or m for manual recovery.
I press s and hd2 proceeds hd1 , press s again and booting continues.
Have to do this every time.
Then tried the combination below :
/dev/sdb1 /mnt/sdb1 jfs ro,nointegrity,errors=remount-ro 0 0
/dev/sdc1 /mnt/sdc1 jfs ro,nointegrity,errors=remount-ro 0 0
/dev/sdd1 /mnt/sdd1 jfs ro,nointegrity,errors=remount-ro 0 0
All 3 drives mounted in pc mode but in mediacenter via the remote control, the os does not boot.
Then removed all lines and back to where i was. At least the drives do work but still can not write to them - unless you kdesudo dolphin ( have been using this for years now ).
Can not see anything strange in the dmesg command readout ,although something curious did happened when installing nvidia drivers. The terminal kept saying error or something on those lines on said drive, sdc1. Removed the sata cable and drivers then install. Put back sata cable and fired up all drives and they loaded fine.
I should mention that i believe sdc1 was mounted then , although there were some issues on the nvidia install which led to where we are now.
/dev/sdc1 /mnt/sdc1 jfs ro,nointegrity,errors=remount-ro 0 0
Upon restart sdb1 and sdd1 mount but curiously not sdc1.
The restart nearly always has the following error and the pc comes to a stop :
An error occurred while mounting /media/hd1
Press s to skip mounting or m for manual recovery.
I press s and hd2 proceeds hd1 , press s again and booting continues.
Have to do this every time.
Then tried the combination below :
/dev/sdb1 /mnt/sdb1 jfs ro,nointegrity,errors=remount-ro 0 0
/dev/sdc1 /mnt/sdc1 jfs ro,nointegrity,errors=remount-ro 0 0
/dev/sdd1 /mnt/sdd1 jfs ro,nointegrity,errors=remount-ro 0 0
All 3 drives mounted in pc mode but in mediacenter via the remote control, the os does not boot.
Then removed all lines and back to where i was. At least the drives do work but still can not write to them - unless you kdesudo dolphin ( have been using this for years now ).
Can not see anything strange in the dmesg command readout ,although something curious did happened when installing nvidia drivers. The terminal kept saying error or something on those lines on said drive, sdc1. Removed the sata cable and drivers then install. Put back sata cable and fired up all drives and they loaded fine.
I should mention that i believe sdc1 was mounted then , although there were some issues on the nvidia install which led to where we are now.
Comment