Re: [IDE] trying to make MO drive work with ide-floppy/ide-cd

From: Pascal Schmidt (der.eremit@email.de)
Date: Tue May 06 2003 - 10:19:08 EST


On Tue, 6 May 2003, Jens Axboe wrote:

> It barfs at a lot of commands, not surprisingly. ide-cd really has no
> concept of devices other than cd/dvd.

I'm not complaining about those messages. ;)

> You need to patch cdrom.c as well:
>
> if ((fp->f_mode & FMODE_WRITE) && !CDROM_CAN(CDC_DVD_RAM))
> return -EROFS;
>

Simply removing that test doesn't get me working write support,
I still get:

# mount -t ext2 /dev/hde /mnt/mo
mount: block device /dev/hde is write-protected, mounting read-only

The disk is not write-protected, I checked.

>> What can I do to help get this drive supported under 2.5/ide-cd?
> I'm tempted to say ide-scsi + sd, but that goes against my principles...
> It shouldn't be too much work to make ide-cd work gracefully.

Well, I'm not familiar with the code at all, so I don't know where
to look.

-- 
Ciao,
Pascal

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed May 07 2003 - 22:00:26 EST