Ubuntu :: Mkisofs - Cannot Make Working ISO File
Mar 4, 2011
I have an iso file that I want to mount. It turned out to contain only data so I need to make it into a working iso file using mkisofs. For some reason it was done in a couple of seconds while the file is more then 7Gb. The output is....nothing. I looked inside /media/isodrive and there is nothing there. The original img is suddenly only 363Mb :s.
This is the commandline I used:
sven@sven-XPS-L501X:~/Desktop$ sudo mkisofs -o shaun.white.iso /media/isodrive/
[sudo] password for sven:
I: -input-charset not specified, using utf-8 (detected in locale settings)
2.69% done, estimate finish Fri Mar 4 19:04:42 2011
5.38% done, estimate finish Fri Mar 4 19:04:23 2011
8.06% done, estimate finish Fri Mar 4 19:04:17 2011
10.76% done, estimate finish Fri Mar 4 19:04:14 2011
13.44% done, estimate finish Fri Mar 4 19:04:12 2011
16.13% done, estimate finish Fri Mar 4 19:04:11 2011
18.82% done, estimate finish Fri Mar 4 19:04:15 2011
21.51% done, estimate finish Fri Mar 4 19:04:14 2011
24.19% done, estimate finish Fri Mar 4 19:04:13 2011
26.88% done, estimate finish Fri Mar 4 19:04:12 2011
29.57% done, estimate finish Fri Mar 4 19:04:11 2011
32.26% done, estimate finish Fri Mar 4 19:04:11 2011
34.94% done, estimate finish Fri Mar 4 19:04:13 2011
37.63% done, estimate finish Fri Mar 4 19:04:12 2011
40.32% done, estimate finish Fri Mar 4 19:04:12 2011
43.01% done, estimate finish Fri Mar 4 19:04:11 2011
45.69% done, estimate finish Fri Mar 4 19:04:11 2011
48.39% done, estimate finish Fri Mar 4 19:04:13 2011
51.07% done, estimate finish Fri Mar 4 19:04:12 2011
53.76% done, estimate finish Fri Mar 4 19:04:12 2011
56.45% done, estimate finish Fri Mar 4 19:04:12 2011
59.14% done, estimate finish Fri Mar 4 19:04:11 2011
61.82% done, estimate finish Fri Mar 4 19:04:11 2011
64.51% done, estimate finish Fri Mar 4 19:04:12 2011
67.20% done, estimate finish Fri Mar 4 19:04:12 2011
69.89% done, estimate finish Fri Mar 4 19:04:12 2011
72.57% done, estimate finish Fri Mar 4 19:04:11 2011
75.26% done, estimate finish Fri Mar 4 19:04:11 2011
77.95% done, estimate finish Fri Mar 4 19:04:12 2011
80.64% done, estimate finish Fri Mar 4 19:04:12 2011
83.32% done, estimate finish Fri Mar 4 19:04:12 2011
86.02% done, estimate finish Fri Mar 4 19:04:11 2011
88.70% done, estimate finish Fri Mar 4 19:04:11 2011
91.39% done, estimate finish Fri Mar 4 19:04:11 2011
94.08% done, estimate finish Fri Mar 4 19:04:12 2011
96.77% done, estimate finish Fri Mar 4 19:04:12 2011
99.45% done, estimate finish Fri Mar 4 19:04:12 2011
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 0
Path table size(bytes): 10
Max brk space used 0
186021 extents written (363 MB)
View 3 Replies
ADVERTISEMENT
Jun 29, 2010
I have an image with a autorun.inf file on it and wanted to make it bootable on a simple cd (700Mb). Untill now I tried and failed to make it bootable. The image is on the cd but the cd won't boot.I tried also under windows (with n?r0) and failed again... no way to boot on this cd with the image I created.I need more informations or how toes ^^ to use the "El-Torito" features for the mkisofs utility that I use to create my .iso files
View 3 Replies
View Related
Jun 23, 2011
Id like to make bootable ISO of a directory using mkisofs + grub2.
View 3 Replies
View Related
Aug 27, 2010
I'm facing problem while making .iso from CD.I used the following commandmkisofs -o cdi.iso clusterwarewhere 'clustereware' is the content i need.Once done, checking this cdi.iso file noticed that certain file names are trimmed/corrupted like from .oui to _ouirunInstaller.sh to runInstalike this many file name changed.
View 5 Replies
View Related
Nov 27, 2010
I am slowly rebuilding my network after a HDD crash that took out my primary development box. I installed Lucid Lynx and have things (mostly) working. The issue I am having has to do with file completion and history. I could set filec in my .cshrc file and it would work as it usually does (hit <TAB? key after typing in a couple of letters of a file name and BOOM the file auto-completes). For some reason, when I do the same thing, I get a literal TAB entered on the line. Also, if I attmept to utilize history (either the up-arrow from the keyboard I see ^[ instead of the last executed command(s).
View 2 Replies
View Related
Nov 17, 2010
When I try to compile some Java code on Ubuntu 10.10 (kernel 2.6+) using make and a Makefile.
I get an error indicating that the make utility cannot execute the java compile command (javac).
The error reads: /bin/bash: line 6: .: /usr/local/jdk1.5.0_18/bin/javac: cannot execute binary file
I am executing make as root. I have enabled permissions on all directories in the path /usr/local/jdk1.5.0_18/bin/javac and on javac itself.
I get this error whether using a jdk installed via ubuntu apt-get, or whether I install the jdk myself. And I get it using either Java 1.5 or 1.6
My machine has an 80386 processor. I notice the make utility is built for i686-pc-linux-gnu
However, I can manually compile using javac.
I can compile calling javac from within a bash script.
I can compile using the java compiler gcj from the command line: gcj --main=HelloWorld HelloWorld.java -o HelloWorld.exe
But I cannot compile java code from the makefile. Any reasons why I might be getting this error?
View 4 Replies
View Related
Apr 6, 2010
I want to make a file called file roller for Ubuntu 9.10. The folder has a file called install.sh and some others that are make.
I figure first I need to make a file and then run install.sh to install. But I don't know how to do this.
View 2 Replies
View Related
Mar 11, 2010
Iam trying to alter a bootable Debian install CD based on the instructions [URL] this is the command to rebuild the iso image as specified at the above link.
Code:
$ mkisofs -o debian-503-amd64-CD-1-preseed.iso
-r -J -no-emul-boot -boot-load-size 4
-b isolinux/isolinux.bin
-c isolinux/boot.cat ./debian-503 2> /dev/null
I've read the man pages for all the options specified and made sure that all paths are relative. However, the output iso file is not being generated.
View 3 Replies
View Related
Aug 2, 2010
Is it normal for mkisofs to use only 5% cpu power? it seems to take an awful long time to create a .iso file. Is there a way to force it to use more?
View 4 Replies
View Related
Jan 28, 2010
I have created an iso image from a RHEL5.4 disc using mkisofs.
mkisofs -A "Red Hat Linux 5.4" -V "Red Hat Linux 5.4" -v -U -J -R -T
-b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot
-boot-load-size 4 -boot-info-table -o /tmp/RHEL54-x86_64-dvd.iso .
It creates the iso image no problem, however when I go to boot a new server from the disc I get the boot prompt, hit enter, answer the language and keyboard questions and then it throws the following error:
"The Red Hat Enterprise Linux Server CD was not found in any of your CDROM drives. Please insert the Red Hat Enterprise Linux Server CD and press OK to retry".
Perhaps I need to specify in my mkisofs command that its supposed to be iso9660? This is on a RHEV virtual machine.
View 3 Replies
View Related
Jul 13, 2009
I had no problems doing my video editing with my home videos whether they are dv or the mpeg4.avc hd format. I was able to use KDEdvdauthorwizard easily to make a burnable playable iso from my mpegs that I made from avidemux2. I upgraded many packages and since then I cannot make an iso that I can play at all.
Also, dvdstyler and qdvdauthor crash. KDEdvdauthorwizard says there is a problem with my transcode so will not make an iso anymore. I have tried many versions of transcode and none are accepted. Just a few weeks ago KDEdvdauthorwizard worked great for making my iso.
I decided to experiment with tovid and it makes a dvd that will not play in either of my dvdplayers. It plays poorly on the computer. I tried to make an iso out of my mpeg with mkisofs and that .iso will not open or play. I used mediainfo on the iso and this is what I got:
mediainfo output.iso
General
Complete name : output.iso
Format : MPEG-PS
[code]....
My system is: dual core opteron 185 2.6ghz, 1000 gigs of hard drive, 3 gigs ram memory, onboard video nvidia hdtv capable. I can play hd movies just fine on my system. Movie editing is fast, too.
View 1 Replies
View Related
Dec 17, 2010
I notice that when you try to Make link to any file or folder form context menu, It just copy the same file size? even when i tried to copy the link to external storage disk..
View 1 Replies
View Related
Apr 12, 2009
Since the yum repository for FC 6 is no longer available, I'm looking for a place to find the latest package of mkisofs that can be used on FC6. I could not find a decent place to download it from.
View 2 Replies
View Related
Nov 2, 2010
I have a problem with burning some disks. I believe the problem to be when the file sizes are large. using suse 11.3 x 64 and updates done. k3b version 2.0.1-1pm 2.7 burned normal dvd yesterday with3.5 Gb + 1.5Gb files. Tried burning to BD-R disk with 11.5 Gb file. I have burned blu ray disks before with my machine but used nero, I would prefer to use k3b as should do this. I get error of mkisofs crashed and following error log
[code]...
View 3 Replies
View Related
Jul 6, 2010
I am using Oracle Enterprise Linux version 4 update 7. I would like to create and burn iso images via the terminal. Assume I have a folder called movies in directory /root/Desktop.I would like to create a movie.iso image ans burn it using mkisofs and cdrecord.
View 3 Replies
View Related
Jun 28, 2009
I have an extracted ISO and I'd like to put the files back into an ISO in such a way that the menus are restored, like the orginal ISO. I am not having any luck with this though, currently the ISO does not play at all (usually gxine can open raw isos and run the menues as if it were put in the dvd drive).
View 4 Replies
View Related
Jun 10, 2010
I'm currently stuck at 6.13 GMP-5.0.0 of the LFS installation. After running make, I receive the following:
error while loading shared libraries: libbfd-2.20.so: cannot open shared object file: No such file or directory
make[2]: *** [libmpn.la] Error 127
make[2]: Leaving directory `/sources/gmp-5.0.0/mpn'
[code]....
View 5 Replies
View Related
Aug 31, 2010
I wonder how to arithmetic operation of our data file using any script program/command (like sed, cut,awk)for example my data.file is:
45 65 42
12 23 61
43 34 21
I want to multiply first column with 2 and add second column with 3 then it become
90 68 42
24 26 61
86 37 21
View 5 Replies
View Related
Jun 29, 2010
i am having a problem concern zlib installation.i tried configure file successfully but make file displayed some errors.that usr/linux/limits.h not found.so i found that i have to install glibc-headers-devel...but there is no such a kind of package in ubuntu repository?/????/some people saying that libc6-devel is equal to them!
View 1 Replies
View Related
Oct 28, 2010
Kernel 2.6, Slackware 12.0
mkisofs 2.01
I do 'mkisofs -iso-level 1 -o image John Smith.txt'. Only an example. When I mount image, ls outputs john_smi.txt. So it has shorten to 8.3 and translated ' ' into '_'. This is in accordance with the manual, although it doesn't say the conversion will be done.
Quote:
-iso-level level
.........................
With all iso9660 levels from 1..3, all filenames are restricted to upper case letters, numbers and the underscore (_).
...........................
However, as it did not reject the file name, it should have converted it to all upper case, it seems to me. And -iso-level 2|3 does the same thing.
Code:
root@darkstar:~# mkisofs -iso-level 1 -o image John Smith.txt
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 0
[code]....
View 5 Replies
View Related
Aug 2, 2011
i am trying to make a script in which i can drag a file (with spaces in file name ) and it will scp the file to another computermy code is
Code:
echo "--------------------------------------------"
echo "drag file now"
[code]....
View 7 Replies
View Related
Nov 29, 2010
Initially I thought - use a for loop with ls in it:
Code:
However this causes lots of problems (folders have extensions, I have duplicate folders, the names with spaces create a folder for each element of the name).
The contents of the folder is basically movies (some with subtitles). Some of the names have things like (original) or CD1 CD2 in them.
View 15 Replies
View Related
Feb 27, 2011
dvd playback not working - how to make it work
View 2 Replies
View Related
Feb 9, 2010
I am using ubuntu since Intrepid Ibex. Since then I have learnt a lot and just recently setup my own home/web server. I am running my LAMP server on Karmic. I have been slowly transferring my website from my current hosting company to my server. Got everything working except the PHP mail() function is not working. I do not get any error messages but the mail does not reach. /etc/log/mail.log is blank.
I basically clueless about where to start. I did not install a mail server. Is this the reason? Should I check something in phpinfo() or the php.conf? I do not have sendmail/postfix installed.
View 2 Replies
View Related
May 5, 2010
I installed Kubuntu 10.04 and wanted to try if, finally, ibus works. I installed ibus and ibus-anthy from repository (I need the japanese input), then I launched Ibus preferences from the menu, set it, and the icon appears in the kickbar.But nothing happens if I press ctrl-space. Same problem there was on 9.10.I also added the lines to the home/.bashrc as the popup says.
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
View 9 Replies
View Related
Jan 8, 2011
I've downloaded all the drivers and have an ethernet connection working however as I have an INSPIRON 1545, the network card is shoddy for LInux and I can't get the wireless working AT ALL.
lshw -C network
*-network
description: Network controller
product: BCM4312 802.11b/g LP-PHY
vendor: Broadcom Corporation
[code]...
View 3 Replies
View Related
Jan 26, 2011
I've installed Lubuntu on a Packard Bell EasyNote W3344 D. lsusb displays the usb pen, however it's not automounted. All three options under pcmanfm --> Preferences -- Volume Managment is ticked. I've tried two different usb pens, both formatted fat32 and confirmed working on ordinary Ubuntu. I should add that I previously installed Mint Fluxbox, but eventually reinstalled (choosing Lubuntu) because I wasn't able to enable auto mount of usb pen. Both /mnt and /media remains empty after insertion of the usb pen. Auto mount of optical drive is working properly.
View 3 Replies
View Related
Apr 29, 2011
All ive had since i upgraded from 10.10 to 11.04 s problems. After i upgraded and rebooted my machine, i logged in and the desktop would not load. Ive managed to sort that out but i cannot get compiz and emerald to work! I had it working perfectly before i upgraded
When i open compiz-fusion icon in the bar and change the desktop to compiz and emerald, the buttons on top of the window disappear and i cant do anything unless i change it back.
View 3 Replies
View Related
May 23, 2011
If I copied one partition from different hard disk with working ubuntu and another partition with working windows OS into my two partitioned HD, is it posssible to make the two system working?
View 6 Replies
View Related
Sep 26, 2009
I have installed Oracle 10G on Linux Fedora 10. after installing the database everything went successfully even if I reboot my machine so I was very satisfied at this point. When started to install Oracle Developer but with not that's much of success but I got problem in the end of installatin, anyway I closed the installation and I shutdown the pc. In the next day I want to log to linux Fedora to using KDE I couldn't andI got this problem "Could not start kdeinit4. check your installation". KDE was perfect before installing the second oracle but I have no idea why KDE crash and how to have it back again. Actually I played in some library that related in Oracle directory not related to root but I don't know what happend exactly. Please help me in steps to sovle this problem. I'm really afraid of losing the KDE and need to install linux fedora from beginning,
View 1 Replies
View Related