LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-25-2003, 08:50 PM   #1
tricky_linux
Member
 
Registered: Jul 2003
Distribution: Red Hat Linux 9.0; Old and Solid
Posts: 674

Rep: Reputation: 30
Split an ISO.


Is there anyway i could split an ISO image in to several small iso images?
 
Old 11-25-2003, 09:27 PM   #2
lyle_s
Member
 
Registered: Jul 2003
Distribution: Slackware
Posts: 392

Rep: Reputation: 55
You can use the split command to split files up. See man split. Use the cat command to put them back together.

Of course, the pieces split produces wouldn't be ISO images anymore in the strictest sense. So if you actually wanted to use the pieces as little ISO images then split and cat won't be on much help.

Lyle
 
Old 11-25-2003, 10:34 PM   #3
jayakrishnan
Member
 
Registered: Feb 2002
Location: India
Distribution: Slacky 12.1, XP
Posts: 992

Rep: Reputation: 30
may be the

isosize command may help
 
Old 11-26-2003, 02:56 PM   #4
tiktak
LQ Newbie
 
Registered: Nov 2003
Posts: 5

Rep: Reputation: 0
You can also mount the image as a loop device
# mount -o loop /path/to/isofile /mnt/tmp
# cd /mnt/tmp
# ls
directory1/ directory2/ bigfile1 bigfile2 bigfile3 bigfile4

And then make new ISO images from the data
on the image, like so:

# mkisofs -J -R -o /my/tempdir/part1.iso bigfile1 bigfile2 directory1
# mkisofs -J -R -o /my/tempdir/part2.iso bigfile3 bigfile4 directory2

# cd /
# umount /mnt/tmp

Then use /my/tempdir/part1.iso and part2.iso, your fresh small ISO files.
 
Old 11-26-2003, 08:43 PM   #5
tricky_linux
Member
 
Registered: Jul 2003
Distribution: Red Hat Linux 9.0; Old and Solid
Posts: 674

Original Poster
Rep: Reputation: 30
but how can i put it back the way it was. because i have a small gateway laptop and it's cdrom broke. So, i was thinking there is anyway i could install from harddrive. The good thing was that i have a 100 zip drive which will help me do it under my concern.
 
Old 11-26-2003, 10:18 PM   #6
lyle_s
Member
 
Registered: Jul 2003
Distribution: Slackware
Posts: 392

Rep: Reputation: 55
Can you do a network install?

Here's some info about it:

http://www.redhat.com/docs/manuals/l...stall-net.html

Lyle.
 
Old 11-26-2003, 10:55 PM   #7
jayakrishnan
Member
 
Registered: Feb 2002
Location: India
Distribution: Slacky 12.1, XP
Posts: 992

Rep: Reputation: 30
If u want to install linux then why split ur ISO , go for network installation
 
Old 11-27-2003, 07:04 PM   #8
tricky_linux
Member
 
Registered: Jul 2003
Distribution: Red Hat Linux 9.0; Old and Solid
Posts: 674

Original Poster
Rep: Reputation: 30
under i have dial-ups???
You kiddding????????
 
Old 11-27-2003, 07:11 PM   #9
tricky_linux
Member
 
Registered: Jul 2003
Distribution: Red Hat Linux 9.0; Old and Solid
Posts: 674

Original Poster
Rep: Reputation: 30
i see what you both talking about.
But i had tried. But it didn't workout.
The problem was that i have a pcmcia ethenet card. this card oesn't have a specific driver for itself. but it use "pcnet_cs" which i do have on my driver disc. Everytime, after i load the driver the light on the ethenet card comes on which shows that i does work. but the problem was that can i go to the step where i can specify my local IP address?? Also, which option do i use? NFS, HTTP or FTP??
Could anyone go step by step?? or just a more specify guide??
 
Old 11-28-2003, 12:16 AM   #10
lyle_s
Member
 
Registered: Jul 2003
Distribution: Slackware
Posts: 392

Rep: Reputation: 55
I guess the first step is to see if the installer has the pcnet_cs driver. If you can't get the network up using the install disks or CDROM you'll have to use the split, zipdisk, and cat route.

It will ask you for a local IP address, netmask, etc if you chose a network install.

I'd avoid using the NFS method If you haven't set up NFS before. The HTTP method seems like it would be the simplest.

Lyle.
 
Old 11-28-2003, 12:33 AM   #11
Cerbere
Member
 
Registered: Dec 2002
Location: California
Distribution: Slackware & LFS
Posts: 799

Rep: Reputation: 33
Use the search function here in the forum. The question of installing linux without a CDrom has been asked and answered several times over the past few months.

Enjoy!
--- Cerbere
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RHEL CDs: made iso, mounted iso, exported dir - still asks for CD :( guest Linux - Newbie 1 04-08-2005 12:37 PM
Does anyone Know how to open either .iso.rz or these .iso.xdelta,.iso.bz2,.iso.lzma?? maximalred Debian 5 06-09-2004 06:15 AM
How do I make procmail recognize ISO encoded subject headers (=?ISO-)? xeza Linux - Software 0 10-06-2003 01:16 PM
ISO DVD split to CDs paul_e_t Linux - Software 2 09-05-2003 09:13 PM
mount a .iso or extract a .iso behind user witout access to root easytarget Linux - Newbie 3 09-29-2002 05:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration