RE: mount/umount causes panic
"Brian Sullivan" <[email protected]> Mon, 13 Jan 2003 07:05:35 -0500
| Newsgroups | gmane.linux.redhat.axp.kernel |
|---|---|
| Message-ID | <[email protected]> |
Kernel Version: 2.4.18-19.7.x It does not happen with the same ISO each time. -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Walter Harms Sent: Saturday, January 11, 2003 6:32 AM To: [email protected] Subject: Re: mount/umount causes panic what kernel ? (cat /proc/version) does it crash also when you mount/umount the some image over and over again ? walter - - - - - - - - - - - - - - Original Message - - - - - - - - - - - - - - From: Brian Sullivan <[email protected]> Subject: mount/umount causes panic Date: 01/10/03 21:18 I have a directory full of ISO files. I have a simple shell script that loops through the ISO files. Each ISO is mounted, a directory listing is done, and then it is umounted. Each ISO is in good condition. When I run the script however the kernel panics after 30 to 50 ISOs (never crashes on the same ISO twice, seems random). The kernel panic is hollering about "Attempted to kill init". Why would the mount or umount command causes a panic? I'm running Red Hat 7.3 and 8.0 with the latest patched. Here is the shell script: SLOTLIST=`ls slot*` for SLOT in $SLOTLIST do echo "Moving $SLOT to reader..." mv $SLOT reader01 echo "Mounting..." mount reader01 ls /mnt/cdsim1/D* #sleep 50 echo "Un-Mounting..." umount -d reader01 echo "Moving $SLOT back..." mv reader01 $SLOT done ~ _______________________________________________ Axp-kernel-list mailing list [email protected] https://listman.redhat.com/mailman/listinfo/axp-kernel-list _______________________________________________ Axp-kernel-list mailing list [email protected] https://listman.redhat.com/mailman/listinfo/axp-kernel-list