----- Original Message ----- From: "Rob B" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 08, 2002 8:10 AM Subject: Re: [SLUG] netboot Multia and install of Debian via nfs
> From: "Jamie Wilkinson" <[EMAIL PROTECTED]> > Sent: Saturday, February 02, 2002 12:50 AM > Yep, that boots fine, but halts at various stages, and I can't determine > why. So, following Gus's howto, I tried building my own bootpable kernel. > Here is my latest problem: > > :/tmpdir# mount -t msdos rescue.bin /tmp/fdimage -o loop > mount: wrong fs type, bad option, bad superblock on /dev/loop0, > or too many mounted file systems What, exactly, are you trying to do with this command? I'll take a guess that you are trying to create a loop device with the contents of rescue.bin Try this.(make sure you have another copy of rescue .bin somewhere) losetup /dev/loop0 rescue.bin mount /dev/loop0 /tmp/fdimage then when you are finished.. umount /dev/loop0 losetup -d /dev/loop0 ---Gareth Walters -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
