On Sat, Jan 18, 2003 at 06:27:15PM +0530, Vamsi Krishna wrote: > I tried to mount a iso files with the following mount options > $mount -t iso9660 -o loop xyz.iso mountpoint > > it says > mount: could not find any device /dev/loop#
You running a custom kernel? Anyway, try after /sbin/insmod /lib/modules/`uname -r`/kernel/drivers/block/loop.o Binand -- Russian Roulette with Unix: while :; do kill $RANDOM &> /dev/null && break || sleep 1; done ------------------------------------------------------- This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will allow you to extend the highest allowed 128 bit encryption to all your clients even if they use browsers that are limited to 40 bit encryption. Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
