Hello
        I am trying to reproduce to do a simple example using the fesature
graft.dirs.  Something like:

a)  mkisofs -J -D -l -r -f -m core -L  -o image2.raw -graft-points 
some_docs/=/mnt/zipdos
b) cdrecord -v -dev=0,3,0 -multi image2.raw

Thsi part is ok, then I issued the following commands:

c)  mkisofs -J -D -l -r -f -m core -L -C `cdrecord dev=0,3,0 -msinfo` -M /dev/sr0 -o 
image1.raw -graft-points some_maths/=/mnt/zipdos 

Obs.: /mnt/zipdos reflects a different ZIp disk (nothing to do with a)).

When I tried to mount the image I got:

        mount -t iso9660 image1.raw /mnt/image -o loop
        mount: wrong fs type, bad option, bad superblock on /dev/loop0,
                or too many mounted file systems       

What am I doing wrong?

Thanks a lot.

Regards

Ed


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to