Kezdőlap › Fórumok › Vegyes felvágott › Képfájlok Linux alatt
- This topic has 7 hozzászólás, 5 résztvevő, and was last updated 21 years, 2 months telt el by
rushmoon.
-
SzerzőBejegyzés
-
2004-05-16-12:01 #1944144
nem irtad le, mi a problema
2004-05-16-12:06 #1944145nem irtad le, mi a problema
az, h kellene az adat, ami rajta van…
odáig eljutottam, h lekaptam 1 olyat, h: ccd2iso…
és itt a forrása, de mit csináljak vele?
ezt próbáltam:Code:root:/home/xcut/kicsomagol/ccd2iso# lsacconfig.h ccd2iso.kdevses configure ltconfig NEWS
aclocal.m4 ChangeLog configure.in ltmain.sh README
AUTHORS config.guess COPYING Makefile src
autom4te.cache config.h depcomp Makefile.am stamp-h1
ccd2iso-0.1.tar.gz config.h.in Doxyfile Makefile.cvs templates
ccd2iso.kdevelop config.log INSTALL Makefile.in TODO
ccd2iso.kdevelop.pcs config.status install-sh missing
ccd2iso.kdevelop.spec config.sub libtool mkinstalldirs
root:/home/xcut/kicsomagol/ccd2iso# ./configure
checking for a BSD-compatible install… /bin/install -c
checking whether build environment is sane… yes
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking for gcc… gcc
checking for C compiler default output… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ANSI C… none needed
checking for style of include used by make… GNU
checking dependency style of gcc… gcc3
checking build system type… i686-pc-linux-gnu
checking host system type… i686-pc-linux-gnu
checking for ld used by GCC… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for /usr/bin/ld option to reload object files… -r
checking for BSD-compatible nm… /usr/bin/nm -B
checking for a sed that does not truncate output… /bin/sed
checking whether ln -s works… yes
checking how to recognise dependent libraries… pass_all
checking command to parse /usr/bin/nm -B output… ok
checking how to run the C preprocessor… gcc -E
checking for egrep… grep -E
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking dlfcn.h usability… yes
checking dlfcn.h presence… yes
checking for dlfcn.h… yes
checking for ranlib… ranlib
checking for strip… strip
checking for objdir… .libs
checking for gcc option to produce PIC… -fPIC
checking if gcc PIC flag -fPIC works… yes
checking if gcc static flag -static works… yes
checking if gcc supports -c -o file.o… yes
checking if gcc supports -c -o file.lo… yes
checking if gcc supports -fno-rtti -fno-exceptions… yes
checking whether the linker (/usr/bin/ld) supports shared libraries… yes
checking how to hardcode library paths into programs… immediate
checking whether stripping libraries is possible… yes
checking dynamic linker characteristics… GNU/Linux ld.so
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… yes
checking whether -lc should be explicitly linked in… no
creating libtool
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
root:/home/xcut/kicsomagol/ccd2iso# make
make all-recursive
make[1]: Entering directory `/home/xcut/kicsomagol/ccd2iso’
Making all in src
make[2]: Entering directory `/home/xcut/kicsomagol/ccd2iso/src’
make[2]: Nothing to be done for `all’.
make[2]: Leaving directory `/home/xcut/kicsomagol/ccd2iso/src’
make[2]: Entering directory `/home/xcut/kicsomagol/ccd2iso’
make[2]: Leaving directory `/home/xcut/kicsomagol/ccd2iso’
make[1]: Leaving directory `/home/xcut/kicsomagol/ccd2iso’
root:/home/xcut/kicsomagol/ccd2iso# make install
Making install in src
make[1]: Entering directory `/home/xcut/kicsomagol/ccd2iso/src’
make[2]: Entering directory `/home/xcut/kicsomagol/ccd2iso/src’
/bin/sh ../mkinstalldirs /usr/local/bin
/bin/sh ../libtool –mode=install /bin/install -c ccd2iso /usr/local/bin/ccd2iso
/bin/install -c ccd2iso /usr/local/bin/ccd2iso
make[2]: Nothing to be done for `install-data-am’.
make[2]: Leaving directory `/home/xcut/kicsomagol/ccd2iso/src’
make[1]: Leaving directory `/home/xcut/kicsomagol/ccd2iso/src’
make[1]: Entering directory `/home/xcut/kicsomagol/ccd2iso’
make[2]: Entering directory `/home/xcut/kicsomagol/ccd2iso’
make[2]: Nothing to be done for `install-exec-am’.
make[2]: Nothing to be done for `install-data-am’.
make[2]: Leaving directory `/home/xcut/kicsomagol/ccd2iso’
make[1]: Leaving directory `/home/xcut/kicsomagol/ccd2iso’
2004-05-16-12:09 #1944146ccd2iso –help
man ccd2iso2004-05-16-12:10 #1944147man ccd2iso
2004-05-16-13:34 #1944148Code:root:/home/xcut/kicsomagol/ccd2iso# ccd2iso /home/xcut/ideiglenes/X.IMG /home/xcut/ideiglenes/x.isoProcessing sector: 236712 – 556746624 of 556746624 bytes processed
Done.
root:/home/xcut/kicsomagol/ccd2iso# mount -o loop=/dev/loop6 /home/xcut/ideiglenes/x.iso /mnt/virtualcd -t iso9660
mount: wrong fs type, bad option, bad superblock on /dev/loop6,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
root:/home/xcut/kicsomagol/ccd2iso# mount -o loop=/dev/loop6 /home/xcut/ideiglenes/x.iso /mnt/virtualcd
mount: you must specify the filesystem type
root:/home/xcut/kicsomagol/ccd2iso#
az ISO rossz? vagy mi a baj?
2004-05-16-13:43 #1944149hat nemtudom, enmeg sosem hasznaltam ezt a progit.
viszont azt lehet tudni a linuxrol, hogy kulonbozo modon kezeli a kis- es nagybetuket.
ebbol kifolyolag talan lehet a hiba a .IMG
probald kisbetuvel, igy: .img (persze a filenevben)2004-05-16-14:15 #1944150hi!
Nem ismerem kontkrétan a ccd2iso-t, de érdemes elolvasni a doksiját – talán erre a problémára is találsz benne megoldást. Egyébként a sf-on is említik ezt a hibát, ha jól értem a kapott iso nem (vagy nem mindig) lesz iso9660 kompatibilis. Megoldást ott nem láttam.
Ha jól emlékszem az nrg2iso-nak volt egy olyan megkötése, hogy csak 1 menetes (vagy 1 sávot tartalmazó, nem biztos :oops:) image-t tudott átalakítani, talán itt is az a baj. (ezt könnyen tesztelheted, ha akarod)2009-12-04-19:56 #1874168 -
SzerzőBejegyzés
- Be kell jelentkezni a hozzászóláshoz.
legutóbbi hsz