On Sat, Jul 09, 2005 at 02:32:47PM +0200, Thomas Heinz wrote: > Is it possible to make the DVD-RAM partitions available as device > nodes (or at least directly mountable without the losetup hack)? > One solution would be to make the device available as /dev/sdX and > /dev/srX. Is that possible?
While adding support for partitions on sr is trivial it has a huge drawback: it's chaning the dev_t space by using up device numbers for partitions, so /dev/sr0 ff will have different device numbers with that change applied. I have an old patch that's supposed to enable support for partitioned scsi removable devices at http://rechner.lst.de/~hch/hacks/sr-parts.diff, I'm not sure it actually ever worked (but you should get the basic idea from it) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/