Re: mount foo.img problem

2009-02-13 Thread Andrew Malcolmson
Aneurin Price wrote: You could try a slightly more heavy-handed approach: for ((i=0 ; $i < 1 ; i=$i + 1)) ; do mount -o loop,offset=$(($i * 512)) debxo-awesome.ext3.img /media/sdloop && break done Or let kpartx do it all for you: http://robert.penz.name/73/kpartx-a-tool-for-mounting

Fwd: mount foo.img problem

2009-02-09 Thread Aneurin Price
On Sat, Feb 7, 2009 at 11:52 PM, Aneurin Price wrote: > On Sat, Feb 7, 2009 at 10:24 PM, Thomas H. George > wrote: >> On Sat, Feb 07, 2009 at 03:28:20PM -0600, Boyd Stephen Smith Jr. wrote: >>> On Saturday 07 February 2009 13:37:46 Thomas H. George wrote: >>> > On Sat, Feb 07, 2009 at 10:44:47AM

Re: mount foo.img problem

2009-02-07 Thread Boyd Stephen Smith Jr.
On Saturday 07 February 2009 16:24:51 Thomas H. George wrote: > On Sat, Feb 07, 2009 at 03:28:20PM -0600, Boyd Stephen Smith Jr. wrote: > > On Saturday 07 February 2009 13:37:46 Thomas H. George wrote: > > > On Sat, Feb 07, 2009 at 10:44:47AM -0600, Boyd Stephen Smith Jr. wrote: > > > > On Saturday

Re: mount foo.img problem

2009-02-07 Thread Aneurin Price
On Sat, Feb 7, 2009 at 10:24 PM, Thomas H. George wrote: > On Sat, Feb 07, 2009 at 03:28:20PM -0600, Boyd Stephen Smith Jr. wrote: >> On Saturday 07 February 2009 13:37:46 Thomas H. George wrote: >> > On Sat, Feb 07, 2009 at 10:44:47AM -0600, Boyd Stephen Smith Jr. wrote: >> > > On Saturday 07 Feb

Re: mount foo.img problem

2009-02-07 Thread Thomas H. George
Out of town for a week, I'll try again next week. Tom -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: mount foo.img problem

2009-02-07 Thread Thomas H. George
On Sat, Feb 07, 2009 at 03:28:20PM -0600, Boyd Stephen Smith Jr. wrote: > On Saturday 07 February 2009 13:37:46 Thomas H. George wrote: > > On Sat, Feb 07, 2009 at 10:44:47AM -0600, Boyd Stephen Smith Jr. wrote: > > > On Saturday 07 February 2009 10:31:17 Thomas H. George wrote: > > > > What must I

Re: mount foo.img problem

2009-02-07 Thread Boyd Stephen Smith Jr.
On Saturday 07 February 2009 13:37:46 Thomas H. George wrote: > On Sat, Feb 07, 2009 at 10:44:47AM -0600, Boyd Stephen Smith Jr. wrote: > > On Saturday 07 February 2009 10:31:17 Thomas H. George wrote: > > > What must I do to be able to mount this image file? > > Could you run "file debxo-awesome.e

Re: mount foo.img problem

2009-02-07 Thread Adrian Levi
2009/2/8 Thomas H. George : > Script started on Sat 07 Feb 2009 02:26:44 PM EST > dragon:/data/olpc# file debxo-awesome.ext3.img > debxo-awesome.ext3.img: x86 boot sector; partition 1: ID=0x83, active, > starthead 1, startsector 32, 3848160 sectors > dragon:/data/olpc# exit > > Script done on Sat

Re: mount foo.img problem

2009-02-07 Thread Thomas H. George
On Sat, Feb 07, 2009 at 10:44:47AM -0600, Boyd Stephen Smith Jr. wrote: > On Saturday 07 February 2009 10:31:17 Thomas H. George wrote: > > I have carefullly followed the instructions in man mount and in the > > Debian Reference manual, for example > > > > mount -o loop -t ext3 debxo-awesome.ext3.i

Re: mount foo.img problem

2009-02-07 Thread Boyd Stephen Smith Jr.
On Saturday 07 February 2009 10:31:17 Thomas H. George wrote: > I have carefullly followed the instructions in man mount and in the > Debian Reference manual, for example > > mount -o loop -t ext3 debxo-awesome.ext3.img /media/sdloop > > or > > mount dexo-awesome.ext3.img /media/sdloop -t ext3 -o l

Re: mount foo.img problem

2009-02-07 Thread Ding Honghui
Thomas H. George wrote: > I have carefullly followed the instructions in man mount and in the > Debian Reference manual, for example > > mount -o loop -t ext3 debxo-awesome.ext3.img /media/sdloop > > or > > mount dexo-awesome.ext3.img /media/sdloop -t ext3 -o loop > > In both cases the mount co

mount foo.img problem

2009-02-07 Thread Thomas H. George
I have carefullly followed the instructions in man mount and in the Debian Reference manual, for example mount -o loop -t ext3 debxo-awesome.ext3.img /media/sdloop or mount dexo-awesome.ext3.img /media/sdloop -t ext3 -o loop In both cases the mount command exits with a message: Can't find ext3