[Bug 569730] Re: Installing from USB disk fails: Can not mount /dev/loop1 on /cow

2012-10-03 Thread Stéphane Graber
Marking as invalid on casper's side, this has indeed to do with the tool used to make the media, it should have created an ext3/ext4 partition which it clearly didn't. ** Changed in: casper (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of

[Bug 569730] Re: Installing from USB disk fails: Can not mount /dev/loop1 on /cow

2011-10-21 Thread Brian Murray
This may have something to do with the tool used to create the usb disk. ** Tags added: usb ** Changed in: casper (Ubuntu) Importance: Undecided = Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 569730] Re: Installing from USB disk fails: Can not mount /dev/loop1 on /cow

2010-06-26 Thread Dave Gilbert
To me this looks like the get_fstype function in scripts/caspter_helpers just needs some error handling. Even if it worked for you Roeland this time around, it seems to me that script should be fixed. Dave -- Installing from USB disk fails: Can not mount /dev/loop1 on /cow

[Bug 569730] Re: Installing from USB disk fails: Can not mount /dev/loop1 on /cow

2010-05-06 Thread Roeland Schoukens
I downloaded the 10.4 release and used usb-creator-gtk (under ubuntu 9.10) to create a bootable USB disk. This one booted without problems. I used another device, so I am not sure if the USB stick was faulty, but I had successfully used it to install on another computer before. -- Installing

[Bug 569730] Re: Installing from USB disk fails: Can not mount /dev/loop1 on /cow

2010-04-25 Thread Roeland Schoukens
** Attachment added: casper.log http://launchpadlibrarian.net/45315904/casper.log -- Installing from USB disk fails: Can not mount /dev/loop1 on /cow https://bugs.launchpad.net/bugs/569730 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 569730] Re: Installing from USB disk fails: Can not mount /dev/loop1 on /cow

2010-04-25 Thread Roeland Schoukens
** Attachment added: dmesg.txt http://launchpadlibrarian.net/45315912/dmesg.txt -- Installing from USB disk fails: Can not mount /dev/loop1 on /cow https://bugs.launchpad.net/bugs/569730 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 569730] Re: Installing from USB disk fails: Can not mount /dev/loop1 on /cow

2010-04-25 Thread Dave Gilbert
One of the smoking guns here is: --- + cowdevice=/dev/loop1 + get_fstype /dev/loop1 + local FSTYPE + local FSSIZE + fstype + eval FSTYPE=unknown FSSIZE=0 + FSTYPE=unknown FSSIZE=0 + [ unknown != unknown ] + /sbin/blkid -s TYPE -o value /dev/loop1 + cow_fstype= +