How are you trying to write to it? And how are you determining it's RO?
Can you issue the mount|grep /sd
command from a command prompt (telnet or similar) and report the output?
Thanks for the reply.
I have tried to copy a file from the internal drive to usb Seagate drive using the Humax interface on the TV and it does not appear to try to copy the file.
I also tried to copy a file using the CLI over a telnet session and it said that the drive was write protected.
here is the output of the command - drive1 is the Seagate USB HDD.
humax# mount | grep /sd
/dev/sda1 on /media/drive1 type ext3 (ro,data=ordered)
/dev/sdb1 on /media/drive2 type ext3 (rw,data=ordered)
/dev/sdc1 on /mnt/hd1 type ext3 (rw,data=ordered)
/dev/sdc2 on /mnt/hd2 type ext3 (rw,data=ordered)
/dev/sdc3 on /mnt/hd3 type ext3 (rw,data=ordered)
/dev/sdc2 on /mnt/hd2/My\040Video/[ModSettings] type ext3 (rw,data=ordered)
/dev/sdb1 on /mnt/hd2/My\040Video/usb-drive2 type ext3 (rw,data=ordered)
/dev/sda1 on /mnt/hd2/My\040Video/usb-drive1 type ext3 (ro,data=ordered)
humax#