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
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
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo