CentOS 5 :: Mkisofs For Making .iso File?

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


ADVERTISEMENT

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 View Related

CentOS 5 :: LIBSSH2 Not Making An Ssh2.so File

Jul 25, 2010

Alright so, I ran everything, and when I go to compile my libssh2 using: phpize && ./configure -with-ssh2 && make

View 1 Replies View Related

General :: Making .trb File From C Source File - Unknown MCU Atmega128

Jul 21, 2010

I am trying to compile C source file to generate .trb file (turbo file) which will then burn on trubo sim using TP2. When I comiple the code following error is occuring. before going through belwo error I was getting error 'Unknown MCU atmega128', known MCU are: (list appread), then I change the configuration and set the MCU to supported list then following error is occuring.

XXXXXXX@MYN8G5R52S /home/my-aip/my-aip
$ make
avr-ld -o my-aip.elf my-aip.o -L../../turbo-devel/lib -T turbo.lds -d -r --emit-
relocs -R ../../turbo-devel/lib/public_calls -lformlib -laes -lm -lc `avr-gcc -p

[code]....

Now strange thing is that whats so ever the value is of atmegs.. is I am facing same issue.

View 1 Replies View Related

General :: Use Mkisofs To Rebuild Iso Image?

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

CentOS 5 :: Making An Script To Run A Ppp With Modem?

Sep 16, 2009

I'm running Centos 5.3 with an analog modem attached to /dev/ttyS0. I'm making an script to run a ppp link, and I need to know if the modem is already in use or not. Where should I look for a lock file and what is the name it's supposed to have?

View 1 Replies View Related

CentOS 5 :: Making Own Yum Repository Via Rsync?

Oct 29, 2009

I'm making my own yum repository - firstly so that all the machines I administer can be updatedvia the internal network, secondly so that I can test any updates on a spare machine before passing them on, and thirdly so that I can add my own repo for internal software.

I've created the necessary folders under my webserver, and used rsync to update them from my local CentOS mirror, following the instructions at [URL]

I notice it says to run "createrepo" on the base repository, created by copying the rpms from release DVD.

When I rsynced the updates repo, but I notice that the files in repodata are very small. In fact, having a look inside them, filelists.xml contains no file details. But if I run createrepo in the updates directory, filelists.xml gets lots of file details inside it.

I wondered if maybe the local mirror hadn't been updated properly, but checking against mirror.centos.org shows that has the same files.

how does the (real, live, CentOS) updates repo work when there is nothing in the filelists?

View 11 Replies View Related

OpenSUSE :: [mkisofs] Make An Image Bootable?

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

General :: Normal For Mkisofs To Use Only 5% Cpu Power / Force It To Use More?

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

General :: Mkisofs Command - Booting From ISO Image

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

Software :: Mkisofs Creates Iso That Will Not Open Or Play?

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

Fedora Installation :: Mkisofs Rpm Package For Core 6 On 32 Bit Machine?

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

OpenSUSE :: Burn Large Files With K3b Mkisofs Crashed

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

Red Hat / Fedora :: Use Mkisofs And Cdrecord To Create And Burn An Iso Image?

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

Software :: Mkisofs: Create Iso With Menus That Can Be Opened With Gxine?

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

CentOS 5 Server :: Making A Local Repo With Groups?

Apr 9, 2010

i just installed centos 5.4 and trying to make my local repo have groups listing of packages like the mirrors do

so i can make an spin off of the OS to my needs for web servers only / so on but
i cant get my head around the groups making part of the creatrepo

does anyone have any tips or hints or know how to make group listing of the packages

i copyed the DVD to hard drive and the repo .XML files they came with it and tryed that way but no luck yet

im running out of things to try

View 5 Replies View Related

CentOS 5 :: Syslinux Error When Making Bootable USB Disk?

Oct 2, 2010

I'm trying to make a bootable USB disk by using syslinux. The USB disk is recognized as /dev/sdc.

#mkdosfs -I /dev/sdc
#syslinux /dev/sdc

After executing the above two commands, it generates errors as follow:

end_request: I/O error, dev sdc, sector 32
printk: 21 messages suppressed.
Buffer I/O error on device sdc, logical block 4
Buffer I/O error on device sdc, logical block 5
... ...
Buffer I/O error on device sdc, logical block 12
Buffer I/O error on device sdc, logical block 13

View 4 Replies View Related

Ubuntu :: Making A File Executable?

Sep 11, 2010

i installed "littler" from Synaptic. it's a front end for R, for those curious. it's not in my start menu. i searched for the app and don't know where it is. assuming i can find it, how do i set things up so that i can run it from a listing in the start menu? sorry to be so basic, but i mean from locating this app to getting it to start to making it available in the start menu, how would i do this

View 1 Replies View Related

Ubuntu :: Making A Bootable DVD From Non ISO File?

May 22, 2011

for some reason copied my recovery disk directly as a file to file copy and not creating a ISO image. So thats all I have, a non ISO image and I need to burn it on a DVD to make it bootable. nothing I have tried seems to work. I know K3B has some options but I dont know it so well.

View 4 Replies View Related

Software :: Make Bootable ISO (live CD) Of A Directory Using Mkisofs + Grub2?

Jun 23, 2011

Id like to make bootable ISO of a directory using mkisofs + grub2.

View 3 Replies View Related

Fedora :: Making SH File Into Global Command

Mar 22, 2011

I used to be able to put a .sh file into a folder to make it into a global command.

Instead of typing:
Code:
/home/user/tool/conversion/convertmkv.sh /home/user/mkv/thisone.mkv

I could type:
Code:
convertmkv /home/user/mkv/thisone.mkv

Where to hide my executable .sh files to make this work?

View 6 Replies View Related

OpenSUSE :: Making Bootable USB Drive Using An ISO File

Mar 8, 2010

I have an ISO file that I need to make a bootable USB drive with... but I don't know of any apps native to openSUSE that can do this can someone please tell me what I might use, and how?

View 9 Replies View Related

Ubuntu :: Making File Browser UI Transparent?

Jan 1, 2010

it is possible to make the "File Browser UI" transparent?

View 5 Replies View Related

General :: Making File Server With Web GUI Functionality

Jan 27, 2011

I had a external HD from Lacie that just made me mad because you could only log into it from a windows or mac machine. So I took the 250 HD out and through it in my P3 733Mhz Processor, 128 Ram Dell optiplex. Now My Lacie HD had a Network function on it where It had a webserver and a GUI to manage users to it. But it couldn't never get the HD to turn on for Network. It would only turn on when plugged into a USB. So I want to turn my Dell optiplex into a file server with web gui functionality. How should I start.

View 11 Replies View Related

Server :: Making A TXT File Downloadable (HTTP)

Feb 5, 2011

I'm running a webserver and i've uploaded serveral .txt files. I want them to be downloadable... For example if someone opens: [URL], to start downloading, not just to open in the browser.

View 3 Replies View Related

Ubuntu :: Making Wget Download More Than 1 File At A Time?

Mar 7, 2010

i download files from megaupload and hotfile. is there any possibility of making wget download more than 1 file at a time? or do you suggest any other download programme? i have ubuntu 9.10

View 3 Replies View Related

Ubuntu :: Making Booklets - Print Document To PDF File?

Apr 3, 2010

I've seen lots of threads about this with complex solutions using things like PSUtils etc. but nothing simple and easy. Is there an easy way to print to a document to a PDF file so that it is properly formatted to be printed as a booklet?

For example, a 12 page booklet made up of A4 folded in half to A5 -
1st page = 12 & 1
2nd page = 2 & 11
3rd page = 10 & 3 etc.

So that when it is printed double-sided it comes out as a booklet. The site at the following link does what I want perfectly if I upload the booklet in single pages format, but it would be nice to have a simple way to do it offline in ubuntu [URL]

View 4 Replies View Related

Ubuntu :: Bash Scripting: Making A Text File

Jul 12, 2010

I am tying to write a script that asks for user input and saves it to a text file using awk so example #!/bin/bash read a awk #saves to file

I had a working scripted last night, deleted it by mistake and for the life of me can not remember how i did it.

View 2 Replies View Related

Red Hat / Fedora :: Installing Java On F14 - Making Executable File?

May 30, 2011

I downloaded Java from the Java website, and went into the root to try and make it an executable file, and it says "chmod: cannot access `home/Non-Admin/Downloads/jre-6u25-linux-i586-rpm.bin': No such file or directory". Is there some sort of program I can install that will automatically turn the rpm.bin/.bin into an executable file?

View 8 Replies View Related

General :: Making Tar File From Folder - Unknown Option

Aug 6, 2010

I am trying to make my first tar file in linux. I am trying to make a tar file from a folder (with all subfolders and files) and using several commands I got several errors!

This is the tar usage:
tar [-]{txruc}[eONvVwAfblhm{op}][0-7[lmh]] [tapefile] [blocksize] [[-C directory] file] ...

Some of my attempts and responses:
tar -czf itic_glb_cognity-06082010.tar.gz itic-glb-cognity/
response: tar: z: unknown option (not using 'z' again!)
tar -cf itic-glb-cognity-06082010.tar.gz itic-glb-cognity/
response: tar: cannot stat itic-glb-cognity. Not dumped.

The last ones repeats for all the next attempts:
tar -cf itic-glb-cognity-06082010.tar.gz itic-glb-cognity
tar -cf iticglbcognity06082010.tar.gz itic-glb-cognity/
(full path + name without spaces) tar -cf iticglbcognity06082010.tar.gz /epos/webbus/bea/user_projects/domains/itic-glb-cognity

For some of the above a 10kb file was created, where the expected file would be about 250MB. I dont think it has anything to do with the user's rights, because I think I have them all.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved