RE: accessing CD fs from initrd

2005-07-25 Thread Roger Heflin
/dev/cdrom is a link to the proper device, if that link is not on the initrd /dev/cdrom won't work. I previously had some statically linked linuxrc C code (I don't have the code anymore- it was a work-for-hire), that scanned the various locations that the cd could be (/dev/hd[abcd...]) and

Re: accessing CD fs from initrd

2005-07-25 Thread Jan Engelhardt
> I suppose any live CDs based distributions (like knopix) do such >things too Only using (syslinux), mkisofs and mksquashfs here. Jan Engelhardt -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Re: accessing CD fs from initrd

2005-07-25 Thread Glennie Vignarajah
Le Monday 25 July 2005 09:27, zvi Dubitzki("zvi Dubitzki" <[EMAIL PROTECTED]>) disait: Hello, > In need access the CD filesystem (iso9660) from within the Linux > initrd or right after that (make it root fs). > I need an example for that since allocating enough ramdisk space > (ramdisk_size=90k

Re: accessing CD fs from initrd

2005-07-25 Thread Glennie Vignarajah
Le Monday 25 July 2005 09:27, zvi Dubitzki(zvi Dubitzki [EMAIL PROTECTED]) disait: Hello, In need access the CD filesystem (iso9660) from within the Linux initrd or right after that (make it root fs). I need an example for that since allocating enough ramdisk space (ramdisk_size=90k in

Re: accessing CD fs from initrd

2005-07-25 Thread Jan Engelhardt
I suppose any live CDs based distributions (like knopix) do such things too Only using (syslinux), mkisofs and mksquashfs here. Jan Engelhardt -- - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

RE: accessing CD fs from initrd

2005-07-25 Thread Roger Heflin
/dev/cdrom is a link to the proper device, if that link is not on the initrd /dev/cdrom won't work. I previously had some statically linked linuxrc C code (I don't have the code anymore- it was a work-for-hire), that scanned the various locations that the cd could be (/dev/hd[abcd...]) and