Results 1 to 9 of 9
hello every boody. . .
i'm downloading suse linux 10 and i compress folder ISO
and i borned this . . .
the pbm is ...
how do creat folder ...
- 12-08-2007 #1Banned
- Join Date
- Dec 2007
- Posts
- 7
SuSE 10 ISO
hello every boody. . .
i'm downloading suse linux 10 and i compress folder ISO
and i borned this . . .
the pbm is ...
how do creat folder ISO againe ?
plz help me . . .
- 12-08-2007 #2Just Joined!
- Join Date
- Jul 2007
- Location
- India
- Posts
- 57
why did u compress the folder?just download the iso and burn the image
- 12-09-2007 #3Banned
- Join Date
- Dec 2007
- Posts
- 7
this is the pbm, i compress the folder ;
What do I do now?
- 12-09-2007 #4
Re-download and next time don't compress the file.
Better yet, download the latest version, Suse 10.3.Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 12-10-2007 #5
I'm agreeing with Waterhead. You should have downloaded the ISO the begin with. If you want to see how to make a directory an ISO, then mkisofs should do it for ya.
Also, you will want to stay current with Linux, so downloaded Suse 10 will be outdated. Go with OpenSUSE 10.3. Unless you meant SLES/SLED10...
I praise Webmin and PuTTy!
Registered Linux User: 439431
- 12-10-2007 #6Banned
- Join Date
- Dec 2007
- Posts
- 7
thank u ... but i'dont re-downloan ...
becouse this is A waste of time
I want creat new ISO From the file, which dismantled the old pressure
is this possible ?
- 12-10-2007 #7
How did you compress the file in the first place?
If you zipped it just unzip it.
What you need to do is burn the iso image as an iso image on to a CD/DVD
- 12-10-2007 #8forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
I was thinking that K3b could build an ISO file out of files and directories on your hard disk.
Otherwise, here's a short HowTo using mkisofs that might get you through the process:
http://www.granneman.com/techinfo/li...anisoimage.htm
You can see man mkisofs for more details.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 12-10-2007 #9
Here's a small knowledgebase I wrote...
Code:How to create a .iso file from files in a folder If there is an archive file, unzip/untar it and place it in its own directory. If it is not, place the wanted files in their own directory. Assuming the files are in /tmp/example/ - mkisofs -o /tmp/example.iso /tmp/example/ This command created a file called example.iso in the /tmp directory. It converted the contents of /tmp/example/ into example.iso
I praise Webmin and PuTTy!
Registered Linux User: 439431


Reply With Quote