Philip Prindeville wrote: >> % sudo -x ./makeimage.sh 64 >> ... >> Using default value 1 >> Last cylinder or +size or +sizeM or +sizeK (1-130, default 130): >> Using default value 130 >> >> Command (m for help): w >> The partition table has been altered! >> >> Calling ioctl() to re-read partition table. >> >> WARNING: Re-reading the partition table failed with error 22: Invalid >> argument. >> The kernel still uses the old table. >> The new table will be used at the next reboot.
That's a warning that is usually safe to ignore. >> Syncing disks. >> + losetup -d /dev/loop0 >> + ln -sf /dev/loop0 /dev/loop >> + losetup /dev/loop0 disk.img >> + losetup -o 32256 /dev/loop1 disk.img >> ioctl: LOOP_SET_FD: Device or resource busy >> + mke2fs -O sparse_super -L ASTROOT -m0 -q /dev/loop1 >> /dev/loop1 is mounted; will not make a filesystem here! >> + mkdir -p /mnt/image >> + mount -t ext2 /dev/loop1 /mnt/image >> mount: /dev/loop1 already mounted or /mnt/image busy >> mount: according to mtab, /dev/loop1 is already mounted on /mnt/image Looks like you have a self-explanatory error. Unmount whatever you have mounted on /dev/loop, /dev/loop0 and /dev/loop1 then try again. Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
