Darrick Hartman (lists) wrote: >>> 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 >
Sure... but why is the script mounting it twice? -Philip ------------------------------------------------------------------------- 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]
