Leland Lucius wrote: >>>I was trying to change my Linux swap to vdisk and received >>he message >>>below. >>>Where do I get the driver. >>>I am using SUSE 9 - the free one. >>> >>Try run 'mkinitrd; zipl'. >>mkinitrd needs to be run after each change to /etc/fstab to >>make sure that all devices are properly activated. >> > Will this fix his issue with /sbin/modprobe not being found too? > Most likely. /sbin/modprobe is invoked (or rather, would be invoked if found) when a DASD should be configured for which no corresponding module has been loaded. However, within initrd all modules are loaded statically in a previous step. So if modprobe should be invoked this indicates that the module has not been loaded, which in turn means the modules is not copied into the initrd. So recreating the initrd with 'mkinitrd; zipl' should fix it.
Cheers, Hannes -- Dr. Hannes Reinecke [EMAIL PROTECTED] SuSE Linux AG S390 & zSeries Maxfeldstra�e 5 +49 911 74053 688 90409 N�rnberg http://www.suse.de ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
